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"
|
||||
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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) "
|
||||
|
||||
# __
|
||||
|
|
Loading…
Reference in a new issue