polybar: scripte df und time hinzugefügt

This commit is contained in:
Michael Grote 2022-07-10 12:08:21 +02:00
parent ec5b645235
commit 78334c06e1
2 changed files with 6 additions and 0 deletions

3
polybar/scripte/df.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
df -h / | awk '{print $5}' | tail -n1

3
polybar/scripte/time.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
date #"%d.%e.%Y %R"