diff --git a/eww/eww.yuck b/eww/eww.yuck index 10503d1..5eb5b11 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -338,7 +338,7 @@ :geometry (geometry :x "15px" :y "3px" - :width "100%" + :width "80%" :height "50px" :anchor "bottom center") :stacking "fg" diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 6d28841..11d9b7c 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -2,4 +2,5 @@ preload = ~/Pictures/wallpapers/nixorange.jpeg wallpaper = DP-2,~/Pictures/wallpapers/nixorange.jpeg wallpaper = HDMI-A-1,~/Pictures/wallpapers/nixorange.jpeg wallpaper = DP-3,~/Pictures/wallpapers/nixorange.jpeg +wallpaper = DP-1,~/Pictures/wallpapers/nixorange.jpeg wallpaper = eDP-1,~/Pictures/wallpapers/nixorange.jpeg \ No newline at end of file diff --git a/modules/desktop.nix b/modules/desktop.nix index 27dc6ff..981e86d 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -84,8 +84,8 @@ with lib; enable = true; settings = rec { initial_session = { - command = "hyprland"; - # command = "dbus-run-session startplasma-wayland"; + # command = "hyprland"; + command = "dbus-run-session startplasma-wayland"; user = "chris"; }; default_session = { diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 1d63ced..f3efa9a 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -2,9 +2,9 @@ osc=no vo=gpu af=scaletempo2 -autofit=4000x2800 +# autofit=4000x2800 # autofit=2000x1700 -geometry=50%:50% +# geometry=50%:50% # input-ipc-server="/tmp/mpvsocket" hwdec=auto rtsp-transport=udp diff --git a/scripts/eww.sh b/scripts/eww.sh index 81f9b65..9418bd3 100755 --- a/scripts/eww.sh +++ b/scripts/eww.sh @@ -5,25 +5,12 @@ windows=($string) for i in "${windows[@]}" do - echo $i - if [ $(hostname) = "syl" ]; then - - if [[ $i = '*bar0' ]]; then - eww close bar0 - return - else - eww open bar0 - fi - - else - if [[ $i = '*bar1' ]]; then - eww close bar1 - return - else - eww open bar1 - fi + if [[ $i = '*bar0' ]]; then + eww close bar0 + return + else + eww open bar0 fi - done diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix index 2a37b89..c4cc1be 100644 --- a/user/modules/hyprland.nix +++ b/user/modules/hyprland.nix @@ -13,10 +13,10 @@ monitor=eDP-1,2256x1504@60,0x0,1.5 workspace=eDP-1,1 monitor=HDMI-A-1,preferred,0x0,1 - monitor=DP-3,preferred,2680x0,1.5 + monitor=DP-1,preferred,2680x0,1.5 monitor=DP-2,preferred,1600x0,1 workspace=DP-2,2 - workspace=DP-3,1 + workspace=DP-1,1 workspace=HDMI-A-1,3 monitor=DP-2,transform,1 @@ -211,7 +211,7 @@ # blurls=notifications exec-once = /home/chris/bin/startup.sh - exec-once = hyprpaper + exec-once = swww img /home/chris/Pictures/wallpapers/nixorange.webp -t grow --transition-bezier .14,0,.14,.99 exec-once = dunst exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35" exec-once = dbus-update-activation-environment --systemd --all