1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

switch to dwm

This commit is contained in:
TiynGER
2020-03-28 12:14:02 +01:00
parent 6ad677a3d2
commit 7368ec60b4
13 changed files with 22 additions and 492 deletions

10
.local/bin/statusbar/dwmbar Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
status() { \
echo "$(volume) | $(internet) | $(clock)"
}
while :; do
xsetroot -name "$(status | tr '\n' ' ')"
sleep 1m
done