updates ironbar config
This commit is contained in:
parent
354cab22e6
commit
64755bbf8a
3 changed files with 27 additions and 1 deletions
|
|
@ -20,6 +20,14 @@ sort = "added"
|
|||
type = "focused"
|
||||
icon_size = 16
|
||||
|
||||
[[end]]
|
||||
type = "volume"
|
||||
icon_size=16
|
||||
|
||||
[end.truncate]
|
||||
mode = "end"
|
||||
max_length = 20
|
||||
|
||||
[[end]]
|
||||
type = "tray"
|
||||
icon_size=15
|
||||
|
|
|
|||
|
|
@ -131,3 +131,21 @@ popover, popover contents, calendar {
|
|||
padding: 0 5px;
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ binds {
|
|||
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||
|
||||
// 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+B hotkey-overlay-title="Browser" { spawn "firefox"; }
|
||||
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue