updating to make hyprland use eww now that eww can use a systray
Also including tokei and scc to count code in my projects
This commit is contained in:
parent
587379ceea
commit
a1a62a54c1
7 changed files with 148 additions and 343 deletions
|
@ -258,7 +258,14 @@
|
|||
:visible "true"
|
||||
:width "150"))
|
||||
|
||||
|
||||
(defwidget tray []
|
||||
(systray
|
||||
:class "tray"
|
||||
:hexpand "false"
|
||||
:halign "center"
|
||||
:visible "true"
|
||||
:spacing 10
|
||||
:icon-size 20))
|
||||
|
||||
;;define widget groups
|
||||
(defwidget left []
|
||||
|
@ -300,9 +307,9 @@
|
|||
(label
|
||||
:class "right_sep"
|
||||
:text "|")
|
||||
(tray)
|
||||
(wifi)
|
||||
(notif_button)
|
||||
(nextcloud_button)))
|
||||
(notif_button)))
|
||||
|
||||
(defwidget bar_layout []
|
||||
(centerbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue