This commit is contained in:
Sakooooo 2023-09-01 08:15:33 +04:00
parent 0eb9d67dc9
commit 4777df10d3
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ monitor=,preferred,auto,auto
# Execute your favorite apps at launch # Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
# fix gtk apps # fix gtk apps
#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# background # background
exec-once = hyprpaper exec-once = hyprpaper
# bar # bar

View file

@ -65,6 +65,7 @@ in
hyprpaper hyprpaper
# bar # bar
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; })) (waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
eww-wayland
brightnessctl brightnessctl
inotify-tools inotify-tools
]; ];