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:
Chris Cochrun 2024-04-10 06:29:02 -05:00
parent 587379ceea
commit a1a62a54c1
7 changed files with 148 additions and 343 deletions

View file

@ -188,6 +188,10 @@ tooltip label {
margin: 0px 25px 0px 0px;
}
.tray {
margin: 0px 13px 0px 0px;
}
// ALL RIGHT MODULES
.vol_module, .bright_module {

View file

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