update everything to current config
This commit is contained in:
		@@ -1,31 +1,33 @@
 | 
			
		||||
{
 | 
			
		||||
    // "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-right": ["idle_inhibitor", "mpd", "pulseaudio", "network", "cpu", "memory", "temperature", "battery", "tray", "clock", "custom/swaync", "custom/emacsstatus"],
 | 
			
		||||
    "modules-right": ["idle_inhibitor", "mpd", "pulseaudio", "network", "cpu", "memory", "temperature", "battery", "clock", "tray", "custom/swaync", "custom/emacsstatus"],
 | 
			
		||||
    "sway/workspaces": {
 | 
			
		||||
       "disable-scroll-wraparound": true
 | 
			
		||||
    },
 | 
			
		||||
    // Modules configuration
 | 
			
		||||
    // "sway/workspaces": {
 | 
			
		||||
    "sway/workspaces": {
 | 
			
		||||
    //     "disable-scroll": true,
 | 
			
		||||
    //     "all-outputs": true,
 | 
			
		||||
    //     "format": "{name}: {icon}",
 | 
			
		||||
    //     "format-icons": {
 | 
			
		||||
    //         "1": "",
 | 
			
		||||
    //         "2": "",
 | 
			
		||||
    //         "3": "",
 | 
			
		||||
    //         "4": "",
 | 
			
		||||
    //         "5": "",
 | 
			
		||||
    //         "urgent": "",
 | 
			
		||||
    //         "focused": "",
 | 
			
		||||
    //         "default": ""
 | 
			
		||||
    //     }
 | 
			
		||||
    // },
 | 
			
		||||
         "all-outputs": true,
 | 
			
		||||
         "format": "{icon}",
 | 
			
		||||
         "format-icons": {
 | 
			
		||||
             "1": "1-em", // emacs
 | 
			
		||||
             "2": "2-se", // search/web
 | 
			
		||||
             "3": "3-tm", // terminal
 | 
			
		||||
             "4": "4",
 | 
			
		||||
             "5": "5",
 | 
			
		||||
             "6": "6",
 | 
			
		||||
             "7": "7",
 | 
			
		||||
             "8": "8-sch", // schedule
 | 
			
		||||
             "9": "9-comms",
 | 
			
		||||
             "10": "10-mon", // monitor
 | 
			
		||||
         }
 | 
			
		||||
     },
 | 
			
		||||
    "keyboard-state": {
 | 
			
		||||
        "numlock": true,
 | 
			
		||||
        "capslock": true,
 | 
			
		||||
@@ -101,10 +103,13 @@
 | 
			
		||||
            "car": "",
 | 
			
		||||
            "default": ["", "", ""]
 | 
			
		||||
        },
 | 
			
		||||
        "on-click": "pavucontrol"
 | 
			
		||||
        "on-click": "$TERMINAL -e pulsemixer"
 | 
			
		||||
        // "on-click": "pavucontrol"
 | 
			
		||||
    },
 | 
			
		||||
    "mpd": {
 | 
			
		||||
	"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {title} | {elapsedTime:%M:%S}/{totalTime:%M:%S}",
 | 
			
		||||
        "server": "localhost",
 | 
			
		||||
        "port": 6600,
 | 
			
		||||
	"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} | {title} | {elapsedTime:%M:%S}/{totalTime:%M:%S}",
 | 
			
		||||
        // "max-length": 200,
 | 
			
		||||
        "format-disconnected": "-",
 | 
			
		||||
	    "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped",
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,8 @@
 | 
			
		||||
    border: none;
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
    font-family: IBMPlexMono, monospace;
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    font-size: 10px;
 | 
			
		||||
    /*font-size: 14px;*/
 | 
			
		||||
    min-height: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -39,14 +40,18 @@ window#waybar.chromium {
 | 
			
		||||
    padding: 0 8px;
 | 
			
		||||
    background-color: #6B313D;
 | 
			
		||||
    color: #bbbbbb;
 | 
			
		||||
/*    background-color: transparent;
 | 
			
		||||
    color: #ffffff;*/
 | 
			
		||||
    min-width: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#workspaces button.focused {
 | 
			
		||||
    /*colorful*/
 | 
			
		||||
    color: #000000;
 | 
			
		||||
    background-color: #888888;
 | 
			
		||||
    /*box-shadow: inset 2px 2px #555555, inset -2px -2px #555555;*/
 | 
			
		||||
    /*background-color: #424242;
 | 
			
		||||
    color: #ffffff;
 | 
			
		||||
    box-shadow: inset 2px 2px #555555, inset -2px -2px #555555;*/
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
#workspaces button.urgent {
 | 
			
		||||
@@ -72,11 +77,17 @@ window#waybar.chromium {
 | 
			
		||||
#idle_inhibitor,
 | 
			
		||||
#bluetooth,
 | 
			
		||||
#custom-swaync,
 | 
			
		||||
#custom-emacsstatus,
 | 
			
		||||
#mpd {
 | 
			
		||||
    padding: 0 6px;
 | 
			
		||||
    border-right: 2px solid #424242;
 | 
			
		||||
    color: #999999;
 | 
			
		||||
    /*color: #ffffff*/
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* im using this near the right edge */
 | 
			
		||||
#custom-emacsstatus {
 | 
			
		||||
    padding: 0 6px;
 | 
			
		||||
    color: #999999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#window,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user