updated a variety of symbols to newer nerdfont version

This commit is contained in:
Valerie Wolfe 2023-06-14 12:49:43 -04:00
parent 96c9c40eb8
commit 77aef960aa
5 changed files with 21 additions and 19 deletions

View file

@ -2,7 +2,7 @@
NAME="ErgoDox EZ Shine Keyboard"
if ! xinput | grep "$NAME" > /dev/null; then
echo ""
echo "󰌐"
exit
fi
@ -12,7 +12,8 @@ CAPS="$(xinput --get-feedbacks $ID | grep led_mask | awk '{ print $3 }')"
if [[ "$CAPS" == "1" ]]; then
#echo "⇪"
echo ""
#echo ""
echo "󰌎"
else
echo ""
echo "󰌌"
fi

View file

@ -3,12 +3,12 @@ ETH="$(cat /sys/class/net/enp0s31f6/operstate)"
WAN="$(cat /sys/class/net/wlan0/operstate)"
if [[ "$ETH" == "up" ]]; then
#echo ""
echo ""
echo "󰈀"
exit
elif [[ "$WAN" == "up" ]]; then
echo ""
else
#echo ""
#echo "睊"
echo ""
echo "󰈂"
fi

View file

@ -3,15 +3,15 @@
if [ "$(pgrep -x redshift)" ]; then
period=$(redshift -p 2> /dev/null | grep Period | awk '{print $2}')
if [[ $period == 'Night' ]]; then
#echo ""
echo "󰖔"
#echo ""
echo ""
#echo ""
#echo "鈴"
elif [[ $period == 'Transition' ]]; then
echo ""
echo "󰖚"
else
echo ""
echo ""
fi
else
echo ""
echo ""
fi

View file

@ -1,7 +1,7 @@
configuration {
font: "FiraCode Nerd Font 14";
display-run: "";
display-window: "";
display-window: "󰍉";
modi: "run,window";
}
@theme "/home/val/.config/rofi/themes/slate-black.rasi"

View file

@ -9,8 +9,8 @@
read_only = " "
[jobs]
symbol_threshold = 2
number_threshold = 3
symbol_threshold = 1
number_threshold = 2
symbol = "✦ "
format = "[$symbol$number]($style)"
@ -22,18 +22,19 @@ format = "[$symbol]($style) "
symbol = ""
[shell]
disabled = true
disabled = false
bash_indicator = ""
nu_indicator = "ν"
powershell_indicator = "PS"
zsh_indicator = "zsh"
nu_indicator = "ν "
powershell_indicator = "PS "
xonsh_indicator = " "
zsh_indicator = "z "
style="cyan italic"
format = "$indicator($style)"
[shlvl]
disabled = false
threshold = 3
symbol = ""
threshold = 4
symbol = ""
format = "[$symbol]($style) "
# __