aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/modules
diff options
context:
space:
mode:
Diffstat (limited to 'config/waybar/modules')
-rw-r--r--config/waybar/modules101
1 files changed, 56 insertions, 45 deletions
diff --git a/config/waybar/modules b/config/waybar/modules
index 6ae63e03..1363800c 100644
--- a/config/waybar/modules
+++ b/config/waybar/modules
@@ -2,6 +2,53 @@
/* Waybar Modules */
{
+
+// Weather and Temperature Modules as this is most like to change always.
+// Result is of course easier to edit
+"custom/weather": {
+ "format": "{}",
+ "format-alt": "{alt}: {}",
+ "format-alt-click": "click",
+ "interval": 3600,
+ "return-type": "json",
+ "exec": "~/.config/hypr/UserScripts/Weather.sh",
+ //"exec": "~/.config/hypr/UserScripts/Weather.py",
+ "exec-if": "ping wttr.in -c1",
+ "tooltip": true,
+},
+"temperature": {
+ "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": "{temperatureC}°C {icon}",
+ "format": "{temperatureC}°C {icon}",
+ "format-icons": [
+ "󰈸"
+ ],
+ "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
+},
+"temperature#vertical": {
+ "interval": 10,
+ "tooltip": true,
+ "hwmon-path": [
+ "/sys/class/hwmon/hwmon1/temp1_input",
+ "/sys/class/thermal/thermal_zone0/temp"
+ ],
+ //"thermal-zone": 0,
+ "critical-threshold": 80,
+ "format-critical": "{icon}\n{temperatureC}°C",
+ "format": " {icon}",
+ "format-icons": [
+ "󰈸"
+ ],
+ "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
+},
+
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs
// CIRCLES Style
"hyprland/workspaces": {
@@ -147,14 +194,20 @@
"title<.*reddit.*>": " ",
"title<.*Picture-in-Picture.*>": " ",
"class<firefox>": " ",
- "class<kitty>": " ",
- "class<konsole>": " ",
+ "class<kitty>": " ",
+ "class<kitty-dropterm>": " ",
+ "class<konsole>": " ",
+ "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<thunar>": "󰝰 ",
"class<discord>": " ",
"class<WebCord>": " ",
"class<subl>": "󰅳 ",
"class<celluloid>": " ",
"class<Cider>": "󰎆 ",
+ "class<virt-manager>": " ",
"class<code-oss>": "󰨞 ",
"class<codium|codium-url-handler|VSCodium>": "󰨞 ",
"class<codeblocks>": "󰅩 ",
@@ -568,22 +621,6 @@
"tooltip-format": "{source_desc} | {source_volume}%",
"scroll-step": 5,
},
-"temperature": {
- "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": "{temperatureC}°C {icon}",
- "format": "{temperatureC}°C {icon}",
- "format-icons": [
- "󰈸"
- ],
- "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
-},
"tray": {
"icon-size": 18,
"spacing": 4,
@@ -712,17 +749,7 @@
"tooltip": true,
"tooltip-format": "Left Click: Update System\nArch Linux Only",
},
-"custom/weather": {
- "format": "{}",
- "format-alt": "{alt}: {}",
- "format-alt-click": "click",
- "interval": 3600,
- "return-type": "json",
- "exec": "~/.config/hypr/UserScripts/Weather.sh",
- //"exec": "~/.config/hypr/UserScripts/Weather.py",
- "exec-if": "ping wttr.in -c1",
- "tooltip": true,
-},
+
// Separators
"custom/separator#dot": {
"format": "",
@@ -840,22 +867,6 @@
"tooltip": true,
"tooltip-format": "{source_desc} | {source_volume}%",
},
-"temperature#vertical": {
- "interval": 10,
- "tooltip": true,
- "hwmon-path": [
- "/sys/class/hwmon/hwmon1/temp1_input",
- "/sys/class/thermal/thermal_zone0/temp"
- ],
- //"thermal-zone": 0,
- "critical-threshold": 80,
- "format-critical": "{icon}\n{temperatureC}°C",
- "format": " {icon}",
- "format-icons": [
- "󰈸"
- ],
- "on-click-right": "kitty --title nvtop sh -c 'nvtop'"
-},
"custom/power_vertical": {
"format": "⏻",
"exec": "echo ; echo 󰟡 power // blur",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage