The Wayback Machine - https://web.archive.org/web/20211013063627/https://github.com/topics/dwmbar
Skip to content
#

dwmbar

Here are 8 public repositories matching this topic...

aloussase
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
  :com

Improve this page

Add a description, image, and links to the dwmbar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dwmbar topic, visit your repo's landing page and select "manage topics."

Learn more