Skip to content

Instantly share code, notes, and snippets.

@xiaq
Created January 14, 2020 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaq/0722756e62f18e7a755974d8c2ede392 to your computer and use it in GitHub Desktop.
Save xiaq/0722756e62f18e7a755974d8c2ede392 to your computer and use it in GitHub Desktop.
modules = [
{ date "+DATE: %d/%m/%y TIME: %H:%M:%S" }
{ acpi -b | cut -d ',' -f 2 | cut -d ' ' -f 2 }
]
while $true {
for m $modules { $m } |
xsetroot -name (joins ' ')
sleep 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment