#
dwmbar
Here are 8 public repositories matching this topic...
*Well documented* scripts exploiting some useful UNIX utilities.
-
Updated
Sep 14, 2021 - Shell
aloussase
commented
Aug 26, 2021
With the following configuration:
;;;; config.lisp
(in-package #:bliss)
(defblock date
:icon "π
"
:interval 60
:command "date '+%a, %d %b - %H:%M'")
(defblock temp
:icon "π‘οΈ"
:command "acpi -t | awk '{print $4$6}'")
(defblock battery
:icon "π"
:command "acpi | awk '{gsub(\",\", \"\"); print $4}'")
(defblock volume
:icon "π"
:interval -1
:comThis is actually a fork of https://github.com/l3pp4rd/statusbar.git
-
Updated
Apr 27, 2020 - Go
Improve this page
Add a description, image, and links to the dwmbar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dwmbar topic, visit your repo's landing page and select "manage topics."


i suck at writing documentations :(