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: [ children: [
// Widget.Icon({ icon }), // Widget.Icon({ icon }),
Widget.Label({ 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 # 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

View file

@ -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