changed visualizer font size, moved resource monitor to second monitor
This commit is contained in:
4
eww.scss
4
eww.scss
@@ -134,6 +134,8 @@ circular-progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.visualizer {
|
.visualizer {
|
||||||
font-size: 15px;
|
font-size: 10px;
|
||||||
text-shadow: 0px 0px;
|
text-shadow: 0px 0px;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
6
eww.yuck
6
eww.yuck
@@ -23,7 +23,7 @@
|
|||||||
(defvar reveal_calendar false)
|
(defvar reveal_calendar false)
|
||||||
(defvar reveal_sound false)
|
(defvar reveal_sound false)
|
||||||
(defvar reveal_sound_menu 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 reveal_apps 0)
|
||||||
(defvar browser "microsoft-edge-stable")
|
(defvar browser "microsoft-edge-stable")
|
||||||
(defvar filemanager "dolphin")
|
(defvar filemanager "dolphin")
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
;;second monitor can have cpu and ram usage, cpu temp, time
|
;;second monitor can have cpu and ram usage, cpu temp, time
|
||||||
|
|
||||||
(defwindow resource_monitor []
|
(defwindow resource_monitor []
|
||||||
:monitor 0
|
:monitor 1
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:y "5%"
|
:y "5%"
|
||||||
:x "5%"
|
:x "5%"
|
||||||
@@ -252,7 +252,7 @@
|
|||||||
:class "monitor"
|
:class "monitor"
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:space-evenly true
|
: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")
|
(label :text "gpu temp: ${EWW_TEMPS.AMDGPU_JUNCTION} C")
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user