diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 23:33:04 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-08-28 23:33:04 +0900 |
| commit | 489dab320101bdd6e575cdef39393d7b9fbeea48 (patch) | |
| tree | 35daad0c1a56aaeec780c7136bec4358679740f5 | |
| parent | 43d868ce92127ddde107a5828bfd2846756c026d (diff) | |
Updated PR 417
| -rw-r--r-- | config/waybar/configs/[TOP] Everforest (renamed from config/waybar/configs/Everforest) | 20 | ||||
| -rw-r--r-- | config/waybar/modules | 10 | ||||
| -rw-r--r-- | config/waybar/style/[Extra] EverForest.css (renamed from config/waybar/style/everforest.css) | 6 |
3 files changed, 31 insertions, 5 deletions
diff --git a/config/waybar/configs/Everforest b/config/waybar/configs/[TOP] Everforest index 92b0ac42..7ad9c175 100644 --- a/config/waybar/configs/Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -32,11 +32,11 @@ "modules-right": [ "cpu#forest", "memory#forest", - "temperature", + "temperature#forest", "disk#forest", "custom/separator#blank_2", "backlight", - ""battery#forest"", + "battery#forest", "custom/separator#blank_2", "group/audio", ], @@ -120,5 +120,21 @@ "tooltip-format": "Ram {used:0.1f}GB/{total:0.1f}G", "on-click-right": "kitty --title btop sh -c 'btop'" }, +"temperature#forest": { + "interval": 10, + "tooltip": true, + "hwmon-path": [ + "/sys/class/hwmon/hwmon1/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], + //"thermal-zone": 0, + "critical-threshold": 82, + "format-critical": "Temp {icon} {temperatureC}°C", + "format": "Temp {icon} {temperatureC}°C", + "format-icons": [ + " " + ], + "on-click-right": "kitty --title nvtop sh -c 'nvtop'" +}, } diff --git a/config/waybar/modules b/config/waybar/modules index 3b920fe1..a5a2508f 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -194,16 +194,20 @@ "title<.*reddit.*>": " ", "title<.*Picture-in-Picture.*>": " ", "class<firefox>": " ", - "class<kitty>": " ", + "class<kitty>": "<span font='12'> </span>", + "class<Chromium>": "<span font='12'> </span>", + "class<org.telegram.desktop|io.github.tdesktop_x64.TDeskto>": "<span font='12'> </span>", + "class<[Ss]potify>": "<span font='12'> </span>", + "class<VSCode|code-url-handler>": "<span font='12'></span>", "class<konsole>": " ", "class<thunar>": " ", - "class<discord>": " ", + "class<discord>": "<span font='12'> </span>", "class<WebCord>": " ", "class<subl>": " ", "class<celluloid>": " ", "class<Cider>": " ", "class<code-oss>": " ", - "class<codium|codium-url-handler|VSCodium>": " ", + "class<codium|codium-url-handler|VSCodium>": "<span font='12'></span> ", "class<codeblocks>": " ", "class<mousepad>": " ", "class<libreoffice-writer>": " ", diff --git a/config/waybar/style/everforest.css b/config/waybar/style/[Extra] EverForest.css index 472893a3..0d9c57a1 100644 --- a/config/waybar/style/everforest.css +++ b/config/waybar/style/[Extra] EverForest.css @@ -1,3 +1,8 @@ +/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* --- Designed by https://github.com/DevNChill --- */ + +/* Extra - EverForest*/ + @define-color bg_dim #232A2E; @define-color black #000000; @define-color white #FFFFFF; @@ -23,6 +28,7 @@ @define-color grey0 #7A8478; @define-color grey1 #859289; @define-color grey2 #9DA9A0; + * { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; |
