waybar: tabs -> spaces
This commit is contained in:
parent
0e28aa7da3
commit
14b1e85770
|
|
@ -5,22 +5,22 @@
|
||||||
"spacing": 2,
|
"spacing": 2,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"clock",
|
"clock",
|
||||||
"custom/weather",
|
"custom/weather",
|
||||||
"custom/pacman",
|
"custom/pacman",
|
||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
"modules-center": [
|
||||||
"wlr/workspaces"
|
"wlr/workspaces"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
"separate-outputs": true,
|
"separate-outputs": true,
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
},
|
},
|
||||||
"wlr/workspaces": {
|
"wlr/workspaces": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|
@ -31,34 +31,34 @@
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
"sort-by-number": true,
|
"sort-by-number": true,
|
||||||
"active-only": false,
|
"active-only": false,
|
||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
"persistent_workspaces": {
|
"persistent_workspaces": {
|
||||||
"1": ["HDMI-A-1"],
|
"1": ["HDMI-A-1"],
|
||||||
"2": ["HDMI-A-1"],
|
"2": ["HDMI-A-1"],
|
||||||
"3": ["HDMI-A-1"],
|
"3": ["HDMI-A-1"],
|
||||||
"4": ["HDMI-A-1"],
|
"4": ["HDMI-A-1"],
|
||||||
"5": ["HDMI-A-1"],
|
"5": ["HDMI-A-1"],
|
||||||
"6": ["HDMI-A-1"],
|
"6": ["HDMI-A-1"],
|
||||||
"11": ["DP-3"],
|
"11": ["DP-3"],
|
||||||
"12": ["DP-3"],
|
"12": ["DP-3"],
|
||||||
"13": ["DP-3"],
|
"13": ["DP-3"],
|
||||||
"14": ["DP-3"],
|
"14": ["DP-3"],
|
||||||
"15": ["DP-3"],
|
"15": ["DP-3"],
|
||||||
"16": ["DP-3"]
|
"16": ["DP-3"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"spacing": 4
|
"spacing": 4
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"timezone": "Europe/Warsaw",
|
"timezone": "Europe/Warsaw",
|
||||||
"tooltip-format": false,
|
"tooltip-format": false,
|
||||||
"format-alt": " {:%T %F}",
|
"format-alt": " {:%T %F}",
|
||||||
"format": " {:%H:%M %e %b}",
|
"format": " {:%H:%M %e %b}",
|
||||||
"on-click-right": "evolution -c calendar"
|
"on-click-right": "evolution -c calendar"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "⚠ Disconnected",
|
"format-disconnected": "⚠ Disconnected",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||||
"on-click-right": "nm-connection-editor"
|
"on-click-right": "nm-connection-editor"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "{icon} {volume}%{format_source}",
|
"format": "{icon} {volume}%{format_source}",
|
||||||
|
|
@ -91,11 +91,11 @@
|
||||||
},
|
},
|
||||||
"custom/pacman": {
|
"custom/pacman": {
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"interval": "3600",
|
"interval": "3600",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"exec": "$HOME/.config/waybar/scripts/checkupdates",
|
"exec": "$HOME/.config/waybar/scripts/checkupdates",
|
||||||
"signal": 8,
|
"signal": 8,
|
||||||
"on-click": "foot paru; pkill waybar; waybar &"
|
"on-click": "foot paru; pkill waybar; waybar &"
|
||||||
},
|
},
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",
|
"exec": "curl -s 'https://wttr.in/?format=1' | sed 's/ \\+/ /g'",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue