diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 466cdcc..09b4ff8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,7 +9,9 @@ # Please note not all available settings / options are set here. # For a full list, see the wiki # - +ecosystem { + no_donation_nag = true +} # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor=,preferred,auto,auto diff --git a/.config/waybar/config b/.config/waybar/config index 9be2e15..6d8d1da 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -10,7 +10,7 @@ "modules-left": ["tray"], //"modules-left": ["sway/workspaces", "sway/mode", "sway/scratchpad", "custom/media"], //"modules-center": [""], - "modules-center": ["pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery"], + "modules-center": ["pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "idle_inhibitor"], "modules-right": ["clock", "custom/power"], //"modules-right": ["tray", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "clock", "custom/power"], // Modules configuration @@ -57,13 +57,13 @@ // "tooltip": true, // "tooltip-format": "{app}: {title}" //}, - //"idle_inhibitor": { - // "format": "{icon}", - // "format-icons": { - // "activated": "", - // "deactivated": "" - // } - //}, + "idle_inhibitor": { + "format": "{icon}", + "format-icons": { + "activated": "", + "deactivated": "" + } + }, "tray": { //"icon-size": 18, "spacing": 10 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 83a7bf4..1a75709 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -247,12 +247,14 @@ label:focus { } #idle_inhibitor { - background-color: #2d3436; + background-color: rgba(10, 10, 10, 0.95); + transition-property: background-color; + transition-duration: 1s; } #idle_inhibitor.activated { background-color: #ecf0f1; - color: #2d3436; + color: rgba(10, 10, 10, 0.95); } #mpd {