theming
This commit is contained in:
parent
a00a0ce828
commit
5edcf72ec3
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
horizontal_padding = 24
|
||||
text_icon_padding = 0
|
||||
frame_width = 1
|
||||
frame_color = "#83a598"
|
||||
frame_color = "#fe8019"
|
||||
gap_size = 0
|
||||
separator_color = frame
|
||||
|
||||
|
@ -70,17 +70,17 @@
|
|||
per_monitor_dpi = false
|
||||
|
||||
[urgency_low]
|
||||
background = "#83a598"
|
||||
background = "#fe8019"
|
||||
foreground = "#121212"
|
||||
timeout = 2
|
||||
|
||||
[urgency_normal]
|
||||
background = "#83a598"
|
||||
background = "#fe8019"
|
||||
foreground = "#121212"
|
||||
timeout = 8
|
||||
|
||||
[urgency_critical]
|
||||
background = "#83a598"
|
||||
background = "#fe8019"
|
||||
foreground = "#121212"
|
||||
frame_color = "#FB4934"
|
||||
timeout = 0
|
||||
|
|
|
@ -126,7 +126,7 @@ bindsym $mod+Shift+f floating toggle
|
|||
|
||||
# Layout
|
||||
client.focused $col_fg $col_fg $col_bg $col_fg $col_fg
|
||||
client.unfocused $col_bg $col_bg $col_fg $col_bg $col_bg
|
||||
client.unfocused $col_bg $col_bg #606060 $col_bg $col_bg
|
||||
default_border pixel 2
|
||||
titlebar_border_thickness 2
|
||||
titlebar_padding 2
|
||||
|
|
Loading…
Reference in a new issue