Adds pywal and adjusted styling
This commit is contained in:
parent
ffef7a6694
commit
9f0d8dadff
12 changed files with 52 additions and 18 deletions
5
.config/yadm/bootstrap.d/20-Wal.sh
Executable file
5
.config/yadm/bootstrap.d/20-Wal.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/env sh
|
||||
|
||||
yay -S --needed python-pywal
|
||||
|
||||
wal --theme base16-gruvbox-medium
|
||||
8
.config/yadm/bootstrap.d/21-SASSThemes.sh
Executable file
8
.config/yadm/bootstrap.d/21-SASSThemes.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
yay -S --needed sass
|
||||
|
||||
sass \
|
||||
$HOME/.config/swaync/style/style.scss:$HOME/.config/swaync/style.css
|
||||
|
||||
swaync-client --reload-css
|
||||
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
yay -S --needed zen-browser-bin \
|
||||
okular \
|
||||
onlyoffice-bin
|
||||
onlyoffice-bin \
|
||||
bitwarden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue