need to figure out specific config for eww/mpv/hyprland
This commit is contained in:
parent
b4f720cd72
commit
ce08b8b83b
3 changed files with 20 additions and 4 deletions
14
eww/eww.yuck
14
eww/eww.yuck
|
@ -223,6 +223,16 @@
|
|||
(label
|
||||
:text ""))))
|
||||
|
||||
(defwidget nextcloud_button []
|
||||
(box
|
||||
:class "notif_button"
|
||||
:space-evenly "false"
|
||||
:orientation "h"
|
||||
(button
|
||||
:onclick "exec nextcloud"
|
||||
(label
|
||||
:text ""))))
|
||||
|
||||
(defwidget sep []
|
||||
(box
|
||||
:class "module-2"
|
||||
|
@ -240,6 +250,7 @@
|
|||
:width "150"))
|
||||
|
||||
|
||||
|
||||
;;define widget groups
|
||||
(defwidget left []
|
||||
(box
|
||||
|
@ -271,7 +282,8 @@
|
|||
(mem)
|
||||
(bat)
|
||||
(sep)
|
||||
(notif_button)))
|
||||
(notif_button)
|
||||
(nextcloud_button)))
|
||||
|
||||
(defwidget bar_layout []
|
||||
(centerbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue