changed visualizer font size, moved resource monitor to second monitor
This commit is contained in:
6
eww.yuck
6
eww.yuck
@@ -23,7 +23,7 @@
|
||||
(defvar reveal_calendar false)
|
||||
(defvar reveal_sound false)
|
||||
(defvar reveal_sound_menu false)
|
||||
(defvar network_interface "enp0s3") ;;the interface to listen to
|
||||
(defvar network_interface "enp5s0") ;;the interface to listen to
|
||||
(defvar reveal_apps 0)
|
||||
(defvar browser "microsoft-edge-stable")
|
||||
(defvar filemanager "dolphin")
|
||||
@@ -198,7 +198,7 @@
|
||||
;;second monitor can have cpu and ram usage, cpu temp, time
|
||||
|
||||
(defwindow resource_monitor []
|
||||
:monitor 0
|
||||
:monitor 1
|
||||
:geometry (geometry
|
||||
:y "5%"
|
||||
:x "5%"
|
||||
@@ -252,7 +252,7 @@
|
||||
:class "monitor"
|
||||
:orientation "v"
|
||||
:space-evenly true
|
||||
(label :text "cpu temp: ${EWW_TEMPS.K10TEMP_TCTL} C")
|
||||
(label :text "cpu temp: ${round(EWW_TEMPS.K10TEMP_TCTL, 1)} C")
|
||||
(label :text "gpu temp: ${EWW_TEMPS.AMDGPU_JUNCTION} C")
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user