From 77aef960aa7ff6b5f1615f20e6e6edca14174ea3 Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 14 Jun 2023 12:49:43 -0400 Subject: [PATCH] updated a variety of symbols to newer nerdfont version --- eww/scripts/kb.sh | 7 ++++--- eww/scripts/lan.sh | 4 ++-- eww/scripts/redshift.sh | 10 +++++----- rofi.rasi | 2 +- starship.toml | 17 +++++++++-------- 5 files changed, 21 insertions(+), 19 deletions(-) diff --git a/eww/scripts/kb.sh b/eww/scripts/kb.sh index 6b3b734..4638e19 100755 --- a/eww/scripts/kb.sh +++ b/eww/scripts/kb.sh @@ -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 diff --git a/eww/scripts/lan.sh b/eww/scripts/lan.sh index 8076eb6..d8c57da 100755 --- a/eww/scripts/lan.sh +++ b/eww/scripts/lan.sh @@ -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 diff --git a/eww/scripts/redshift.sh b/eww/scripts/redshift.sh index bd9ee6b..acfd277 100755 --- a/eww/scripts/redshift.sh +++ b/eww/scripts/redshift.sh @@ -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 diff --git a/rofi.rasi b/rofi.rasi index 24cc9c3..061630e 100644 --- a/rofi.rasi +++ b/rofi.rasi @@ -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" diff --git a/starship.toml b/starship.toml index b645ae1..8deee07 100644 --- a/starship.toml +++ b/starship.toml @@ -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) " # __