updates ironbar config

This commit is contained in:
Dennis Schoepf 2025-11-27 01:16:09 +01:00
parent 354cab22e6
commit 64755bbf8a
3 changed files with 27 additions and 1 deletions

View file

@ -20,6 +20,14 @@ sort = "added"
type = "focused" type = "focused"
icon_size = 16 icon_size = 16
[[end]]
type = "volume"
icon_size=16
[end.truncate]
mode = "end"
max_length = 20
[[end]] [[end]]
type = "tray" type = "tray"
icon_size=15 icon_size=15

View file

@ -131,3 +131,21 @@ popover, popover contents, calendar {
padding: 0 5px; padding: 0 5px;
font-size: 12px; font-size: 12px;
} }
.popup-volume .device-box .slider trough slider {
background-color: var(--color-white);
border-radius: 100%;
}
.popup-volume .device-box .slider trough highlight {
border: 4px solid var(--color-active);
}
.popup-volume .apps-box .app-box .slider trough slider {
background-color: var(--color-white);
border-radius: 100%;
}
.popup-volume .apps-box .app-box .slider trough highlight {
border: 4px solid var(--color-active);
}

View file

@ -297,7 +297,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; } Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty +new-window"; } Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; } Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; } Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }