Advertisement
Toumo

status.sh

Apr 6th, 2023
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. # Sets DWM status
  3. # To be executed from .xinitrc
  4. while true; do
  5.     xsetroot -name "  $(/home/tomo/./battery.sh)% | $(printf '%(%a %d/%m/%Y %H:%M)T\n' -1)"
  6.     sleep 5
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement