diff options
-rw-r--r-- | hypr/hyprland.conf | 6 | ||||
-rw-r--r-- | waybar/style.css | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1c07db0..0586d4d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -24,10 +24,8 @@ exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects -#exec-once = systemctl --user start dunst -#exec-once = systemctl --user start hypridle -exec-once = dunst -exec-once = hypridle +exec-once = systemctl --user start dunst +exec-once = systemctl --user start hypridle #exec-once = mpd #}}} diff --git a/waybar/style.css b/waybar/style.css index c340c3f..44f8df9 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -91,6 +91,7 @@ window#waybar.hidden { #custom-wallpaper, #tags, #taskbar, +#tray, #mode, #idle_inhibitor, #mpd { |