*
*
This commit is contained in:
@ -1,13 +1,28 @@
|
||||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
"height": 20, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
|
||||
"modules-center": [],
|
||||
//"modules-center": [],
|
||||
//"modules-right": ["idle_inhibitor", "mpd", "pulseaudio", "network", "cpu", "memory", "temperature", "battery", "custom/scratchpad_indicator", "clock", "tray", "custom/swaync", "custom/emacsstatus" ],
|
||||
"modules-right": ["mpd", "pulseaudio", "network", "battery", "custom/scratchpad_indicator", "clock", "tray", "custom/swaync", "custom/emacsstatus" ],
|
||||
"modules-right": ["pulseaudio", "network", "battery", "custom/scratchpad_indicator", "custom/neralie", "tray", "custom/swaync", "custom/emacsstatus" ],
|
||||
"river/tags": {
|
||||
"num-tags": 5,
|
||||
"tag-labels": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"6": "",
|
||||
"7": "",
|
||||
"8": "",
|
||||
"9": "",
|
||||
"10": "",
|
||||
}
|
||||
},
|
||||
"sway/workspaces": {
|
||||
"disable-scroll-wraparound": true
|
||||
},
|
||||
@ -38,7 +53,18 @@
|
||||
// "disable-scroll": true,
|
||||
"all-outputs": false,
|
||||
"format": "{name}",
|
||||
//"format": "{icon}",
|
||||
"format-icons": {
|
||||
"1": "+",
|
||||
"2": "+",
|
||||
"3": "+",
|
||||
"4": "+",
|
||||
"5": "+",
|
||||
"6": "+",
|
||||
"7": "+",
|
||||
"8": "+",
|
||||
"9": "+",
|
||||
"10": "+",
|
||||
// "1": "1",
|
||||
// "2": "2",
|
||||
// "3": "3-sch", // schedule
|
||||
@ -92,7 +118,8 @@
|
||||
//"format": "{:%Y-%m-%d %H:%M:%S}",
|
||||
//"format": "{:%Y-%m-%d %I:%M:%S %p}",
|
||||
//"format": "day # {:%j}",
|
||||
"interval": 1
|
||||
"interval": 1,
|
||||
"on-click": "uxnemu ~/.local/uxn/catclock.rom"
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
@ -120,7 +147,7 @@
|
||||
"format-ethernet": " {ifname}: {ipaddr}/{cidr}",
|
||||
"format-linked": " {ifname} (No IP)",
|
||||
"format-disconnected": "⚠ Disconnected",
|
||||
//"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click": "$TERMINAL -e nmtui"
|
||||
},
|
||||
"pulseaudio": {
|
||||
@ -191,7 +218,7 @@
|
||||
"custom/emacsstatus": {
|
||||
"return-type": "json",
|
||||
"exec": "~/.config/waybar/scripts/emacs-status.sh",
|
||||
"on-click": "emacsclient -c || emacs",
|
||||
"on-click": "emacsclient -c -a ''",
|
||||
"format": "{}",
|
||||
"restart-interval": 3
|
||||
},
|
||||
@ -203,4 +230,9 @@
|
||||
"on-click": "exec swaymsg 'scratchpad show'",
|
||||
"on-click-right": "exec swaymsg 'move scratchpad'"
|
||||
},
|
||||
"custom/neralie": {
|
||||
"exec": "~/.local/bin/neralie",
|
||||
"on-click": "uxnemu ~/.local/uxn/catclock.rom",
|
||||
"restart-interval": 1
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user