Fix xinitrc and update rofi/dunst
This commit is contained in:
parent
9b9301b18a
commit
879f308cc2
6 changed files with 324 additions and 75 deletions
|
@ -1,6 +1,6 @@
|
|||
[global]
|
||||
frame_width = 2
|
||||
frame_color = "#888694"
|
||||
frame_width = 0
|
||||
frame_color = "#353535"
|
||||
|
||||
font = FiraCode Nerd Font 11
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
# The transparency of the window. Range: [0; 100].
|
||||
# This option will only work if a compositing windowmanager is
|
||||
# present (e.g. xcompmgr, compiz, etc.).
|
||||
transparency =25
|
||||
transparency =0
|
||||
|
||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||
# for longer than idle_threshold seconds.
|
||||
|
@ -189,8 +189,8 @@
|
|||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
background = "#BBBBBB"
|
||||
foreground = "#191919"
|
||||
background = "#353535"
|
||||
foreground = "#BBBBBB"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue