From cc7b61a1496d25a100f012300c1121835a9f8177 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 25 Aug 2026 12:40:31 +0700 Subject: new cursors --- .config/niri/mako-start.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 .config/niri/mako-start.sh (limited to '.config/niri/mako-start.sh') diff --git a/.config/niri/mako-start.sh b/.config/niri/mako-start.sh deleted file mode 100755 index aceaa3b..0000000 --- a/.config/niri/mako-start.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# Start mako after making sure the wallust-generated color file exists. -# mako's config uses `include=~/.cache/wallust/mako`; if that file is missing -# (e.g. on first login before wallust has run) mako would fail to start, so we -# seed a neutral default here. apply-colors.sh regenerates it and runs -# `makoctl reload` once the real palette is ready. -set -e - -CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/wallust/mako" -if [ ! -f "$CACHE" ]; then - mkdir -p "$(dirname "$CACHE")" - cat > "$CACHE" <<'EOF' -background-color=#1e1e1e -text-color=#e0e0e0 -border-color=#3a3a3a -progress-color=over #4f4f4f -EOF -fi - -exec mako "$@" -- cgit v1.2.3