diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-20 12:30:26 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-20 12:30:26 +0000 |
commit | 1240ac35a4c62c487218501a905f4754adf65c65 (patch) | |
tree | 720565fd6602d6d8930507d9bf3198b38ee241fa | |
parent | 04eaf5c25193ba74c1613c958015f47e2b896e50 (diff) |
spectr
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 4 | ||||
-rw-r--r-- | x/.xinitrc | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 8f3a125..6d22b0d 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -36,14 +36,14 @@ bar_border[1] = rgb:00/80/80 | |||
36 | bar_border_unfocus[1] = rgb:00/40/40 | 36 | bar_border_unfocus[1] = rgb:00/40/40 |
37 | bar_color[1] = black | 37 | bar_color[1] = black |
38 | bar_color_selected[1] = rgb:00/80/80 | 38 | bar_color_selected[1] = rgb:00/80/80 |
39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73, rgb:5e/5e/5e | 39 | bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 |
40 | bar_font_color_selected = black | 40 | bar_font_color_selected = black |
41 | bar_font = Hermit:size=9 | 41 | bar_font = Hermit:size=9 |
42 | bar_action = ~/.local/bin/statusbar | 42 | bar_action = ~/.local/bin/statusbar |
43 | bar_action_expand = 1 | 43 | bar_action_expand = 1 |
44 | bar_justify = left | 44 | bar_justify = left |
45 | #bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+4<+V | 45 | #bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+4<+V |
46 | bar_format = +|L+1<+L +@fg=2;+C+@fg=0; +|R+A | 46 | bar_format = +|L+1<+L +@fg=1;+C+@fg=0; +|R+A |
47 | workspace_indicator = listcurrent,listactive,markcurrent,printnames | 47 | workspace_indicator = listcurrent,listactive,markcurrent,printnames |
48 | bar_at_bottom = 0 | 48 | bar_at_bottom = 0 |
49 | stack_enabled = 0 | 49 | stack_enabled = 0 |
@@ -1,4 +1,5 @@ | |||
1 | #exec dbus-launch --exit-with-session spectrwm | 1 | #exec dbus-launch --exit-with-session spectrwm |
2 | xrdb ~/.Xresources & | 2 | xrdb ~/.Xresources & |
3 | xset b off & | ||
3 | xset s 600 & | 4 | xset s 600 & |
4 | exec dbus-launch --exit-with-session spectrwm | 5 | exec dbus-launch --exit-with-session spectrwm |