Update user configs
This commit is contained in:
6
home/bin/rofi-apps
Executable file
6
home/bin/rofi-apps
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# do the launcher
|
||||
rofi -modi run,drun,window -show drun \
|
||||
-show-icons -me-select-entry '' \
|
||||
-me-accept-entry 'Mouse1' -sidebar-mode
|
6
home/bin/rofi-window
Executable file
6
home/bin/rofi-window
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rofi -no-config -modi window -show window -hide-scrollbar -eh 1 \
|
||||
-padding 50 -line-padding 4 -font "Fantasque Sans Mono 12" -color-enabled \
|
||||
-color-window "#1F2326, #1F2326, #1F2326" \
|
||||
-color-normal "#1F2326, #F1F1F1, #1F2326, #4E88CF, #1F2326"
|
6
home/bin/rofi-window.template
Normal file
6
home/bin/rofi-window.template
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rofi -no-config -modi window -show window -hide-scrollbar -eh 1 \
|
||||
-padding 50 -line-padding 4 -font "Fantasque Sans Mono 12" -color-enabled \
|
||||
-color-window "{{.Data.terminal_background}}, {{.Data.terminal_background}}, {{.Data.terminal_background}}" \
|
||||
-color-normal "{{.Data.terminal_background}}, {{.Data.terminal_foreground}}, {{.Data.terminal_background}}, {{index .Data.terminal_colors 4}}, {{.Data.terminal_background}}"
|
@ -1,17 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# this script will run polybar at boot
|
||||
# and allow toggling via polybar or other means
|
||||
# if it is not running and not enabled, enable it then start
|
||||
if [ -e "$HOME/.config/.composite_enabled" ] && [ "$(pidof compton)" ]; then
|
||||
|
||||
if [ "$(pidof compton)" ]; then
|
||||
al-compositor --restart
|
||||
elif [ -e "$HOME/.config/.composite_enabled" ]; then
|
||||
al-compositor --start
|
||||
else
|
||||
echo "#Compositing enabled" > $HOME/.config/.composite_enabled
|
||||
if [ "$(pidof compton)" ]; then
|
||||
al-compositor --start
|
||||
else
|
||||
al-compositor --restart
|
||||
fi
|
||||
al-compositor --start
|
||||
fi
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Can also be used to reload openbox session with [--reload] or [-r]
|
||||
|
||||
# I reccomend using al-polyzen to set up a session for each wm
|
||||
# then ditching this method and adding the following line to your autostart
|
||||
# then ditching this script and adding the following line to your autostart
|
||||
# sleep 1; al-polybar-session &
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user