diff options
-rwxr-xr-x | bin/.local/bin/shut | 4 | ||||
-rw-r--r-- | polybar/.config/polybar/config | 2 | ||||
-rw-r--r-- | zsh/.zshrc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/.local/bin/shut b/bin/.local/bin/shut index c4ea84a..e55784b 100755 --- a/bin/.local/bin/shut +++ b/bin/.local/bin/shut | |||
@@ -5,7 +5,7 @@ RET=$(echo -e "shutdown\nreboot\nsleep\nlock\ncancel" | dmenu -l 5 -p "Sayonara" | |||
5 | case $RET in | 5 | case $RET in |
6 | shutdown) sudo poweroff ;; | 6 | shutdown) sudo poweroff ;; |
7 | reboot) sudo reboot ;; | 7 | reboot) sudo reboot ;; |
8 | sleep) lock & sudo sh -c "echo -n mem > /sys/power/state" ;; | 8 | sleep) /home/fd0e/.local/bin/lock & sudo sh -c "echo -n mem > /sys/power/state" ;; |
9 | lock) lock ;; | 9 | lock) /home/fd0e/.local/bin/lock ;; |
10 | *) ;; | 10 | *) ;; |
11 | esac | 11 | esac |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 0b9f71c..7e4e7e5 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -121,7 +121,7 @@ type = internal/battery | |||
121 | battery = BAT0 | 121 | battery = BAT0 |
122 | adapter = ADP1 | 122 | adapter = ADP1 |
123 | poll-interval = 1 | 123 | poll-interval = 1 |
124 | full-at = 98 | 124 | ;full-at = 98 |
125 | label-discharging = -bat %percentage%% | 125 | label-discharging = -bat %percentage%% |
126 | label-charging = +bat %percentage%% | 126 | label-charging = +bat %percentage%% |
127 | label-full = ^bat %percentage%% | 127 | label-full = ^bat %percentage%% |
@@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
13 | # load a random theme each time oh-my-zsh is loaded, in which case, | 13 | # load a random theme each time oh-my-zsh is loaded, in which case, |
14 | # to know which specific one was loaded, run: echo $RANDOM_THEME | 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME |
15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
16 | ZSH_THEME="half-life" | 16 | ZSH_THEME="sammy" |
17 | 17 | ||
18 | # Set list of themes to pick from when loading at random | 18 | # Set list of themes to pick from when loading at random |
19 | # Setting this variable when ZSH_THEME=random will cause zsh to load | 19 | # Setting this variable when ZSH_THEME=random will cause zsh to load |