Adapt config to new device
This commit is contained in:
		
							parent
							
								
									421401c207
								
							
						
					
					
						commit
						d0efd29733
					
				@ -11,7 +11,7 @@ profile multihead-DP {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
profile multihead-HDMI {
 | 
					profile multihead-HDMI {
 | 
				
			||||||
  output eDP-1 enable
 | 
					  output eDP-1 enable
 | 
				
			||||||
  output HDMI-A-2 enable mode 1920x1080
 | 
					  output HDMI-A-1 enable mode 1920x1080
 | 
				
			||||||
  exec swaymsg workspace "1: ", move workspace to eDP-1
 | 
					  exec swaymsg workspace "1: ", move workspace to eDP-1
 | 
				
			||||||
  exec swaymsg workspace "3: ", move workspace to eDP-1
 | 
					  exec swaymsg workspace "3: ", move workspace to eDP-1
 | 
				
			||||||
  exec swaymsg workspace "2: ", move workspace to HDMI-A-2
 | 
					  exec swaymsg workspace "2: ", move workspace to HDMI-A-2
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@
 | 
				
			|||||||
    "height": 25,
 | 
					    "height": 25,
 | 
				
			||||||
    "modules-left": ["sway/workspaces" ],
 | 
					    "modules-left": ["sway/workspaces" ],
 | 
				
			||||||
    "modules-center": ["custom/org-pomodoro", "clock", "custom/cgm-value"],
 | 
					    "modules-center": ["custom/org-pomodoro", "clock", "custom/cgm-value"],
 | 
				
			||||||
    "modules-right": ["mpd", "network", "pulseaudio", "battery", "battery#bat2"],
 | 
					    "modules-right": ["mpd", "network", "pulseaudio", "battery" ],
 | 
				
			||||||
    "mpd": {
 | 
					    "mpd": {
 | 
				
			||||||
        "format": "<span foreground='#88C0D0'>{stateIcon}</span>  {title}",
 | 
					        "format": "<span foreground='#88C0D0'>{stateIcon}</span>  {title}",
 | 
				
			||||||
        "format-disconnected": "",
 | 
					        "format-disconnected": "",
 | 
				
			||||||
@ -41,20 +41,6 @@
 | 
				
			|||||||
        "format-full": "<span foreground='#88C0D0'></span> 100%",
 | 
					        "format-full": "<span foreground='#88C0D0'></span> 100%",
 | 
				
			||||||
        "format-icons": ["", "", ""]
 | 
					        "format-icons": ["", "", ""]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "battery#bat2": {
 | 
					 | 
				
			||||||
        "bat": "BAT1",
 | 
					 | 
				
			||||||
        "states": {
 | 
					 | 
				
			||||||
            "good": 95,
 | 
					 | 
				
			||||||
            "warning": 30,
 | 
					 | 
				
			||||||
            "critical": 10
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "format": "<span foreground='#88C0D0'>{icon}</span> {capacity}%",
 | 
					 | 
				
			||||||
        "format-charging": "<span foreground='#88C0D0'></span> {capacity}%",
 | 
					 | 
				
			||||||
        "format-plugged": "<span foreground='#88C0D0'></span> {capacity}%",
 | 
					 | 
				
			||||||
        "format-alt": "{time} {icon}",
 | 
					 | 
				
			||||||
        "format-full": "<span foreground='#88C0D0'></span> 100%",
 | 
					 | 
				
			||||||
        "format-icons": ["", "", ""]
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "network": {
 | 
					    "network": {
 | 
				
			||||||
        "format-wifi": "<span foreground='#88C0D0'>{icon}</span>  {essid}",
 | 
					        "format-wifi": "<span foreground='#88C0D0'>{icon}</span>  {essid}",
 | 
				
			||||||
        "format-ethernet": "<span foreground='#88C0D0'></span>  Connected",
 | 
					        "format-ethernet": "<span foreground='#88C0D0'></span>  Connected",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user