diff options
author | Joe <rbo@gmx.us> | 2024-12-24 12:17:13 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 12:17:13 +0100 |
commit | 88cd0d91863c65f5007da7e06a6fb78b74b050bb (patch) | |
tree | 75e9752229dc5ac8000eac4dc27efffe5adf54c7 /.local/bin/status/sb-os | |
parent | up (diff) | |
download | dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.gz dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.bz2 dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.xz dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.tar.zst dotfiles-bsd-88cd0d91863c65f5007da7e06a6fb78b74b050bb.zip |
bar update
Diffstat (limited to '.local/bin/status/sb-os')
-rwxr-xr-x | .local/bin/status/sb-os | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/status/sb-os b/.local/bin/status/sb-os index 5f0973e..9f5b4b2 100755 --- a/.local/bin/status/sb-os +++ b/.local/bin/status/sb-os @@ -1,9 +1,9 @@ #!/bin/sh case $(hostname -s) in - mother) os="" ;; - po-rbo) os="" ;; - mars) os="" ;; + mother) os=^c#83a598^" ;; + po-rbo) os=^c#8ec07c^" ;; + mars) os=^c#fb4934^" ;; esac echo "$os " |