Large update, remove old scripts & gorice, merge some together

This commit is contained in:
natemaia
2018-02-05 19:31:56 -08:00
parent 9718b4bd71
commit f041702ae0
77 changed files with 1704 additions and 3307 deletions

84
home/.config/dunst/dunstrc Executable file → Normal file
View File

@ -1,50 +1,48 @@
[global]
font = Ubuntu 11
markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "400x10-20+40"
shrink = yes
transparency = 0
idle_threshold = 0
#monitor = 0
follow = mouse
sticky_history = yes
history_length = 20
show_indicators = no
line_height = 0
separator_height = 2
padding = 10
horizontal_padding = 20
frame_color = "#c0c5ce"
separator_color = frame
frame_width = 1
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox
icon_position = left
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[shortcuts]
font = Ubuntu 11
markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "400x10-20+40"
shrink = yes
transparency = 0
idle_threshold = 0
#monitor = 0
follow = mouse
sticky_history = yes
history_length = 20
show_indicators = no
line_height = 0
separator_height = 2
padding = 10
horizontal_padding = 20
frame_color = "#c0c5ce"
separator_color = frame
frame_width = 1
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox
icon_position = left
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[urgency_low]
background = "#2b303b"
foreground = "#c0c5ce"
timeout = 3
background = "#2b303b"
foreground = "#c0c5ce"
timeout = 3
[urgency_normal]
background = "#2b303b"
foreground = "#c0c5ce"
timeout = 3
background = "#2b303b"
foreground = "#c0c5ce"
timeout = 3
[urgency_critical]
background = "#2b303b"
foreground = "#bf616a"
frame_color = "#bf616a"
timeout = 5
background = "#2b303b"
foreground = "#bf616a"
frame_color = "#bf616a"
timeout = 5

View File

@ -1,50 +0,0 @@
[global]
font = Ubuntu 11
markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "400x10-20+40"
shrink = yes
transparency = 0
idle_threshold = 0
#monitor = 0
follow = mouse
sticky_history = yes
history_length = 20
show_indicators = no
line_height = 0
separator_height = 2
padding = 10
horizontal_padding = 20
frame_color = "{{.Data.border_color}}"
separator_color = frame
frame_width = 1
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox
icon_position = left
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[shortcuts]
[urgency_low]
background = "{{.Data.terminal_background}}"
foreground = "{{.Data.terminal_foreground}}"
timeout = 3
[urgency_normal]
background = "{{.Data.terminal_background}}"
foreground = "{{.Data.terminal_foreground}}"
timeout = 3
[urgency_critical]
background = "{{.Data.terminal_background}}"
foreground = "{{index .Data.terminal_colors 1}}"
frame_color = "{{index .Data.terminal_colors 1}}"
timeout = 5