12 lines
765 B
Bash
Executable File
12 lines
765 B
Bash
Executable File
#!/bin/sh
|
|
#waybar -c ~/.config/waybar/river/config-river -s ~/.config/waybar/river/river-style.css
|
|
#creek -fn Terminus:size=12 -hg 18 -nf 0xffffff -nb 0x000000
|
|
/bin/wired &
|
|
#swaybg -i Downloads/mononoke026.jpg &
|
|
swaybg -i Downloads/1388190-miyazaki-wallpaper-1920x1080-hd.jpg &
|
|
|
|
#( while date ; do sleep 1; done ) | creek -fn Terminus:size=18 -hg 18 -nf 0xffffff -nb 0x000000
|
|
|
|
( while echo "RAM:$(free -h | awk '/^Mem:/ {print $3 "/" $2}') Disk:$(df -Ph | grep "/home" | awk {'print $4"/"$2'}) Vol:$(amixer get Master | tail -1 | awk '{ print $5 }' | tr -d '[]') $(date '+%e %b %Y %a %k:%M:%S')"; do sleep 1; done ) | creek -fn Terminus:size=18 -hg 18 -nf 0xfbf1c7 -nb 0x1d2021 -fb 0xebdbb2
|
|
#creek -fn Terminus:size=18 -hg 18 -nf 0xfbf1c7 -nb 0x1d2021 -fb 0xebdbb2
|