screenlock time
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
frame_width = 1
|
||||
frame_color = "#8C552E"
|
||||
frame_color = "#6C901C"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@ -75,21 +75,21 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
background = "#0c0d05"
|
||||
foreground = "#6C901C"
|
||||
timeout = 5
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
background = "#0c0d05"
|
||||
foreground = "#6C901C"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#0f0e09"
|
||||
foreground = "#8C552E"
|
||||
frame_color = "#8C552E"
|
||||
background = "#0c0d05"
|
||||
foreground = "#6C901C"
|
||||
frame_color = "#6C901C"
|
||||
timeout = 0
|
||||
|
||||
# Every section that isn't one of the above is interpreted as a rules to
|
||||
|
@ -156,7 +156,7 @@ exec --no-startup-id xrandr --output HDMI1 --right-of eDP1
|
||||
exec --no-startup-id xset dpms 500
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id clipit
|
||||
exec --no-startup-id xautolock -time 1 -locker "betterlockscreen -l dim"
|
||||
exec --no-startup-id xautolock -time 10 -locker "betterlockscreen -l dim"
|
||||
exec --no-startup-id ~/bin/dunstwal
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
|
Reference in New Issue
Block a user