Adds more wal theming
This commit is contained in:
parent
04f6af0726
commit
af5ec3580c
15 changed files with 353 additions and 80 deletions
8
.config/theming/compile.sh
Executable file
8
.config/theming/compile.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
sass \
|
||||
$HOME/.config/swaync/style/style.scss:$HOME/.config/swaync/style.css \
|
||||
$HOME/.config/waybar/scss/style.scss:$HOME/.config/waybar/style.css \
|
||||
$HOME/.config/nwg-drawer/style/style.scss:$HOME/.config/nwg-drawer/drawer.css
|
||||
|
||||
swaync-client --reload-css
|
||||
4
.config/theming/library/_colors.scss
Normal file
4
.config/theming/library/_colors.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@import "../../../.cache/wal/colors.scss";
|
||||
|
||||
$foreground-disabled: rgba($foreground, 0.75);
|
||||
|
||||
4
.config/theming/library/_variables.scss
Normal file
4
.config/theming/library/_variables.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$border-radius: 0.3rem;
|
||||
|
||||
$box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
|
||||
$box-shadow-inner: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
|
||||
2
.config/theming/library/entry.scss
Normal file
2
.config/theming/library/entry.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@import "./_colors.scss";
|
||||
@import "./_variables.scss";
|
||||
Loading…
Add table
Add a link
Reference in a new issue