New backup 2025-07-11 10:00:06
This commit is contained in:
parent
7bdf84409a
commit
da9df03584
6 changed files with 9 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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})))
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
|
@ -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'")))
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Add table
Reference in a new issue