"group/sysmon",
"group/display",
"network",
- "gamemode",
"group/sndpwr",
"custom/voidspacer",
"group/trayclock",
"window-rewrite": {
"class<firefox>": "",
"class<firefox-bin>": "",
+ "class<thunderbird>": "",
+ "class<thunderbird-bin>": "",
"title<.*github.*>": "",
"title<.*youtube.*>": "",
"title<.*reddit.*>": "",
"class<org.kde.ark>": "",
"class<org.kde.gwenview>": "",
"class<org.kde.dolphin>": "",
+ "class<steam_app_.*>": "",
+ "class<.*exe>": "",
"org.kde.skanlite": "",
"org.rncbc.qpwgraph": "",
"io.github.ilya_zlobintsev.LACT": "",
"class<steam>": "",
},
"format-icons": {
- "1": "",
- "2": "",
+ "1": "",
+ "2": "",
"3": "",
"4": "",
- "5": "",
+ "5": "",
"6": "",
- "7": "",
- "8": "ï\80\95",
+ "7": "",
+ "8": "ï\81»",
"9": "",
- "0": ""
+ "0": "",
+ "11": ""
},
"persistent-workspaces": {
"*": 6
]
},
"on-click": "~/.config/waybar/scripts/sound-source.sh",
- "on-click-middle": "pavucontrol",
- "on-click-right": "helvum"
+ "on-click-middle": "helvum",
+ "on-click-right": "pavucontrol",
+ "on-scroll-up": "~/.local/bin/wp+",
+ "on-scroll-down": "~/.local/bin/wp-"
},
"clock": {
"timezone": "Europe/Berlin",
"orientation": "horizontal",
"modules": [
"wireplumber",
+ "gamemode",
"power-profiles-daemon"
]
},
"hyprland/language"
]
},
+ "cava": {
+ "cava_config": "$HOME/.config/cava/waybarconfig",
+ "input_delay": "1",
+ "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
+ "actions": {
+ "on-click-right": "mode"
+ }
+ },
"group/sysmon": {
"orientation": "horizontal",
"modules": [
"default": "",
"performance": "",
"balanced": "",
- "power-saver": ""
+ "power-saver": "",
}
},
"custom/mpris": {
margin-right: 10px;
margin-top: 5px;
margin-bottom: 0px;
- border: 2px solid alpha(@base03, 0.45);
- background: alpha(@base00, 0.45);
+ border: 2px solid alpha(@base03, 0.95);
+ background: alpha(@base00, 0.50);
border-radius: 5px;
}
background-color: transparent;
transition-property: background-color;
transition-duration: 0.5s;
- /*background: linear-gradient(180deg, rgba(21,21,21,1) 0%, rgba(21,21,21,1) 45%, rgba(32,32,32,0.3) 100%);*/
+ /*background: linear-gradient(1.0deg, rgba(21,21,21,1) 0%, rgba(21,21,21,1) 45%, rgba(32,32,32,0.3) 1.0%);*/
}
/* ------------------------------------ workspaces end ------------------------------ */
font-weight: 500;
padding-left: 6px;
padding-right: 6px;
- color: @base07;
+ color: @base05;
background-color: alpha(@base01, 1.0);
- border-radius: 0px 0px 4px 0px;
+ border-radius: 4px 4px 4px 0px;
margin-top: 2px;
margin-bottom: 2px;
margin-top: 2px;
#network {
padding-left: 4px;
padding-right: 4px;
- color: @base09;
+ color: @base0C;
background-color: alpha(@base01, 1.0);
border: none;
border-radius: 0px 0px 4px 4px;
#gamemode {
padding-left: 6px;
padding-right: 2px;
- color: @base08;
+ color: @base0C;
background-color: alpha(@base01, 1.0);
border: none;
- border-radius: 0px 0px 4px 4px;
+ border-radius: 0px 0px 0px 0px;
margin-top: 2px;
margin-bottom: 2px;
margin-top: 2px;
margin-bottom: 2px;
border: 1px solid @base01;
+ border-radius: 0px 0px 0px 0px;
+}
+
+#cava {
+ padding-left: 4px;
+ padding-right: 4px;
+ color: @base05;
+ background-color: alpha(@base01, 1.0);
+ border: none;
+ border-radius: 0px 0px 4px 4px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ border: 1px solid @base01;
border-radius: 8px 8px 8px 8px;
}