diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6b82bdbd..c3043e6a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,4 +4,4 @@ source = ~/.config/hypr/input.conf source = ~/.config/hypr/rules.conf source = ~/.config/hypr/windows.conf source = ~/.config/hypr/startup.conf - +source = ~/.config/hypr/local.conf diff --git a/.config/hypr/local.conf b/.config/hypr/local.conf new file mode 100644 index 00000000..feb1aba2 --- /dev/null +++ b/.config/hypr/local.conf @@ -0,0 +1 @@ +exec-once = "echo hi" diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf index 0bbdb982..3d0fa836 100644 --- a/.config/hypr/startup.conf +++ b/.config/hypr/startup.conf @@ -1,7 +1,7 @@ exec-once = $scrPath/resetxdgportal.sh # reset XDPH for screenshare exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH exec-once = dbus-update-activation-environment --systemd --all # for XDPH -exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" +exec-once = dconf write /org/gnome/desktop/interface/color-scheme '"prefer-dark"' exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps exec-once = way-edges # Screen Edge Shell @@ -16,8 +16,4 @@ exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background exec-once = gotify-desktop # gotify daemon for service notifications -#cool decorations -# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10"' -# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-3 sh -c "cava"' -# exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null"' # exec-once = 'kitten panel --edge=background -o background_opacity=0 --output-name eDP-1 sh -c "fastfetch && tail -f /dev/null"' diff --git a/.config/nvim b/.config/nvim index e563553a..9d65fdc9 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit e563553a57208e637f4b6a6541c029a35520a61c +Subproject commit 9d65fdc908d99e3fa68d452c9af72becc858573c diff --git a/.nixos b/.nixos index caf6b243..31f69f0c 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit caf6b24398dc6b5174ce8ea69c8a03c8ed9d2643 +Subproject commit 31f69f0c449a91ee1c5053ecb496ed4a6921318c diff --git a/pc-files/.config/hypr/local.conf b/pc-files/.config/hypr/local.conf new file mode 100644 index 00000000..64edf744 --- /dev/null +++ b/pc-files/.config/hypr/local.conf @@ -0,0 +1,6 @@ +#cool decorations +exec-once = kitten panel --edge=background -o background_opacity=0 --output-name HDMI-A-1 sh -c "cmatrix -b -C magenta -a -u 10" +exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-2 sh -c "cava" +exec-once = kitten panel --edge=background -o background_opacity=0 --output-name DP-1 sh -c "fastfetch && tail -f /dev/null" + +exec-once = hyprfloat diff --git a/pc-files/.config/hyprfloat/hyprfloat.json b/pc-files/.config/hyprfloat/hyprfloat.json new file mode 100644 index 00000000..8ebc8e14 --- /dev/null +++ b/pc-files/.config/hyprfloat/hyprfloat.json @@ -0,0 +1,35 @@ +{ + "terminal_classes":[ + "kitty", + "thunar" + ], + "ignore_titles":[ + "notificationtoasts_\\d+_desktop" + ], + "monitors":{ + "DP-1":{ + "width":1364, + "height":767, + "offset":[ + 0, + 0 + ] + }, + "DP-2":{ + "width":1364, + "height":767, + "offset":[ + 0, + 0 + ] + }, + "HDMI-A-1":{ + "width":1364, + "height":767, + "offset":[ + 0, + 0 + ] + } + } +}