fixed more fonts, added some comments
This commit is contained in:
10
eww.yuck
10
eww.yuck
@@ -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")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user