From 918c52f6f3d4527fea31fb00bc1a5e939a0be3c1 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Sat, 7 Feb 2026 04:02:48 +0100 Subject: [PATCH] added gitzip + hypr config --- fish/functions/gitzip.fish | 3 +++ hypr/hyprpaper.conf | 2 +- hypr/modules/monitors.conf | 6 +++--- waybar/config.jsonc | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 fish/functions/gitzip.fish diff --git a/fish/functions/gitzip.fish b/fish/functions/gitzip.fish new file mode 100644 index 0000000..875662e --- /dev/null +++ b/fish/functions/gitzip.fish @@ -0,0 +1,3 @@ +function gitzip + git archive HEAD -o (basename $PWD).zip +end diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 3ed8a76..a9bbcdf 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1,5 +1,5 @@ wallpaper { monitor = - path = ~/Pictures/exp33/exp33-oled.jpeg + path = ~/Pictures/mandelbrot.png fit_mode = fill } diff --git a/hypr/modules/monitors.conf b/hypr/modules/monitors.conf index 5d3d72b..fddf8f7 100644 --- a/hypr/modules/monitors.conf +++ b/hypr/modules/monitors.conf @@ -1,5 +1,5 @@ -# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@240, 0x-1440, 1 -monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10 -# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@90, 0x-1080, 1 +# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1 +# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10 +monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@90, 0x-1080, 1 monitor = eDP-1, 1920x1080@60, 0x0, 1 diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 6e06631..eb6c609 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -49,7 +49,7 @@ }, "wireplumber#sink": { "format": "{node_name} {volume}% {icon}", - "format-muted": "", + "format-muted": "{node_name} ", "format-icons": { "headphone": "", "hands-free": "",