updated a variety of symbols to newer nerdfont version
This commit is contained in:
parent
96c9c40eb8
commit
77aef960aa
5 changed files with 21 additions and 19 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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) "
|
||||||
|
|
||||||
# __
|
# __
|
||||||
|
|
Loading…
Reference in a new issue