mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Add gammarelay controls to eww bar
This commit is contained in:
parent
0be14cd96a
commit
2d9a741ae0
5 changed files with 139 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
; (include "./modules/battery.yuck")
|
||||
(include "./modules/window_name.yuck")
|
||||
(include "./modules/workspaces.yuck")
|
||||
(include "./modules/gammarelay.yuck")
|
||||
|
||||
(include "./windows/calendar.yuck")
|
||||
|
||||
|
@ -20,6 +21,8 @@
|
|||
(box
|
||||
:space-evenly false
|
||||
:halign "start"
|
||||
(gammarelay_module)
|
||||
(sep)
|
||||
(window_name_module)
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue