diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index a5082ac..bacca1f 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -1,7 +1,7 @@ * { all: unset; // Unsets everything so you can style everything from scratch /* font-family: FontAwesome, Overpass;*/ - font-family: OverpassM Nerd Font Propo; + font-family: Overpass Nerd Font Propo; } @import "./style/colors.scss"; diff --git a/de/home/.config/eww/modules/bar/sysdisk.yuck b/de/home/.config/eww/modules/bar/sysdisk.yuck index b648b45..5891c20 100644 --- a/de/home/.config/eww/modules/bar/sysdisk.yuck +++ b/de/home/.config/eww/modules/bar/sysdisk.yuck @@ -3,7 +3,7 @@ (revealer-on-hover :revealvar reveal_sysdisk :revealvar-name "reveal_sysdisk" - (metric :label " " + (metric :label "󰟒 " :tooltip "home" :value {EWW_DISK["/home"].used_perc}) (sysdisk_children))) @@ -13,9 +13,9 @@ :orientation "h" :space-evenly false :halign "center" - (metric :label " " + (metric :label "󰿠 " :tooltip "root" :value {EWW_DISK["/"].used_perc}) - (metric :label " " + (metric :label "󰬉 " :tooltip "boot" :value {EWW_DISK["/boot"].used_perc}))) diff --git a/de/home/.config/eww/modules/bar/sysmem.yuck b/de/home/.config/eww/modules/bar/sysmem.yuck index 1a91020..b42cd62 100644 --- a/de/home/.config/eww/modules/bar/sysmem.yuck +++ b/de/home/.config/eww/modules/bar/sysmem.yuck @@ -3,7 +3,7 @@ (revealer-on-hover :revealvar reveal_sysmem :revealvar-name "reveal_sysmem" - (metric :label " " + (metric :label " " :value {EWW_RAM.used_mem_perc}) (sysmem_children))) diff --git a/de/home/.config/eww/modules/bar/volume.yuck b/de/home/.config/eww/modules/bar/volume.yuck index 7bdf4a2..69c5c5c 100644 --- a/de/home/.config/eww/modules/bar/volume.yuck +++ b/de/home/.config/eww/modules/bar/volume.yuck @@ -5,7 +5,7 @@ :revealvar-name "reveal_volume" (button :onclick 'pavucontrol-qt --tab 3' :class {(volume == 0) ? "" : "active"} - {(volume == 0) ? "" : ((volume > 50) ? "" : "")}) + {(volume == 0) ? "" : ((volume > 50) ? "" : "")}) (volume_children))) (deflisten volume :initial "50" @@ -21,3 +21,4 @@ :value {volume} :orientation "h" :onchange "wpctl set-volume @DEFAULT_AUDIO_SINK@ {}%;paplay 'volume.ogg'"))) + diff --git a/de/home/.config/eww/modules/home/weather.yuck b/de/home/.config/eww/modules/home/weather.yuck index 847632b..12fe790 100644 --- a/de/home/.config/eww/modules/home/weather.yuck +++ b/de/home/.config/eww/modules/home/weather.yuck @@ -9,7 +9,7 @@ :height 125 :space-evenly true "${json.condition} ${json.icon}" - "${json.current_temp}°F  / ${json.humidity}% " + "${json.current_temp}°F  / ${json.humidity}% " " ${json.max_temp}°F  ${json.min_temp}°F" (label :class "weather-subtitle" diff --git a/de/home/.config/eww/scripts/bar/bluetooth b/de/home/.config/eww/scripts/bar/bluetooth index ec0af26..7a54910 100755 --- a/de/home/.config/eww/scripts/bar/bluetooth +++ b/de/home/.config/eww/scripts/bar/bluetooth @@ -11,7 +11,7 @@ function btstatus(){ device_icon="$(bluetoothctl info ${m} | grep 'Icon: ' | sed 's/.*Icon: //')" case "${device_icon}" in "input-mouse") - device_icon="🖯" + device_icon="󰍽" ;; "phone") device_icon=""