Adds more styling to waybar
This commit is contained in:
parent
1fb7602a4e
commit
0477b00d6e
3 changed files with 30 additions and 8 deletions
|
|
@ -97,11 +97,10 @@
|
|||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"format": " {:%I:%M %p}",
|
||||
"format-alt": " {:%H:%M %Y, %d %B, %A}",
|
||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||
"format": " {:%I:%M %p}",
|
||||
"tooltip-format": "<tt> <small>{calendar}</small></tt>",
|
||||
"calendar": {
|
||||
"mode": "year",
|
||||
"mode": "month",
|
||||
"mode-mon-col": 3,
|
||||
"weeks-pos": "right",
|
||||
"on-scroll": 1,
|
||||
|
|
@ -112,7 +111,15 @@
|
|||
"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"
|
||||
}
|
||||
|
||||
},
|
||||
"actions": {
|
||||
"on-click-right": "mode",
|
||||
|
|
|
|||
|
|
@ -15,16 +15,18 @@
|
|||
|
||||
"modules-left": [
|
||||
"group/app_drawer",
|
||||
"custom/hoz-separator-dotted",
|
||||
"group/mobo_drawer",
|
||||
],
|
||||
|
||||
"modules-center": [
|
||||
"clock",
|
||||
"hyprland/workspaces#rw",
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
"group/laptop",
|
||||
"custom/hoz-separator",
|
||||
"tray",
|
||||
"group/audio#pulsecontrol",
|
||||
"custom/hoz-separator-dotted",
|
||||
"group/status",
|
||||
"custom/swaync",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -47,6 +47,19 @@ window.semi-hidden {
|
|||
.modules-left {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
#laptop {
|
||||
border-radius: 0;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 1px solid $foreground;
|
||||
}
|
||||
|
||||
#app_drawer,
|
||||
#audio {
|
||||
border-radius: 0;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 1px dashed $foreground;
|
||||
}
|
||||
}
|
||||
|
||||
#taskbar button,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue