diff --git a/config/doom/config.el b/config/doom/config.el index c698dac..2cd3ace 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -14,7 +14,7 @@ (setq display-line-numbers-type t) ;; 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)) ;; Themeing diff --git a/config/polybar/bars/modules/battery.ini b/config/polybar/bars/modules/battery.ini index 75f57f9..678e1eb 100644 --- a/config/polybar/bars/modules/battery.ini +++ b/config/polybar/bars/modules/battery.ini @@ -7,25 +7,25 @@ adapter = ADP0 poll-interval = 1 format-full = -label-full = "%{T2}%{T-} %percentage%%" +label-full = "%{T2}󰁹%{T-} %percentage%%" label-full-background = ${colours/battery.full-bg} label-full-foreground = ${colours/battery.full-fg} label-full-padding = 1 format-charging = -label-charging = "%{T2}%{T-} %percentage%%" +label-charging = "%{T2}󰂄%{T-} %percentage%%" label-charging-background = ${colours/battery.charging-bg} label-charging-foreground = ${colours/battery.charging-fg} label-charging-padding = 1 format-discharging = -label-discharging = "%{T2}%{T-} %percentage%%" +label-discharging = "%{T2}󰂀%{T-} %percentage%%" label-discharging-background = ${colours/battery.discharging-bg} label-discharging-foreground = ${colours/battery.discharging-fg} label-discharging-padding = 1 format-low = -label-low = "%{T2}%{T-} %percentage%%" +label-low = "%{T2}󰂃%{T-} %percentage%%" label-low-background = ${colours/battery.low-bg} label-low-foreground = ${colours/battery.low-fg} label-low-padding = 1 diff --git a/config/polybar/bars/modules/volume.ini b/config/polybar/bars/modules/volume.ini index b0e1b40..847ffbf 100644 --- a/config/polybar/bars/modules/volume.ini +++ b/config/polybar/bars/modules/volume.ini @@ -3,13 +3,13 @@ type = internal/pulseaudio interval = 5 format-volume = -label-volume = %{T2}墳%{T-} %percentage%% +label-volume = %{T2}󰕾%{T-} %percentage%% label-volume-padding = 1 label-volume-foreground = ${colours/volume.volume-fg} label-volume-background = ${colours/volume.volume-bg} format-muted = -label-muted = %{T2}ﱝ%{T-} muted +label-muted = %{T2}󰝟%{T-} muted label-muted-padding = 1 label-muted-foreground = ${colours/volume.muted-fg} label-muted-background = ${colours/volume.muted-bg} diff --git a/config/polybar/bars/modules/wireless.ini b/config/polybar/bars/modules/wireless.ini index 4b48f99..46c8648 100644 --- a/config/polybar/bars/modules/wireless.ini +++ b/config/polybar/bars/modules/wireless.ini @@ -11,13 +11,13 @@ accumulate-stats = true speed-unit = '' format-connected = -label-connected = %{T2}直%{T-} %essid% (%local_ip%) +label-connected = %{T2}󰖩%{T-} %essid% (%local_ip%) label-connected-background = ${colours/wireless.connected-bg} label-connected-foreground = ${colours/wireless.connected-fg} label-connected-padding = 1 format-disconnected = -label-disconnected = %{T2}睊 +label-disconnected = %{T2}󰖪 label-disconnected-background = ${colours/wireless.disconnected-bg} label-disconnected-foreground = ${colours/wireless.disconnected-fg} label-disconnected-padding = 1 diff --git a/config/polybar/scripts/spotify.sh b/config/polybar/scripts/spotify.sh index 5f1d366..53ca1aa 100755 --- a/config/polybar/scripts/spotify.sh +++ b/config/polybar/scripts/spotify.sh @@ -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') 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 "$@" diff --git a/config/rofi/menus/bluetooth/bluetooth.sh b/config/rofi/menus/bluetooth/bluetooth.sh index 048a7ac..2482f0a 100755 --- a/config/rofi/menus/bluetooth/bluetooth.sh +++ b/config/rofi/menus/bluetooth/bluetooth.sh @@ -217,7 +217,7 @@ print_status() { done printf "\n" else - echo "" + echo "󰂲" fi } diff --git a/config/rofi/menus/powermenu/powermenu.sh b/config/rofi/menus/powermenu/powermenu.sh index f6912b7..1f91e7f 100755 --- a/config/rofi/menus/powermenu/powermenu.sh +++ b/config/rofi/menus/powermenu/powermenu.sh @@ -10,11 +10,11 @@ theme='powermenu' # CMDs # Options -shutdown='襤 Shutdown' +shutdown=' Shutdown' reboot=' Reboot' lock=' Lock' -suspend=' Suspend' -logout=' Logout' +suspend='󰏦 Suspend' +logout='󰍃 Logout' yes='Yes' no='No'