suse config

This commit is contained in:
2025-02-16 01:52:21 +00:00
parent 14dd1c3a0a
commit dadb9de5d0
13 changed files with 106 additions and 58 deletions

View File

@@ -2,12 +2,13 @@
{
"layer": "top",
"position": "bottom",
"mode": "invisible",
"modules-center": ["image#pfp", "wlr/taskbar"],
"image#pfp": {
"path": "/home/deadvey/pictures/pfp.png",
"size": 30,
"interval": 20,
"on-click": "fuzzel",
"on-click": "fuzzel --anchor bottom",
},
"wlr/taskbar": {
"format": "{icon}",
@@ -46,8 +47,29 @@
"group/cmus",
"group/audio",
"network",
"custom/notification",
"group/power",
],
"custom/notification": {
"tooltip": false,
"format": "{icon}",
"format-icons": {
"notification": "<span foreground='red'><sup></sup></span>",
"none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span>",
"dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
"dnd-inhibited-none": ""
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
},
"tray": {
"spacing": 20,
},
@@ -75,22 +97,22 @@
]
},
"custom/quit": {
"format": "󰗼",
"format": "󰗼 ",
"tooltip": false,
"on-click": "hyprctl dispatch exit"
},
"custom/lock": {
"format": "󰍁",
"format": "󰍁 ",
"tooltip": false,
"on-click": "hyprlock"
},
"custom/reboot": {
"format": "󰜉",
"format": "󰜉 ",
"tooltip": false,
"on-click": "reboot"
},
"custom/power": {
"format": "",
"format": " ",
"tooltip": false,
"on-click": "shutdown now"
},
@@ -102,16 +124,21 @@
"format": "{}%  ",
"on-click": "flatpak run io.github.cosmic_utils.Examine",
},
"custom/thermal": {
"exec": "sensors | grep Tctl: | sed 's/Tctl:[ ]\\+//'",
"format": "{}  ",
"interval": 1,
},
"group/specs": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"transition-right-to-left": true
},
"modules": ["custom/specsicon","cpu", "memory"],
"modules": ["custom/specsicon","cpu", "memory","custom/thermal"],
},
"custom/specsicon": {
"format": " ",
"format": " ",
"on-click": "flatpak run io.github.cosmic_utils.Examine",
},
"group/cmus": {
@@ -219,11 +246,11 @@
"weeks-pos" : "right",
"on-scroll" : 1,
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
"months": "<span color='#ebdbb2'><b>{}</b></span>",
"days": "<span color='#d3869b'><b>{}</b></span>",
"weeks": "<span color='#8ec07c'><b>W{}</b></span>",
"weekdays": "<span color='#fe8019'><b>{}</b></span>",
"today": "<span color='#fb4934'><b><u>{}</u></b></span>"
}
},
"actions": {