need to figure out specific config for eww/mpv/hyprland

This commit is contained in:
Chris Cochrun 2023-01-05 15:16:10 -06:00
parent b4f720cd72
commit ce08b8b83b
3 changed files with 20 additions and 4 deletions

View file

@ -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