fixed more fonts, added some comments

This commit is contained in:
2026-06-05 20:10:05 -05:00
parent 60c82b2e5e
commit c9e98a8664
2 changed files with 7 additions and 5 deletions

View File

@@ -25,8 +25,8 @@
(defvar reveal_sound_menu false)
(defvar network_interface "enp0s3") ;;the interface to listen to
(defvar reveal_apps 0)
(defvar browser "microsoft-edge")
(defvar filemanager "pcmanfm")
(defvar browser "microsoft-edge-stable")
(defvar filemanager "dolphin")
;; DONE workspaces
@@ -35,7 +35,9 @@
;; DONE volume
;; make the sound icon do smth
;; power menu
;; DONE app tray
;; remove app tray
;; limit width of cava visualizer
;; handle second monitor
(defwidget workspaces []
(box
@@ -96,7 +98,7 @@
:orientation "v"
"${network_interface}"
(label :limit_width 25 :wrap true :text "ip: ${ip_addr[0].addr_info[0].local}")
(label :text "󰕒:${round(EWW_NET.enp0s3.NET_UP / 1000000 * 8, 1)} / 󰇚:${round(EWW_NET.enp0s3.NET_DOWN / 1000000 * 8, 1)} mbps")
(label :text "󰕒:${round(EWW_NET.enp5s0.NET_UP / 1000000 * 8, 1)} / 󰇚:${round(EWW_NET.enp5s0.NET_DOWN / 1000000 * 8, 1)} mbps")
)
)