waybar looks like cosmic panel

This commit is contained in:
2025-02-07 11:25:31 +00:00
parent c78594ed65
commit cbf6f42847
12 changed files with 125 additions and 20 deletions

View File

@@ -1,10 +1,37 @@
[
{
"layer": "top",
"position": "bottom",
"height": 40,
"modules-center": ["wlr/taskbar"],
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 30,
"icon-theme": "Gruvbox-Dark",
"tooltip-format": "{title}",
"on-click": "activate",
"on-click-right": "minimize",
"on-click-middle": "close",
"ignore-list": [
"Alacritty"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
},
"rewrite": {
"Firefox Web Browser": "Firefox",
"Foot Server": "Terminal"
}
}
},
{
"layer": "top",
"position": "top",
"height": 30,
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory"],
"modules-center": ["custom/time", "hyprland/window"],
"modules-right": ["clock", "tray"],
"modules-left": ["hyprland/workspaces", "custom/temperature", "cpu", "memory", "custom/time"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio/slider","pulseaudio", "tray"],
"hyprland/workspaces": {
"disable-scroll": true,
"show-special": true,
@@ -15,12 +42,37 @@
"format-active": "[{name}]",
"format-icons": {
"urgent": "!",
"active": "*",
"active": "",
"default": ""
}
},
"pulseaudio/slider": {
"min": 0,
"max": 100,
"orientation": "horizontal"
},
"pulseaudio": {
"format": "{icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"alsa_output.pci-0000_00_1f.3.analog-stereo": "",
"alsa_output.pci-0000_00_1f.3.analog-stereo-muted": "",
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"phone-muted": "",
"portable": "",
"car": "",
"default": ["", ""]
},
"scroll-step": 5,
"on-click": "pavucontrol",
"ignored-sinks": ["Easy Effects Sink"]
},
"clock": {
"format": "{:%a, %d %b %Y %H:%M:%S}",
"format": "{:%a, %d %b %Y %H:%M:%S %p}",
"interval": 1
},
"custom/temperature": {