Skip to content

Commit

Permalink
🐛 polybar: always display arch logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Aug 27, 2023
1 parent d487864 commit 4836c9c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions home/.config/polybar/scripts/logo
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/bin/bash

unameOut="$(uname -a)"

if [[ "$unameOut" =~ "MANJARO" ]]; then
echo " %{F#34be5b}%{F-}"
elif [[ "$unameOut" =~ "arch" ]]; then
echo " %{T4}%{F#1793d1}%{F-}%{T-}"
fi
echo " %{T4}%{F#1793d1}%{F-}%{T-}"

0 comments on commit 4836c9c

Please sign in to comment.