revert add settings for sway
This commit is contained in:
2025-07-21 08:48:16 +00:00
parent 57d4aabc2c
commit 7249abbe93
8 changed files with 148 additions and 178 deletions

View File

@@ -119,18 +119,20 @@ label-foreground = ${colors.altprime}
[module/battery]
type = internal/battery
full-at = 99
low-at = 5
low-at = 15
; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/
battery = BAT0
adapter = AC
time-format = %H:%M
label-charging = Charging %percentage%%
label-discharging = Discharging %percentage%%
format-charging = <animation-charging> <lavel-charging>
label-charging = %percentage%%
label-discharging = %percentage%%
format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging>
label-full = Fully charged
;label-full = Fully charged
label-full =
label-low = BATTERY LOW
; Only applies if <ramp-capacity> is used

View File

@@ -5,7 +5,7 @@
display_duration=7.0
# Maximum number of characters:
char_limit=120
char_limit=150
# Stop old tiramisu processes if any:
pgrep -x tiramisu >/dev/null && killall tiramisu