mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-21 18:49:30 +00:00
Initial Commit
This commit is contained in:
parent
f18da1cc25
commit
a5bc6b13c5
96 changed files with 6936 additions and 0 deletions
57
config/scripts/themes/BlueNova/dunstrc
Executable file
57
config/scripts/themes/BlueNova/dunstrc
Executable file
|
|
@ -0,0 +1,57 @@
|
|||
[global]
|
||||
font = Ubuntu Mono 11
|
||||
allow_markup = yes
|
||||
format = "<b>%s</b>\n%b"
|
||||
sort = yes
|
||||
indicate_hidden = yes
|
||||
alignment = left
|
||||
bounce_freq = 0
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
geometry = "300x5-30+20"
|
||||
shrink = no
|
||||
transparency = 0
|
||||
idle_threshold = 120
|
||||
monitor = 0
|
||||
sticky_history = yes
|
||||
history_length = 20
|
||||
show_indicators = yes
|
||||
line_height = 0
|
||||
separator_height = 2
|
||||
padding = 8
|
||||
horizontal_padding = 16
|
||||
separator_color = frame
|
||||
startup_notification = false
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
browser = /usr/bin/firefox -new-tab
|
||||
icon_position = off
|
||||
icon_folders = /usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/
|
||||
|
||||
[frame]
|
||||
width = 3
|
||||
color = "#C0C5CE"
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
background = "#2B303B"
|
||||
foreground = "#C0C5CE"
|
||||
frame_color = "#C0C5CE"
|
||||
timeout = 4
|
||||
|
||||
[urgency_normal]
|
||||
background = "#2B303B"
|
||||
foreground = "#C0C5CE"
|
||||
frame_color = "#C0C5CE"
|
||||
timeout = 4
|
||||
|
||||
[urgency_critical]
|
||||
background = "#BF616A"
|
||||
foreground = "#EFF1F5"
|
||||
frame_color = "#EFF1F5"
|
||||
timeout = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue