Made Launcher-Launcher single column
This commit is contained in:
		@@ -11,7 +11,8 @@ rofi_cmd() {
 | 
				
			|||||||
	rofi -dmenu \
 | 
						rofi -dmenu \
 | 
				
			||||||
		-window-title "Launcher" \
 | 
							-window-title "Launcher" \
 | 
				
			||||||
		-i \
 | 
							-i \
 | 
				
			||||||
		-theme $HOME/.config/awesome/rofi/launcher_launcher.rasi
 | 
							-theme $HOME/.config/awesome/rofi/launcher_launcher.rasi \
 | 
				
			||||||
 | 
					        -theme-str 'listview {columns: 1;}'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Pass variables to rofi dmenu
 | 
					# Pass variables to rofi dmenu
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -66,15 +66,7 @@ run_cmd() {
 | 
				
			|||||||
			amixer set Master mute
 | 
								amixer set Master mute
 | 
				
			||||||
			systemctl suspend
 | 
								systemctl suspend
 | 
				
			||||||
		elif [[ $1 == '--logout' ]]; then
 | 
							elif [[ $1 == '--logout' ]]; then
 | 
				
			||||||
			if [[ "$DESKTOP_SESSION" == 'openbox' ]]; then
 | 
								awesome-client 'awesome.quit()'
 | 
				
			||||||
				openbox --exit
 | 
					 | 
				
			||||||
			elif [[ "$DESKTOP_SESSION" == 'bspwm' ]]; then
 | 
					 | 
				
			||||||
				bspc quit
 | 
					 | 
				
			||||||
			elif [[ "$DESKTOP_SESSION" == 'i3' ]]; then
 | 
					 | 
				
			||||||
				i3-msg exit
 | 
					 | 
				
			||||||
			elif [[ "$DESKTOP_SESSION" == 'plasma' ]]; then
 | 
					 | 
				
			||||||
				qdbus org.kde.ksmserver /KSMServer logout 0 0 0
 | 
					 | 
				
			||||||
			fi
 | 
					 | 
				
			||||||
		fi
 | 
							fi
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		exit 0
 | 
							exit 0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user