ehhhhhhhhh
This commit is contained in:
parent
dde40c5adf
commit
57140f0420
|
@ -338,7 +338,7 @@
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:x "15px"
|
:x "15px"
|
||||||
:y "3px"
|
:y "3px"
|
||||||
:width "100%"
|
:width "80%"
|
||||||
:height "50px"
|
:height "50px"
|
||||||
:anchor "bottom center")
|
:anchor "bottom center")
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
|
|
|
@ -2,4 +2,5 @@ preload = ~/Pictures/wallpapers/nixorange.jpeg
|
||||||
wallpaper = DP-2,~/Pictures/wallpapers/nixorange.jpeg
|
wallpaper = DP-2,~/Pictures/wallpapers/nixorange.jpeg
|
||||||
wallpaper = HDMI-A-1,~/Pictures/wallpapers/nixorange.jpeg
|
wallpaper = HDMI-A-1,~/Pictures/wallpapers/nixorange.jpeg
|
||||||
wallpaper = DP-3,~/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
|
wallpaper = eDP-1,~/Pictures/wallpapers/nixorange.jpeg
|
|
@ -84,8 +84,8 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = rec {
|
settings = rec {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = "hyprland";
|
# command = "hyprland";
|
||||||
# command = "dbus-run-session startplasma-wayland";
|
command = "dbus-run-session startplasma-wayland";
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = {
|
default_session = {
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
osc=no
|
osc=no
|
||||||
vo=gpu
|
vo=gpu
|
||||||
af=scaletempo2
|
af=scaletempo2
|
||||||
autofit=4000x2800
|
# autofit=4000x2800
|
||||||
# autofit=2000x1700
|
# autofit=2000x1700
|
||||||
geometry=50%:50%
|
# geometry=50%:50%
|
||||||
# input-ipc-server="/tmp/mpvsocket"
|
# input-ipc-server="/tmp/mpvsocket"
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
rtsp-transport=udp
|
rtsp-transport=udp
|
||||||
|
|
|
@ -5,25 +5,12 @@ windows=($string)
|
||||||
|
|
||||||
for i in "${windows[@]}"
|
for i in "${windows[@]}"
|
||||||
do
|
do
|
||||||
echo $i
|
if [[ $i = '*bar0' ]]; then
|
||||||
if [ $(hostname) = "syl" ]; then
|
eww close bar0
|
||||||
|
return
|
||||||
if [[ $i = '*bar0' ]]; then
|
else
|
||||||
eww close bar0
|
eww open bar0
|
||||||
return
|
|
||||||
else
|
|
||||||
eww open bar0
|
|
||||||
fi
|
|
||||||
|
|
||||||
else
|
|
||||||
if [[ $i = '*bar1' ]]; then
|
|
||||||
eww close bar1
|
|
||||||
return
|
|
||||||
else
|
|
||||||
eww open bar1
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
monitor=eDP-1,2256x1504@60,0x0,1.5
|
monitor=eDP-1,2256x1504@60,0x0,1.5
|
||||||
workspace=eDP-1,1
|
workspace=eDP-1,1
|
||||||
monitor=HDMI-A-1,preferred,0x0,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
|
monitor=DP-2,preferred,1600x0,1
|
||||||
workspace=DP-2,2
|
workspace=DP-2,2
|
||||||
workspace=DP-3,1
|
workspace=DP-1,1
|
||||||
workspace=HDMI-A-1,3
|
workspace=HDMI-A-1,3
|
||||||
monitor=DP-2,transform,1
|
monitor=DP-2,transform,1
|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
# blurls=notifications
|
# blurls=notifications
|
||||||
|
|
||||||
exec-once = /home/chris/bin/startup.sh
|
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 = dunst
|
||||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
|
|
Loading…
Reference in a new issue