screenlock time

This commit is contained in:
2020-01-29 01:08:12 +01:00
parent 39286010ad
commit 560841459c
2 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
padding = 8 padding = 8
horizontal_padding = 8 horizontal_padding = 8
frame_width = 1 frame_width = 1
frame_color = "#8C552E" frame_color = "#6C901C"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -75,21 +75,21 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#0f0e09" background = "#0c0d05"
foreground = "#8C552E" foreground = "#6C901C"
timeout = 5 timeout = 5
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#0f0e09" background = "#0c0d05"
foreground = "#8C552E" foreground = "#6C901C"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#0f0e09" background = "#0c0d05"
foreground = "#8C552E" foreground = "#6C901C"
frame_color = "#8C552E" frame_color = "#6C901C"
timeout = 0 timeout = 0
# Every section that isn't one of the above is interpreted as a rules to # Every section that isn't one of the above is interpreted as a rules to

View File

@ -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 xset dpms 500
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id clipit 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 ~/bin/dunstwal
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1