This commit is contained in:
kento2 2026-03-25 14:14:08 +01:00
parent 4b0347543c
commit 01866d38c4
11 changed files with 402 additions and 12 deletions

View file

@ -5,8 +5,8 @@
set -eE -o pipefail
bg="#3f3c6d" # background colour
fg="#a39ef1" # foreground colour
bg="#000000" # background colour
fg="#ffffff" # foreground colour
hi="#00aaaa" # highlight colour
ul=2 # underline thickness
sep="┃" # separator text

View file

@ -1,6 +0,0 @@
#!/bin/sh
b=/usr/bin/firefox
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
exec cage -d -- "$b" $@