Fixed i3 colors, and made dunstrc black and white
This commit is contained in:
parent
21632788ed
commit
2841ce2705
10
dunstrc
10
dunstrc
|
@ -336,28 +336,26 @@
|
|||
# using the resolution and physical size. This might be useful in setups
|
||||
# where there are multiple screens with very different dpi values.
|
||||
per_monitor_dpi = false
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
||||
|
||||
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#222222"
|
||||
foreground = "#888888"
|
||||
frame_color = "#888888"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency
|
||||
default_icon = dialog-information
|
||||
|
||||
[urgency_normal]
|
||||
background = "#285577"
|
||||
foreground = "#ffffff"
|
||||
timeout = 10
|
||||
frame_color = "#ffffff"
|
||||
override_pause_level = 30
|
||||
# Icon for notifications with normal urgency
|
||||
default_icon = dialog-information
|
||||
|
||||
[urgency_critical]
|
||||
background = "#900000"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#ff0000"
|
||||
timeout = 0
|
||||
override_pause_level = 60
|
||||
|
|
4
i3config
4
i3config
|
@ -224,9 +224,9 @@ bar {
|
|||
default_border pixel 1
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #ffffff #ffffff #ffffff #ffffff #ffffff
|
||||
client.focused #ffffff #ffffff #000000 #ffffff #ffffff
|
||||
client.focused_inactive #555555 #555555 #ffffff #555555 #555555
|
||||
client.unfocused #000000 #222222 #888888 #000000 #000000
|
||||
client.unfocused #000000 #222222 #bbbbbb #000000 #000000
|
||||
client.urgent #900000 #900000 #ffffff #900000 #900000
|
||||
client.placeholder #0c0c0c #0c0c0c #ffffff #000000 #0c0c0c
|
||||
|
||||
|
|
Loading…
Reference in a new issue