Wire up TagOverlay into Config
The tag overlay still isn't actually created anywhere, but now it can be configured.
This commit is contained in:
parent
ceabd231fe
commit
2bef233d8f
5 changed files with 335 additions and 11 deletions
|
|
@ -18,6 +18,19 @@ borders {
|
|||
color_focused "0x89b4fa"
|
||||
color_unfocused "0x1e1e2e"
|
||||
}
|
||||
// Tag overlay widget — shown briefly when switching tags
|
||||
// Remove this block to disable the overlay entirely
|
||||
tag_overlay {
|
||||
tag_amount 10
|
||||
background_color "0x1e1e2e"
|
||||
border_color "0x6c7086"
|
||||
square_active_background_color "0x89b4fa"
|
||||
square_active_border_color "0x6c7086"
|
||||
square_active_occupied_color "0xcdd6f4"
|
||||
square_inactive_background_color "0x585b70"
|
||||
square_inactive_border_color "0x6c7086"
|
||||
square_inactive_occupied_color "0xcdd6f4"
|
||||
}
|
||||
keybinds {
|
||||
// Swap a window
|
||||
spawn Mod4 T foot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue