You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							836 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							836 B
						
					
					
				
								#!/bin/bash
							 | 
						|
								
							 | 
						|
								xrandr -s 1920x1080
							 | 
						|
								#xrandr -s 1600x900
							 | 
						|
								
							 | 
						|
								pgrep -x sxhkd 2> /dev/null || sxhkd -c ~/.config/berry/sxhkdrc &
							 | 
						|
								
							 | 
						|
								pkill conky; conky -d
							 | 
						|
								feh --bg-fill ~/wallpaper/nick-nazzaro-underwater.png
							 | 
						|
								pkill picom; picom --corner-radius 15 &
							 | 
						|
								ruler &
							 | 
						|
								~/.config/polybar/launch.sh &
							 | 
						|
								
							 | 
						|
								# Set decoration geometry
							 | 
						|
								berryc border_width       0
							 | 
						|
								berryc inner_border_width 3
							 | 
						|
								berryc title_height       30
							 | 
						|
								berryc edge_gap           42 42 6 6
							 | 
						|
								
							 | 
						|
								berryc draw_text false
							 | 
						|
								
							 | 
						|
								# Set decoration colors
							 | 
						|
								berryc focus_color         292D3E
							 | 
						|
								berryc unfocus_color       292D3E
							 | 
						|
								
							 | 
						|
								#berryc inner_focus_color     89b4fa
							 | 
						|
								berryc inner_focus_color     dc8a78
							 | 
						|
								berryc inner_unfocus_color   585b70
							 | 
						|
								
							 | 
						|
								berryc text_focus_color    cdd6f4
							 | 
						|
								berryc text_unfocus_color  cdd6f4
							 | 
						|
								
							 | 
						|
								# Other options
							 | 
						|
								berryc smart_place "true"
							 | 
						|
								berryc edge_lock   "true"
							 | 
						|
								berryc set_font    "JetBrains Mono Nerd Font-9"
							 |