diff --git a/README.md b/README.md index ce21520..0cf4e33 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ The dotfiles are managed with [TOML Bombadil](https://github.com/oknozor/toml-bo ## TODO -* Wallpaper - * Adjust to time of day - * Make sure changed wallpaper is new * EWW * Create radar widget * Make separate scroll jumps for `chonk` vs `framework`? diff --git a/eww/eww.yuck b/eww/eww.yuck index 539a155..05b2063 100644 --- a/eww/eww.yuck +++ b/eww/eww.yuck @@ -249,7 +249,7 @@ :monitor 2 :geometry (geometry :x "0px" :y "4px" - :width "1912px" + :width "2552px" :height "24px" :anchor "top center") :stacking "fg" diff --git a/hypr/framework.conf b/hypr/framework.conf index d64bc01..be5e494 100644 --- a/hypr/framework.conf +++ b/hypr/framework.conf @@ -1,5 +1,5 @@ -monitor = DP-3, 1920x1080@60, -4480x0, 1 -monitor = DP-2, 2560x1440@100, -2560x0, 1 +monitor = DP-3, 2560x1440@100, -5120x0, 1, bitdepth, 10 +monitor = DP-2, 2560x1440@100, -2560x0, 1, bitdepth, 10 monitor = eDP-1, 2880x1920@120, 0x0, 1.5 decoration { diff --git a/systemd/eww-bars.service b/systemd/eww-bars.service index e959396..e0cbb00 100644 --- a/systemd/eww-bars.service +++ b/systemd/eww-bars.service @@ -9,7 +9,7 @@ Type=exec {% if host.name == "chonk" %} ExecStart=eww open-many left right {% else %} -ExecStart=eww open laptop +ExecStart=eww open-many laptop laptop_left laptop_right {% endif %} ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" Restart=on-failure