mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
update layout
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
source=/home/flicko/.config/hypr/themes/hyprtheme.conf
|
||||
|
||||
$HERE=~/.config/hypr
|
||||
$SCRIPTS=$HERE/scripts
|
||||
source=./land/defaults.conf # this needs to be sourced before theme file
|
||||
# source=./land/nvidia.conf
|
||||
|
||||
exec-once=$HERE/scripts/powercheck
|
||||
exec-once=$SCRIPTS/portal.sh
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
######################################################################################################
|
||||
$THEME=$HERE/themes
|
||||
source=$THEME/hyprtheme.conf
|
||||
$yorha=$HERE/themes/yorha
|
||||
source=$yorha/theme.conf
|
||||
######################################################################################################
|
||||
|
||||
source=./land/general.conf
|
||||
|
||||
@@ -1,11 +1,19 @@
|
||||
$HERE=~/.config/hypr
|
||||
$SCRIPTS=$HERE/scripts
|
||||
|
||||
##########################################################################################
|
||||
# hyprland cant override variable values so we are taking advantage of that
|
||||
# if these variables are set in theme, these values wont be used
|
||||
|
||||
$DRUN=wofi --show drun
|
||||
$SCREENSHOT=$SCRIPTS/screenshot
|
||||
$FOOTCONF=$HERE/components/foot.ini
|
||||
$LOCK=$SCRIPTS/lock
|
||||
$TERM=footclient
|
||||
$TERMSERVER=foot -s
|
||||
$TERMFLOAT=$TERM --title fly_is_foot -w 1067x630
|
||||
|
||||
##########################################################################################
|
||||
|
||||
$VOLINC=$SCRIPTS/buttons/volume+
|
||||
$VOLRED=$SCRIPTS/buttons/volume-
|
||||
$BRIGHTINC=$SCRIPTS/buttons/bright+
|
||||
@@ -26,7 +34,4 @@ $ANIMATEDDRAG=yes
|
||||
|
||||
$MOD1=SUPER
|
||||
$MOD2=ALT
|
||||
|
||||
$FISHCONF=$HERE/components/fish/theme.fish
|
||||
|
||||
##########################################################################################
|
||||
@@ -1,8 +1,9 @@
|
||||
$TERM=footclient -o shell="fish -C 'source $FISHCONF'"
|
||||
$TERMSERVER=foot -s -c $FOOTCONF -o shell="fish -C 'source $FISHCONF'"
|
||||
$TERMFLOAT=$TERM --title fly_is_foot -w 1067x630
|
||||
exec-once=$HERE/scripts/powercheck
|
||||
exec-once=$SCRIPTS/portal.sh
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
exec=$TERMSERVER
|
||||
exec-once=$TERMSERVER
|
||||
exec=pkill swayidle; swayidle -w timeout 300 '$LOCK' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$LOCK'
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user