waybar layout

This commit is contained in:
Spangenberg
2023-10-25 13:36:00 +02:00
parent 0c4f20e85f
commit 21785526a8
7 changed files with 93 additions and 354 deletions

View File

@@ -6,9 +6,9 @@
"all-outputs": true,
"format": "{}",
"format-icons": {
"urgent": "",
"active": "",
"default": ""
"urgent": "",
"active": "",
"default": ""
},
"persistent_workspaces": {
"*": 5
@@ -57,14 +57,17 @@
// Updates Count
"custom/updates": {
"format": " {}",
"format": "{icon}",
"format-icons": {
"has-updates": "󰻍",
"updated": "󰳈"},
"tooltip-format": "{}",
"escape": true,
"return-type": "json",
"exec": "~/dotfiles/scripts/updates.sh",
"exec": "~/dotfiles/scripts/checksystemupdates.sh",
"restart-interval": 60,
"on-click": "alacritty -e ~/dotfiles/scripts/installupdates.sh",
"tooltip": false
"on-click": "kitty ~/dotfiles/scripts/installupdates.sh",
"tooltip": true
},
// Wallpaper
@@ -157,8 +160,9 @@
// Clock
"clock": {
"format": "{:%H:%M}",
// "timezone": "Europe/Berlin",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"tooltip-format": "<big>{:%d %B %Y}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
@@ -184,9 +188,9 @@
// Network
"network": {
"format": "{ifname}",
"format-wifi": " {signalStrength}%",
"format-ethernet": " {ipaddr}",
"format": "{}",
"format-wifi": "",
"format-ethernet": "",
"format-disconnected": "", //An empty format will hide the module.
"tooltip-format": " {ifname} via {gwaddri}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
@@ -203,19 +207,19 @@
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{icon} {time}",
"format": "{icon}",
"format-charging": "󰂄",
"format-plugged": "󱐥",
"format-alt": "{icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": [" ", " ", "", "", ""]
"format-icons": ["󰂎", "󱊡", "󱊢", "󱊣"]
},
// Pulseaudio
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%",
"format": "{icon}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
@@ -230,6 +234,7 @@
"car": "",
"default": ["", " ", " "]
},
"tooltip-format": "{volume}%",
"on-click": "pavucontrol"
},
@@ -244,8 +249,10 @@
//Backlight
"backlight": {
"device": "intel_backlight",
"format": "{icon} {percent}%",
"format-icons": ["󰃞", "󰃠"]
"format": "{icon}",
"format-icons": ["󰃞", "󰃠"],
"tooltip-format": "{percent}%"
},
// Other