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": {

View File

@@ -1,5 +1,5 @@
* {
font-family: Roboto, Helvetica, Arial, sans-serif,"Font Awesome 5 Free";
font-family: "VictorMono", Helvetica, Arial, sans-serif,"Font Awesome 5 Free";
}
#pulseaudio-slider slider {
min-height: 0px;
@@ -13,7 +13,7 @@
background-color: #a89984;
}
#pulseaudio-slider slider:active {
background-color: #b8bb26;
background-color: #73ba25;
}
#pulseaudio-slider trough {
min-height: 10px;
@@ -24,14 +24,14 @@
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: #b8bb26;
background-color: #73ba25;
}
#taskbar button {
border-radius: 10px;
padding: 8px 8px 8px 8px;
}
#taskbar button.active {
background-color: #8ec07c;
background-color: #173f4f;
}
#taskbar button:hover {
background-color: #282828;
@@ -52,7 +52,7 @@ window#waybar.left {
#workspaces button {
padding: 0px 5px 0px 5px;
color: #282828;
background: #b8bb26;
background: #73ba25;
margin: 5px;
}
#workspaces button:hover {
@@ -60,13 +60,14 @@ window#waybar.left {
background: #98971a;
}
#workspaces button.active {
color: #282828;
background: #8ec07c;
color: #ebdbb2;
background: #173f4f;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
#custom-notification,
#custom-power,
#custom-lock,
#custom-reboot,
@@ -83,13 +84,16 @@ window#waybar.left {
#cpu,
#memory,
#disk,
#temperature {
#image,
#custom-thermal {
color: #ebdbb2;
border-radius: 20px;
padding-left: 8px;
padding-right: 8px;
margin: 6px;
}
#image:hover,
#custom-notification:hover,
#custom-power:hover,
#custom-lock:hover,
#custom-reboot:hover,
@@ -105,6 +109,6 @@ window#waybar.left {
#cpu:hover,
#memory:hover,
#disk:hover,
#temperature:hover {
background-color: #282828;
#custom-thermal:hover {
background-color: #173f4f;
}