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

View file

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

View file

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

View file

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

View file

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