remove dunst
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
9a114c7de1
commit
72d45f5997
2 changed files with 0 additions and 55 deletions
49
dunstrc
49
dunstrc
|
@ -1,49 +0,0 @@
|
||||||
[colors]
|
|
||||||
background = "#0f1013"
|
|
||||||
foreground = "#FFFFFF"
|
|
||||||
|
|
||||||
[global]
|
|
||||||
# funktioniert erst ab 1.6.0
|
|
||||||
gaps = true
|
|
||||||
gap_size = 10
|
|
||||||
#####
|
|
||||||
monitor = 0
|
|
||||||
follow = mouse
|
|
||||||
separator_color = "#808080"
|
|
||||||
geometry = "375x30-30+36"
|
|
||||||
indicate_hidden = yes
|
|
||||||
shrink = no
|
|
||||||
separator_height = 1
|
|
||||||
padding = 12
|
|
||||||
horizontal_padding = 12
|
|
||||||
frame_width = 1
|
|
||||||
|
|
||||||
idle_threshold = 20
|
|
||||||
mouse_right_click = close_all
|
|
||||||
|
|
||||||
font = pango:monospace 8
|
|
||||||
|
|
||||||
alignment = left
|
|
||||||
word_wrap = yes
|
|
||||||
ignore_newline = no
|
|
||||||
stack_duplicates = true
|
|
||||||
hide_duplicate_count = false
|
|
||||||
show_indicators = yes
|
|
||||||
|
|
||||||
[urgency_low]
|
|
||||||
background = colors.background
|
|
||||||
foreground = colors.foreground
|
|
||||||
timeout = 10
|
|
||||||
frame_color = "#808080"
|
|
||||||
|
|
||||||
[urgency_normal]
|
|
||||||
background = colors.background
|
|
||||||
foreground = colors.foreground
|
|
||||||
timeout = 20
|
|
||||||
frame_color ="#808080"
|
|
||||||
|
|
||||||
[urgency_critical]
|
|
||||||
background = colors.background
|
|
||||||
foreground = colors.foreground
|
|
||||||
frame_color = "#FF8A00"
|
|
||||||
timeout = 30
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
if [ "$(dunstctl is-paused)" = "true" ]; then
|
|
||||||
echo "notifications disabled"
|
|
||||||
else
|
|
||||||
echo ""
|
|
||||||
fi
|
|
Loading…
Reference in a new issue