Polybar: Tweaking for use
This commit is contained in:
		@@ -140,18 +140,18 @@ format-padding = 0
 | 
			
		||||
enable-scroll = false
 | 
			
		||||
pin-workspaces = true
 | 
			
		||||
 | 
			
		||||
label-mode-padding = ${res/config.padding}
 | 
			
		||||
label-mode-padding = 4
 | 
			
		||||
label-mode-background = ${res/colors.red}
 | 
			
		||||
label-focused = %name%
 | 
			
		||||
label-focused-padding = ${res/config.padding}
 | 
			
		||||
label-focused-padding = 4
 | 
			
		||||
label-focused-foreground = ${res/colors.bg}
 | 
			
		||||
label-focused-background = ${res/colors.selection}
 | 
			
		||||
label-unfocused = %name%
 | 
			
		||||
label-unfocused-background = ${res/colors.bg}
 | 
			
		||||
label-unfocused-padding = ${res/config.padding}
 | 
			
		||||
label-unfocused-padding = 4
 | 
			
		||||
label-visible = %name%
 | 
			
		||||
label-visible-background = ${res/colors.gray}
 | 
			
		||||
label-visible-padding = ${res/config.padding}
 | 
			
		||||
label-visible-padding = 4
 | 
			
		||||
 | 
			
		||||
[module/memory]
 | 
			
		||||
type = internal/memory
 | 
			
		||||
 
 | 
			
		||||
@@ -65,6 +65,8 @@ step_wait() {
 | 
			
		||||
 | 
			
		||||
# Main
 | 
			
		||||
main() {
 | 
			
		||||
	# Dirty hack for i3
 | 
			
		||||
	sleep 2
 | 
			
		||||
	step_fallback
 | 
			
		||||
	step_configure
 | 
			
		||||
	step_spawn_primary
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user