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

@@ -55,7 +55,6 @@
"buttons-grid",
"volume",
"slider#brightness",
"slider#cpu",
"inhibitors",
"title",
"notifications",

View File

@@ -30,7 +30,7 @@
button {
background: none;
background-color: var(--button-off);
border-top: 1.5px solid var(--button-top);
border-top: 1px solid var(--button-top);
border-radius: 15px;
}
@@ -495,13 +495,13 @@ button:hover {
.widget-buttons-grid flowboxchild > button.toggle:checked {
/* style given to the active toggle button */
background-color: var(--noti-bg-selection);
border-top: 1.5px solid var(--button-on-top);
border-top: 1px solid var(--button-on-top);
}
.widget-buttons-grid flowboxchild > button.toggle:hover {
/* style given to the active toggle button */
background-color: var(--bg-selected);
border-top: 1.5px solid var(--button-on-top);
border-top: 1px solid var(--button-on-top);
}
.widget-menubar > .menu-button-bar > .start {