New backup 2025-07-11 10:00:06

This commit is contained in:
Penelope Gwen 2025-07-11 10:00:06 -07:00
parent 7bdf84409a
commit da9df03584
6 changed files with 9 additions and 8 deletions

View file

@ -1,7 +1,7 @@
* { * {
all: unset; // Unsets everything so you can style everything from scratch all: unset; // Unsets everything so you can style everything from scratch
/* font-family: FontAwesome, Overpass;*/ /* font-family: FontAwesome, Overpass;*/
font-family: OverpassM Nerd Font Propo; font-family: Overpass Nerd Font Propo;
} }
@import "./style/colors.scss"; @import "./style/colors.scss";

View file

@ -3,7 +3,7 @@
(revealer-on-hover (revealer-on-hover
:revealvar reveal_sysdisk :revealvar reveal_sysdisk
:revealvar-name "reveal_sysdisk" :revealvar-name "reveal_sysdisk"
(metric :label " " (metric :label "󰟒 "
:tooltip "home" :tooltip "home"
:value {EWW_DISK["/home"].used_perc}) :value {EWW_DISK["/home"].used_perc})
(sysdisk_children))) (sysdisk_children)))
@ -13,9 +13,9 @@
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "center" :halign "center"
(metric :label " " (metric :label "󰿠 "
:tooltip "root" :tooltip "root"
:value {EWW_DISK["/"].used_perc}) :value {EWW_DISK["/"].used_perc})
(metric :label " " (metric :label "󰬉 "
:tooltip "boot" :tooltip "boot"
:value {EWW_DISK["/boot"].used_perc}))) :value {EWW_DISK["/boot"].used_perc})))

View file

@ -3,7 +3,7 @@
(revealer-on-hover (revealer-on-hover
:revealvar reveal_sysmem :revealvar reveal_sysmem
:revealvar-name "reveal_sysmem" :revealvar-name "reveal_sysmem"
(metric :label " " (metric :label " "
:value {EWW_RAM.used_mem_perc}) :value {EWW_RAM.used_mem_perc})
(sysmem_children))) (sysmem_children)))

View file

@ -5,7 +5,7 @@
:revealvar-name "reveal_volume" :revealvar-name "reveal_volume"
(button :onclick 'pavucontrol-qt --tab 3' (button :onclick 'pavucontrol-qt --tab 3'
:class {(volume == 0) ? "" : "active"} :class {(volume == 0) ? "" : "active"}
{(volume == 0) ? "" : ((volume > 50) ? "" : "")}) {(volume == 0) ? "" : ((volume > 50) ? "" : "")})
(volume_children))) (volume_children)))
(deflisten volume :initial "50" (deflisten volume :initial "50"
@ -21,3 +21,4 @@
:value {volume} :value {volume}
:orientation "h" :orientation "h"
:onchange "wpctl set-volume @DEFAULT_AUDIO_SINK@ {}%;paplay 'volume.ogg'"))) :onchange "wpctl set-volume @DEFAULT_AUDIO_SINK@ {}%;paplay 'volume.ogg'")))

View file

@ -9,7 +9,7 @@
:height 125 :height 125
:space-evenly true :space-evenly true
"${json.condition} ${json.icon}" "${json.condition} ${json.icon}"
"${json.current_temp}°F  / ${json.humidity}% " "${json.current_temp}°F  / ${json.humidity}% "
" ${json.max_temp}°F  ${json.min_temp}°F" " ${json.max_temp}°F  ${json.min_temp}°F"
(label (label
:class "weather-subtitle" :class "weather-subtitle"

View file

@ -11,7 +11,7 @@ function btstatus(){
device_icon="$(bluetoothctl info ${m} | grep 'Icon: ' | sed 's/.*Icon: //')" device_icon="$(bluetoothctl info ${m} | grep 'Icon: ' | sed 's/.*Icon: //')"
case "${device_icon}" in case "${device_icon}" in
"input-mouse") "input-mouse")
device_icon="🖯" device_icon="󰍽"
;; ;;
"phone") "phone")
device_icon="" device_icon=""