diff options
-rwxr-xr-x | bin/.local/bin/shut | 2 | ||||
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 4 | ||||
-rw-r--r-- | x/.xinitrc | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/bin/.local/bin/shut b/bin/.local/bin/shut index 9e560f8..221d60c 100755 --- a/bin/.local/bin/shut +++ b/bin/.local/bin/shut | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara" -nb "#000000" -nf "#bfbfbf" -sb "#84a0c6" -sf "#000000" -fn "Hermit:size=10") | 3 | RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara" -nb "#000000" -nf "#bfbfbf" -sb "#84a0c6" -sf "#000000" -fn "ASM\-Bold:style=☞:size=10") |
4 | 4 | ||
5 | case $RET in | 5 | case $RET in |
6 | shutdown) doas poweroff ;; | 6 | shutdown) doas poweroff ;; |
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 87efc30..ba0b388 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -38,7 +38,7 @@ 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 | 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.5 | 41 | bar_font = ASM\-Bold:style=☞:size=9.5 |
42 | bar_action = ~/.config/spectrwm/statusbar | 42 | bar_action = ~/.config/spectrwm/statusbar |
43 | bar_action_expand = 1 | 43 | bar_action_expand = 1 |
44 | bar_justify = left | 44 | bar_justify = left |
@@ -100,7 +100,7 @@ keyboard_mapping = ~/.config/spectrwm/keybindings.conf | |||
100 | 100 | ||
101 | # Validated default programs: | 101 | # Validated default programs: |
102 | program[lock] = xset s activate | 102 | program[lock] = xset s activate |
103 | program[term] = st | 103 | program[term] = alacritty |
104 | program[menu] = ~/bin/menu | 104 | program[menu] = ~/bin/menu |
105 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 105 | program[bup] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
106 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' | 106 | program[bdown] = doas bash -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' |
@@ -4,8 +4,7 @@ xset b off & | |||
4 | xset s 600 & | 4 | xset s 600 & |
5 | # ~/bin/xss & | 5 | # ~/bin/xss & |
6 | # ~/.fehbg & | 6 | # ~/.fehbg & |
7 | # ~/bin/batcheck & | ||
8 | # picom 2>/dev/null & | 7 | # picom 2>/dev/null & |
9 | # dwmbar & | 8 | # dwmbar & |
10 | 9 | ||
11 | exec dbus-launch --exit-with-session spectrwm | 10 | exec dbus-launch --exit-with-session spectrwm 2>/dev/null |