diff options
| -rwxr-xr-x | Scripts/.config/Scripts/power.sh | 3 | ||||
| -rw-r--r-- | tmux/.config/tmux/tmux_start.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Scripts/.config/Scripts/power.sh b/Scripts/.config/Scripts/power.sh new file mode 100755 index 0000000..dbcee8c --- /dev/null +++ b/Scripts/.config/Scripts/power.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +upower -i $(upower -e | grep BAT) | grep --color=never -E "state|to\ full|to\ empty|percentage" diff --git a/tmux/.config/tmux/tmux_start.conf b/tmux/.config/tmux/tmux_start.conf index 5e737d9..3cde5a5 100644 --- a/tmux/.config/tmux/tmux_start.conf +++ b/tmux/.config/tmux/tmux_start.conf @@ -12,7 +12,7 @@ source-file ~/.config/tmux/tmux.conf # setup tmux_start session #new-session -s dropdownSession -n walls -new-session -n walls -c ~/Downloads/wallpapers +new-session -n walls -c ~/Downloads/wallpapers -s "scratchpad" send-keys 'vifm .' Enter new-window -n bash -c ~ send-keys 'neofetch' Enter |
