diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
-rw-r--r-- | dunst/.config/dunst/dunstrc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index d2e81a8..616c5d1 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -10,7 +10,7 @@ picom --config ~/.config/picom.conf & | |||
10 | ~/scrypts/bat_check.sh & | 10 | ~/scrypts/bat_check.sh & |
11 | redshift -l 13.082680:80.270718 & | 11 | redshift -l 13.082680:80.270718 & |
12 | xbacklight -set 30 & | 12 | xbacklight -set 30 & |
13 | feh --bg-fill ~/Pictures/robo.jpg & | 13 | feh --bg-fill ~/Pictures/ann.png & |
14 | urxvtd & | 14 | urxvtd & |
15 | 15 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 5052067..02791e5 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -1,6 +1,6 @@ | |||
1 | [global] | 1 | [global] |
2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above | 2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above |
3 | geometry = "350x5-10+38" | 3 | geometry = "350x5-10+30" |
4 | monitor = 0 | 4 | monitor = 0 |
5 | follow = keyboard | 5 | follow = keyboard |
6 | indicate_hidden = yes | 6 | indicate_hidden = yes |
@@ -72,7 +72,7 @@ foreground = "#839496" | |||
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#09090d" | 75 | background = "#0c0d0d" |
76 | foreground = "#839496" | 76 | foreground = "#839496" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||