Add waybar

This commit is contained in:
ItaloBorrelli 2025-04-17 10:26:33 -07:00
parent 6684adffb4
commit 253a1845c2
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,35 @@
{
"layer": "top",
"modules-left": [],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["battery", "clock"],
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format": "{:%H:%M}  ",
"format-alt": "{:%A, %B %d, %Y (%R)} ",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"mode" : "year",
"mode-mon-col" : 3,
"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>"
}
},
"actions": {
"on-click-right": "mode",
"on-scroll-up": "tz_up",
"on-scroll-down": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
}

3
.config/waybar/style.css Normal file
View File

@ -0,0 +1,3 @@
* {
font-family: "CaskaydiaCove Nerd Font Mono, Meslo LGS Nerd Font Sans Mono";
}