i give up lmao
This commit is contained in:
parent
7a56258baf
commit
a6aa7df459
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
||||||
children: [
|
children: [
|
||||||
// Widget.Icon({ icon }),
|
// Widget.Icon({ icon }),
|
||||||
Widget.Label({
|
Widget.Label({
|
||||||
label: battery.bind("precent").transform((v) => v.toFixed(0)),
|
label: value,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
|
@ -23,8 +23,8 @@ exec-once = dbus-update-activation-environment --systemd --all
|
||||||
# background
|
# background
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
# bar
|
# bar
|
||||||
# exec-once = /home/sako/.config/waybar/launch-waybar.sh
|
exec-once = /home/sako/.config/waybar/launch-waybar.sh
|
||||||
exec = /home/sako/.config/ags/launch-ags.sh
|
# exec = /home/sako/.config/ags/launch-ags.sh
|
||||||
# applets
|
# applets
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
|
|
|
@ -75,7 +75,7 @@ in
|
||||||
# bg
|
# bg
|
||||||
hyprpaper
|
hyprpaper
|
||||||
# bar
|
# bar
|
||||||
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
waybar
|
||||||
# lock
|
# lock
|
||||||
swaylock
|
swaylock
|
||||||
ags
|
ags
|
||||||
|
|
Loading…
Reference in a new issue