Update theme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# i3 directory
|
||||
DIR="$HOME/.config/i3"
|
||||
CONFIG="$DIR/alacritty/alacritty.yml"
|
||||
CONFIG="$DIR/alacritty/alacritty.toml"
|
||||
|
||||
if [ "$1" == "--float" ]; then
|
||||
alacritty --class 'alacritty-float,alacritty-float' --config-file "$CONFIG"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/askpass.rasi"
|
||||
|
||||
# Rofi text dialog to get password
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/asroot.rasi"
|
||||
ASROOT="$DIR/scripts/i3_asroot"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/launcher.rasi"
|
||||
|
||||
# Run
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/music.rasi"
|
||||
|
||||
# Theme Elements
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/powermenu.rasi"
|
||||
CNFR="$DIR/themes/$STYLE/rofi/confirm.rasi"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/runner.rasi"
|
||||
|
||||
# Run
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/screenshot.rasi"
|
||||
|
||||
# Theme Elements
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/themes.rasi"
|
||||
|
||||
# List Available Themes
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/i3"
|
||||
STYLE="gruvbox"
|
||||
STYLE="onedark"
|
||||
RASI="$DIR/themes/$STYLE/rofi/windows.rasi"
|
||||
|
||||
# Run
|
||||
|
||||
Reference in New Issue
Block a user