diff --git a/eww.scss b/eww.scss index 73baa01..f0eaeb7 100644 --- a/eww.scss +++ b/eww.scss @@ -113,7 +113,7 @@ circular-progress { } .center button{ - padding: 0px 8px; + padding: 0px 20px; margin: 5px; text-shadow: 0px 0px; } diff --git a/eww.yuck b/eww.yuck index b9bf9c0..b6377f8 100644 --- a/eww.yuck +++ b/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") ) )