i give up lmao

This commit is contained in:
Sakooooo 2024-08-05 05:44:00 +04:00
parent 7a56258baf
commit a6aa7df459
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 4 additions and 4 deletions

View file

@ -132,7 +132,7 @@ function BatteryLabel() {
children: [
// Widget.Icon({ icon }),
Widget.Label({
label: battery.bind("precent").transform((v) => v.toFixed(0)),
label: value,
}),
],
})

View file

@ -23,8 +23,8 @@ exec-once = dbus-update-activation-environment --systemd --all
# background
exec-once = hyprpaper
# bar
# exec-once = /home/sako/.config/waybar/launch-waybar.sh
exec = /home/sako/.config/ags/launch-ags.sh
exec-once = /home/sako/.config/waybar/launch-waybar.sh
# exec = /home/sako/.config/ags/launch-ags.sh
# applets
exec-once = nm-applet
exec-once = blueman-applet

View file

@ -75,7 +75,7 @@ in
# bg
hyprpaper
# bar
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
waybar
# lock
swaylock
ags