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

@@ -48,13 +48,14 @@ imagebox {
border-radius: 100px;
margin: 5px;
background-color: @active;
border-color: @selected-shine;
border: 1px 0 0 0;
}
contentbox {
orientation: horizontal;
expand: true;
children: [prompt, entry];
children: [prompt];
}
mode-switcher{
@@ -67,7 +68,7 @@ mode-switcher{
listview {
enabled: true;
columns: 1;
lines: 4;
lines: 3;
cycle: true;
dynamic: true;
scrollbar: false;
@@ -87,7 +88,7 @@ listview {
element {
enabled: true;
spacing: 15px;
width: 22.5%;
width: 31%;
padding: 8px;
border-radius: 10px;
text-color: @foreground;