.
This commit is contained in:
parent
4b0347543c
commit
01866d38c4
11 changed files with 402 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
b=/usr/bin/firefox
|
||||
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
|
||||
|
||||
exec cage -d -- "$b" $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue