I got a little crazy here. a lot of laptop poop

This commit is contained in:
Chris Cochrun 2021-09-22 09:58:13 -05:00
parent 263d10c080
commit fab3b36dec
47 changed files with 3726 additions and 189 deletions

View file

@ -1,16 +1,16 @@
{
// "layer": "top", // Waybar at top layer
"position": "bottom", // Waybar position (top|bottom|left|right)
"height": 25, // Waybar height (to be removed for auto height)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "wlr/taskbar", "river/tags", "sway/mode", "sway/window"],
// Choose the order of the modules "custom/wintitle",
"modules-left": ["sway/workspaces", "river/tags", "sway/mode", "sway/window"],
"modules-center": ["clock"],
"modules-right": ["pulseaudio", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
"margin-bottom": 10,
"margin-left": 10,
"margin-right": 10,
// Modules configuration
"sway/workspaces": {
"disable-scroll": true,
@ -112,7 +112,7 @@
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "{icon} {volume}% {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-muted": "ﱝ muted",
"format-source": " {volume}%",
"format-source-muted": "",
"format-icons": {
@ -138,12 +138,22 @@
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
},
"custom/wintitle": {
"format": " {icon} {}",
"max-length": 80,
//"format-icons": {
// "spotify": "",
// "default": "🎜"
//},
"interval": 1,
"exec": "wintitle"
},
"wlr/taskbar": {
"format": "{icon} {title}",
"format": "{icon}",
"icon-size": 20,
"icon-theme": "Papirus-Dark",
"tooltip-format": "{title}",
"max-length": 20,
"max-length": 10,
"on-click": "activate",
"on-click-middle": "close"
},