feat: set cava bar width to 1 for slimmer visualization bars;

refactor: update copyq configuration with clipboard checking disabled, unfocus behavior changed, and screen capture prevention enabled;
feat: add new eww configuration file with example widget and window definitions;
refactor: update hyprland autostart commands, replace Telegram with AyuGram, add easymove submap, and adjust workspace rules;
feat: introduce hyprsunset configuration file for automatic gamma and temperature adjustments;
chore: extend privacy tagging rules to include AyuGram and SimpleX desktop applications;
refactor: optimize muza script by removing redundant sleep calls and adjusting terminal launch sequence;
refactor: improve toggle_proxy script with process killing function and silent operation;
refactor: adjust rmpc layout to allocate 72% space for queue and 28% for cava visualization;
feat: update rmpc theme with new album art, modified color scheme, and added tabs pane;
feat: add keyboard navigation bindings for rofi launcher mode switching and paging;
feat: expand power mode menu with CPU frequency options and integrate cpupower controls;
feat: implement h/j/k/l row navigation keybindings for rofi power menu;
feat: reconfigure power mode menu layout to 3 columns and add vertical navigation keybindings;
feat: add row navigation keybindings to rofi recorder menu style;
refactor: update swaync notification styles with revised button borders, selection colors, and hover effects;
feat: add custom submap display module to waybar for active hyprland submaps;
refactor: modify waybar styling with updated background colors and new module borders;
chore: update bluetooth alias from bluetuith to bluetui in shell configuration
This commit is contained in:
2025-12-15 18:29:07 +03:00
parent 78b63dca58
commit 0886c29a46
19 changed files with 212 additions and 81 deletions

View File

@@ -7,7 +7,7 @@
--noti-bg-darker: rgb(38, 38, 38);
--noti-bg-hover: rgb(56, 56, 56);
--noti-bg-focus: transparent;
--noti-bg-selection: #9e2238dd;
--noti-bg-selection: #9e2238;
--noti-close-bg: rgb(78, 78, 78);
--noti-close-bg-hover: rgb(94, 94, 94);
--text-color: #FFe8EE;
@@ -18,7 +18,7 @@
--notification-group-icon-size: 32px;
--button: #303030;
--button-top: #505050;
--button-on-top: #CE5268dd;
--button-on-top: #CE5268;
--button-off: #2e2d31;
}
@@ -28,8 +28,10 @@
}
button {
background: none;
background-color: var(--button-off);
border-top: 1px solid var(--button-top);
border-top: 1.5px solid var(--button-top);
border-radius: 15px;
}
button:hover {
@@ -475,41 +477,31 @@ button:hover {
font-family: "Iosevka Nerd Font Mono";
}
/* .widget-buttons-grid flowboxchild > button.toggle { */
/* background-color: #000000; */
/* } */
.widget-buttons-grid flowboxchild > * {
background-color: var(--button);
}
.widget-buttons-grid flowboxchild > * {
/* style given to the active toggle button */
background-color: var(--button);
box-shadow: none;
}
.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);
border-top: 1.5px solid var(--button-on-top);
}
.widget-buttons-grid flowboxchild > button.toggle:hover {
/* style given to the active toggle button */
background-color: var(--bg-selected);
}
/* Menubar widget */
.widget-menubar {
/* The revealer buttons */
/* .AnyName { Name defined in config after #
background-color: rgba(var(--noti-bg), 1.0);
padding: 8px;
margin: 8px;
border-radius: 12px;
}
.AnyName>button {
background: transparent;
border: none;
}
.AnyName>button:hover {
background-color: var(--noti-bg-hover);
} */
}
.widget-menubar > .menu-button-bar {
/* The left button container */
/* The right button container */
/* The left and right button container */
border-top: 1.5px solid var(--button-on-top);
}
.widget-menubar > .menu-button-bar > .start {
@@ -522,6 +514,7 @@ button:hover {
.widget-menubar > .menu-button-bar > .widget-menubar-container button {
border-radius: 12px;
padding: 0px 15px;
margin: 0 4px;
background-color: var(--noti-bg-selection);
border-top: 1px solid var(--button-on-top);