Adding temp and volume widgets for real

This commit is contained in:
Chris Cochrun 2020-12-15 08:05:11 -06:00
parent 68489d3fb0
commit e2dbc91280
4 changed files with 32 additions and 140 deletions

View file

@ -125,7 +125,7 @@
(awful.key [modkey] "b" (fn [] (awful.spawn "bwmenu"))
{:description "launch rofi bitwarden selector" :group "launcher"})
;; audio
(awful.key [modkey] "a" (fn [] (awful.spawn "alacritty -e pulsemixer" {
(awful.key [modkey] "a" (fn [] (awful.spawn "alacritty --class pulsemixer -e pulsemixer" {
:floating true
:placement awful.placement.centered
}))