summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-01-19 17:18:34 +0000
committerShubham Saini <shubham6405@gmail.com>2020-01-19 17:18:34 +0000
commitf235226bf5ba825c984effbb8145787fa4756214 (patch)
tree4c2f516206dae17f23b64695035213fdbfc264f4
parentc0f0efdbba42cc14ade48da2f6dfaedcc35c79ff (diff)
[dunst] changed layout
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc2
-rw-r--r--dunst/.config/dunst/dunstrc4
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 &
11redshift -l 13.082680:80.270718 & 11redshift -l 13.082680:80.270718 &
12xbacklight -set 30 & 12xbacklight -set 30 &
13feh --bg-fill ~/Pictures/robo.jpg & 13feh --bg-fill ~/Pictures/ann.png &
14urxvtd & 14urxvtd &
15 15
16bspc monitor -d term web music files code virt chat game IX X 16bspc 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"
72timeout = 5 72timeout = 5
73 73
74[urgency_normal] 74[urgency_normal]
75background = "#09090d" 75background = "#0c0d0d"
76foreground = "#839496" 76foreground = "#839496"
77timeout = 5 77timeout = 5
78 78