From 34617dce5cc1c94478aee098c196fd365674d08b Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 26 Mar 2020 12:35:11 +0530 Subject: clean --- bin/.local/bin/shut | 4 ++-- polybar/.config/polybar/config | 2 +- 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" case $RET in shutdown) sudo poweroff ;; reboot) sudo reboot ;; - sleep) lock & sudo sh -c "echo -n mem > /sys/power/state" ;; - lock) lock ;; + sleep) /home/fd0e/.local/bin/lock & sudo sh -c "echo -n mem > /sys/power/state" ;; + lock) /home/fd0e/.local/bin/lock ;; *) ;; 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 battery = BAT0 adapter = ADP1 poll-interval = 1 -full-at = 98 +;full-at = 98 label-discharging = -bat %percentage%% label-charging = +bat %percentage%% label-full = ^bat %percentage%% diff --git a/zsh/.zshrc b/zsh/.zshrc index d80aa6f..a1381b8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="half-life" +ZSH_THEME="sammy" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load -- cgit v1.2.3