mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
statusbar and minor patches
This commit is contained in:
13
dwm/.dwm/bar/bar-functions/dwm_backlight.sh
Executable file
13
dwm/.dwm/bar/bar-functions/dwm_backlight.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
# A dwm_bar module to display the current backlight brighness with xbacklight
|
||||
# Joe Standring <git@joestandring.com>
|
||||
# GNU GPLv3
|
||||
|
||||
# Dependencies: xbacklight
|
||||
|
||||
dwm_backlight () {
|
||||
printf "%s☀ %.0f%s\n" "$SEP1" "$(xbacklight)" "$SEP2"
|
||||
}
|
||||
|
||||
dwm_backlight
|
||||
Reference in New Issue
Block a user