Compare commits

...

2 Commits

Author SHA1 Message Date
desolate e6033c5f3c fix fuzzel background color 2026-05-22 18:46:25 +03:00
desolate db284281b7 add awww package 2026-05-22 18:46:12 +03:00
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ lines=8
inner-pad=8 inner-pad=8
[colors] [colors]
background=#00000000 background=#00000033
text=#888888FF text=#888888FF
selection=#BBBBFFFF selection=#BBBBFFFF
selection-text=#000000FF selection-text=#000000FF
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "awww"
+1
View File
@@ -7,6 +7,7 @@ INSTALLING PACKAGES:
" "
. "$PACKAGES_DIR/install-apparmor.sh" . "$PACKAGES_DIR/install-apparmor.sh"
. "$PACKAGES_DIR/install-awww.sh"
. "$PACKAGES_DIR/install-bash-completion.sh" . "$PACKAGES_DIR/install-bash-completion.sh"
. "$PACKAGES_DIR/install-bat.sh" . "$PACKAGES_DIR/install-bat.sh"
. "$PACKAGES_DIR/install-btop.sh" . "$PACKAGES_DIR/install-btop.sh"