feat(hypr): add nwg-dock autostart and MPD control submap;

feat(hypr): add window swallowing for kitty and Steam workspace rules;
feat(waybar): create minimal config for gamemode and add notification panel button;
refactor(waybar): simplify config, merge memory/swap displays, update workspace icons;
refactor(swaync): remove CPU slider and adjust button styling;
experiment(hypr): increase vibrancy and change screenshot sound;
experiment(rmpc): update progress bar symbols;
fix(rofi): add mouse support to all menu configurations;
chore(hypr): update gamemode script to toggle minimal waybar
This commit is contained in:
2025-12-21 22:00:37 +03:00
parent 114f1cde7c
commit c9795e2514
13 changed files with 321 additions and 139 deletions

View File

@@ -48,7 +48,6 @@ window#waybar.chromium {
#custom-submap,
#cpu,
#memory,
#memory.swap,
#disk,
#clock,
#battery,
@@ -58,6 +57,7 @@ window#waybar.chromium {
#pulseaudio,
#wireplumber,
#custom-media,
#custom-panel,
#tray,
#mode,
#idle_inhibitor,
@@ -138,11 +138,6 @@ window#waybar.chromium {
}
#memory {
border-left: none;
border-right: none;
}
#memory.swap {
border-left: none;
border-radius: 0 0 10px 0;
}
@@ -202,6 +197,7 @@ window#waybar.chromium {
#network,
#wireplumber,
#custom-media,
#custom-panel,
#tray,
#mode,
#idle_inhibitor,
@@ -210,6 +206,11 @@ window#waybar.chromium {
border-right: none;
}
#custom-panel {
padding: 0;
padding-right: 10px;
}
#pulseaudio {
border-left: 1px solid @border-color;
border-right: none;
@@ -245,6 +246,7 @@ window#waybar.chromium {
#pulseaudio:hover,
#wireplumber:hover,
#custom-media:hover,
#custom-panel:hover,
#mode:hover,
#idle_inhibitor:hover,
#scratchpad:hover,