feat: add rofi-based power menu and power mode menu scripts with custom styles;

feat: enhance screen recorder with merge functionality and duration tracking;
refactor: update swaync configuration with new power menu buttons and toggle actions;
fix: remove desktop cache option since it screwed up my app history;
refactor: update swaync styling with new button variables and border styles;
This commit is contained in:
2025-11-13 19:28:49 +03:00
parent 02d51bdb88
commit 66079e3a59
10 changed files with 590 additions and 236 deletions

View File

@@ -16,6 +16,9 @@
--notification-icon-size: 64px;
--notification-app-icon-size: calc(var(--notification-icon-size) / 3);
--notification-group-icon-size: 32px;
--button: #303030;
--button-top: #505050;
--button-on-top: #CE5268dd;
--button-off: #2e2d31;
}
@@ -26,7 +29,7 @@
button {
background-color: var(--button-off);
border: 1px solid #303030;
border-top: 1px solid var(--button-top);
}
button:hover {
@@ -475,6 +478,7 @@ button:hover {
.widget-buttons-grid flowboxchild > button.toggle:checked {
/* style given to the active toggle button */
background-color: var(--noti-bg-selection);
border-top: 1px solid var(--button-on-top);
}
.widget-buttons-grid flowboxchild > button.toggle:hover {
@@ -520,6 +524,7 @@ button:hover {
border-radius: 12px;
margin: 0 4px;
background-color: var(--noti-bg-selection);
border-top: 1px solid var(--button-on-top);
}
.widget-menubar > .menu-button-bar > .widget-menubar-container button:hover {