i give up lmao
This commit is contained in:
parent
7a56258baf
commit
a6aa7df459
3 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@ function BatteryLabel() {
|
|||
children: [
|
||||
// Widget.Icon({ icon }),
|
||||
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
|
||||
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
|
||||
|
|
|
@ -75,7 +75,7 @@ in
|
|||
# bg
|
||||
hyprpaper
|
||||
# bar
|
||||
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
||||
waybar
|
||||
# lock
|
||||
swaylock
|
||||
ags
|
||||
|
|
Loading…
Reference in a new issue