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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user