fixed more fonts, added some comments
This commit is contained in:
2
eww.scss
2
eww.scss
@@ -113,7 +113,7 @@ circular-progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.center button{
|
.center button{
|
||||||
padding: 0px 8px;
|
padding: 0px 20px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
text-shadow: 0px 0px;
|
text-shadow: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
10
eww.yuck
10
eww.yuck
@@ -25,8 +25,8 @@
|
|||||||
(defvar reveal_sound_menu false)
|
(defvar reveal_sound_menu false)
|
||||||
(defvar network_interface "enp0s3") ;;the interface to listen to
|
(defvar network_interface "enp0s3") ;;the interface to listen to
|
||||||
(defvar reveal_apps 0)
|
(defvar reveal_apps 0)
|
||||||
(defvar browser "microsoft-edge")
|
(defvar browser "microsoft-edge-stable")
|
||||||
(defvar filemanager "pcmanfm")
|
(defvar filemanager "dolphin")
|
||||||
|
|
||||||
|
|
||||||
;; DONE workspaces
|
;; DONE workspaces
|
||||||
@@ -35,7 +35,9 @@
|
|||||||
;; DONE volume
|
;; DONE volume
|
||||||
;; make the sound icon do smth
|
;; make the sound icon do smth
|
||||||
;; power menu
|
;; power menu
|
||||||
;; DONE app tray
|
;; remove app tray
|
||||||
|
;; limit width of cava visualizer
|
||||||
|
;; handle second monitor
|
||||||
|
|
||||||
(defwidget workspaces []
|
(defwidget workspaces []
|
||||||
(box
|
(box
|
||||||
@@ -96,7 +98,7 @@
|
|||||||
:orientation "v"
|
:orientation "v"
|
||||||
"${network_interface}"
|
"${network_interface}"
|
||||||
(label :limit_width 25 :wrap true :text "ip: ${ip_addr[0].addr_info[0].local}")
|
(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