mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 22:00:38 -04:00
hyprpm/hyprlock
This commit is contained in:
parent
d4376c8ddf
commit
e973ebbc15
39 changed files with 2500 additions and 7 deletions
16
.config/hypr/scripts/wallbashrofi.sh
Executable file
16
.config/hypr/scripts/wallbashrofi.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# set variables
|
||||
|
||||
ScrDir=`dirname "$(realpath "$0")"`
|
||||
source $ScrDir/globalcontrol.sh
|
||||
rofThm="${XDG_CONFIG_HOME:-$HOME/.config}/rofi/themes"
|
||||
|
||||
# regen color conf
|
||||
|
||||
if [ "$EnableWallDcol" -ne 1 ] ; then
|
||||
cp ${rofThm}/${gtkTheme}.rasi ${rofThm}/theme.rasi
|
||||
else
|
||||
cp ${rofThm}/Wall-Dcol.rasi ${rofThm}/theme.rasi
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue