Update nerd font glyphs

This commit is contained in:
marc
2023-09-04 21:45:23 +02:00
parent 3b76eed716
commit 3ff5e00d29
7 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
(setq display-line-numbers-type t) (setq display-line-numbers-type t)
;; Fonts ;; Fonts
(setq doom-font (font-spec :family "Iosevka" :size 15)) (setq doom-font (font-spec :family "Iosevka Nerd Font" :size 15))
(setq doom-unicode-font (font-spec :family "Iosevka Nerd Font" :size 15)) (setq doom-unicode-font (font-spec :family "Iosevka Nerd Font" :size 15))
;; Themeing ;; Themeing

View File

@@ -7,25 +7,25 @@ adapter = ADP0
poll-interval = 1 poll-interval = 1
format-full = <label-full> format-full = <label-full>
label-full = "%{T2}%{T-} %percentage%%" label-full = "%{T2}󰁹%{T-} %percentage%%"
label-full-background = ${colours/battery.full-bg} label-full-background = ${colours/battery.full-bg}
label-full-foreground = ${colours/battery.full-fg} label-full-foreground = ${colours/battery.full-fg}
label-full-padding = 1 label-full-padding = 1
format-charging = <label-charging> format-charging = <label-charging>
label-charging = "%{T2}%{T-} %percentage%%" label-charging = "%{T2}󰂄%{T-} %percentage%%"
label-charging-background = ${colours/battery.charging-bg} label-charging-background = ${colours/battery.charging-bg}
label-charging-foreground = ${colours/battery.charging-fg} label-charging-foreground = ${colours/battery.charging-fg}
label-charging-padding = 1 label-charging-padding = 1
format-discharging = <label-discharging> format-discharging = <label-discharging>
label-discharging = "%{T2}%{T-} %percentage%%" label-discharging = "%{T2}󰂀%{T-} %percentage%%"
label-discharging-background = ${colours/battery.discharging-bg} label-discharging-background = ${colours/battery.discharging-bg}
label-discharging-foreground = ${colours/battery.discharging-fg} label-discharging-foreground = ${colours/battery.discharging-fg}
label-discharging-padding = 1 label-discharging-padding = 1
format-low = <label-low> format-low = <label-low>
label-low = "%{T2}%{T-} %percentage%%" label-low = "%{T2}󰂃%{T-} %percentage%%"
label-low-background = ${colours/battery.low-bg} label-low-background = ${colours/battery.low-bg}
label-low-foreground = ${colours/battery.low-fg} label-low-foreground = ${colours/battery.low-fg}
label-low-padding = 1 label-low-padding = 1

View File

@@ -3,13 +3,13 @@ type = internal/pulseaudio
interval = 5 interval = 5
format-volume = <label-volume> format-volume = <label-volume>
label-volume = %{T2}%{T-} %percentage%% label-volume = %{T2}󰕾%{T-} %percentage%%
label-volume-padding = 1 label-volume-padding = 1
label-volume-foreground = ${colours/volume.volume-fg} label-volume-foreground = ${colours/volume.volume-fg}
label-volume-background = ${colours/volume.volume-bg} label-volume-background = ${colours/volume.volume-bg}
format-muted = <label-muted> format-muted = <label-muted>
label-muted = %{T2}%{T-} muted label-muted = %{T2}󰝟%{T-} muted
label-muted-padding = 1 label-muted-padding = 1
label-muted-foreground = ${colours/volume.muted-fg} label-muted-foreground = ${colours/volume.muted-fg}
label-muted-background = ${colours/volume.muted-bg} label-muted-background = ${colours/volume.muted-bg}

View File

@@ -11,13 +11,13 @@ accumulate-stats = true
speed-unit = '' speed-unit = ''
format-connected = <label-connected> format-connected = <label-connected>
label-connected = %{T2}%{T-} %essid% (%local_ip%) label-connected = %{T2}󰖩%{T-} %essid% (%local_ip%)
label-connected-background = ${colours/wireless.connected-bg} label-connected-background = ${colours/wireless.connected-bg}
label-connected-foreground = ${colours/wireless.connected-fg} label-connected-foreground = ${colours/wireless.connected-fg}
label-connected-padding = 1 label-connected-padding = 1
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
label-disconnected = %{T2} label-disconnected = %{T2}󰖪
label-disconnected-background = ${colours/wireless.disconnected-bg} label-disconnected-background = ${colours/wireless.disconnected-bg}
label-disconnected-foreground = ${colours/wireless.disconnected-fg} label-disconnected-foreground = ${colours/wireless.disconnected-fg}
label-disconnected-padding = 1 label-disconnected-padding = 1

View File

@@ -14,7 +14,7 @@ main() {
album=$(echo "$meta" | sed -nr '/xesam:album"/,+2s/^ +variant +string "(.*)"$/\1/p' | tail -1| sed 's/\&/\\&/g'| sed 's#\/#\\/#g') album=$(echo "$meta" | sed -nr '/xesam:album"/,+2s/^ +variant +string "(.*)"$/\1/p' | tail -1| sed 's/\&/\\&/g'| sed 's#\/#\\/#g')
title=$(echo "$meta" | sed -nr '/xesam:title"/,+2s/^ +variant +string "(.*)"$/\1/p' | tail -1 | sed 's/\&/\\&/g'| sed 's#\/#\\/#g') title=$(echo "$meta" | sed -nr '/xesam:title"/,+2s/^ +variant +string "(.*)"$/\1/p' | tail -1 | sed 's/\&/\\&/g'| sed 's#\/#\\/#g')
echo " ${*:-%artist% - %title%}" | sed "s/%artist%/$artist/g;s/%title%/$title/g;s/%album%/$album/g"i | sed "s/\&/\&/g" | sed "s#\/#\/#g" echo " ${*:-%artist% - %title%}" | sed "s/%artist%/$artist/g;s/%title%/$title/g;s/%album%/$album/g"i | sed "s/\&/\&/g" | sed "s#\/#\/#g"
} }
main "$@" main "$@"

View File

@@ -217,7 +217,7 @@ print_status() {
done done
printf "\n" printf "\n"
else else
echo "" echo "󰂲"
fi fi
} }

View File

@@ -10,11 +10,11 @@ theme='powermenu'
# CMDs # CMDs
# Options # Options
shutdown=' Shutdown' shutdown=' Shutdown'
reboot=' Reboot' reboot=' Reboot'
lock=' Lock' lock=' Lock'
suspend=' Suspend' suspend='󰏦 Suspend'
logout=' Logout' logout='󰍃 Logout'
yes='Yes' yes='Yes'
no='No' no='No'