add gh-cli
This commit is contained in:
parent
ab917700ee
commit
5b46a0b217
30 changed files with 680 additions and 356 deletions
9
home/config/scripts/waybarRestart.sh
Executable file
9
home/config/scripts/waybarRestart.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
#Restart Waybar and swaync
|
||||
|
||||
killall waybar
|
||||
killall swaync
|
||||
waybar -c ~/.config/dotfiles/waybar/config -s ~/.config/dotfiles/waybar/style.css &
|
||||
swaync -s ~/.config/dotfiles/swaync/style.css -c ~/.config/dotfiles/swaync/config.json &
|
||||
notify-send --app-name=HOME -i ~/.config/dotfiles/fastfetch/moon.png Hello
|
||||
Loading…
Add table
Add a link
Reference in a new issue