Add waybar
This commit is contained in:
parent
6684adffb4
commit
253a1845c2
35
.config/waybar/config.jsonc
Normal file
35
.config/waybar/config.jsonc
Normal 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
3
.config/waybar/style.css
Normal file
@ -0,0 +1,3 @@
|
||||
* {
|
||||
font-family: "CaskaydiaCove Nerd Font Mono, Meslo LGS Nerd Font Sans Mono";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user