-//# kak: filetype=json:ts=2:iw=2
+// vim ft=json:ts=2:sw=2
{
"layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"modules-left": ["custom/launcher", "hyprland/workspaces", "mpd"],
"modules-center": ["hyprland/window"],
"modules-right": [
- "tray", "custom/pipespacer",
+ "tray",
+ "custom/pipespacer",
"cpu",
- "memory", "custom/pipespacer",
- "group/temps", "custom/pipespacer",
- "group/gammarelay", "custom/pipespacer",
- "pulseaudio", "custom/pipespacer",
- "idle_inhibitor", "custom/pipespacer",
+ "memory",
+ "custom/pipespacer",
+ "group/temps",
+ "custom/pipespacer",
+ "group/gammarelay",
+ "custom/pipespacer",
+ "pulseaudio",
+ "custom/pipespacer",
+ "idle_inhibitor",
+ "custom/pipespacer",
"clock",
"custom/notification",
],
},
},
-/* "none": "", */
+ /* "none": "", */
"custom/notification": {
"tooltip": false,
background-color: transparent;
}
-#waybar>box {
- padding-left: 4px;
- padding-right: 4px;
- background: none;
+#waybar > box {
+ padding-left: 4px;
+ padding-right: 4px;
+ background: none;
}
tooltip {
margin-left: 1px;
margin-right: 1px;
margin-bottom: 2px;
- background-color: alpha(@brightblack,0.3);
+ background-color: alpha(@brightblack, 0.3);
font-size: 13pt;
background: none;
}
border-left: 1px solid @brightblack;
border-right: 1px solid @brightblack;
border-bottom: 1px solid @brightblack;
- background-color: alpha(@background, 0.80);
+ background-color: alpha(@background, 0.8);
transition-property: background-color;
transition-duration: 0.5s;
/*background-image: url("/home/andy/dotfiles/config/waybar/textures/D_0.65.png");
*/
}
-
/* ------------------------------------ modules right ------------------------------ */
#tray {
padding-left: 8px;
padding-right: 8px;
color: @brightblack;
- background-color: alpha(@brightblack,0.3);
+ background-color: alpha(@brightblack, 0.3);
background: none;
border: none;
}
#mpd#volume {
padding-left: 0px;
color: @white;
- background: alpha(@brightblack,0.3);
+ background: alpha(@brightblack, 0.3);
padding-right: 4px;
background: none;
border: none;
}
#custom-pipespacer {
- background: none;
- border: none;
- color: @foreground;
+ background: none;
+ border: none;
+ color: @foreground;
}
#custom-notification {
border-radius: 8px 2px 8px 2px;
font-size: 14pt;
}
-