Merge Arch config as main #1
3 changed files with 49 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -2,3 +2,10 @@
|
|||
# Cava
|
||||
./cava/config
|
||||
cava/config
|
||||
|
||||
# Discocss
|
||||
./discocss
|
||||
discocss/
|
||||
!./discocss/custom.css
|
||||
!discocss/custom.css
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
# files
|
||||
files=(
|
||||
".bashrc"
|
||||
".zshrc"
|
||||
".tool-versions"
|
||||
)
|
||||
|
|
@ -21,6 +22,7 @@ _symlinkFiles() {
|
|||
# directories
|
||||
directories=(
|
||||
"cava"
|
||||
"discocss"
|
||||
"gtk-3.0"
|
||||
"hypr"
|
||||
"kitty"
|
||||
|
|
|
|||
40
discocss/custom.css
Normal file
40
discocss/custom.css
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
/**
|
||||
* @name Pywal
|
||||
* @author Baobeld
|
||||
* @description Uses pywal colors
|
||||
* @version 0.0.2
|
||||
*/
|
||||
@import url("/home/benjamin/.cache/wal/colors.css");
|
||||
|
||||
:root {
|
||||
background-color: transparent;
|
||||
/* opacity: 0.6; */
|
||||
--background-primary: transparent;
|
||||
--background-primary-alt: transparent;
|
||||
--background-secondary: rgba(0, 0, 0, 0.05);
|
||||
--background-secondary-alt: rgba(0, 0, 0, 0.05);
|
||||
--background-tertiary: rgba(0, 0, 0, 0.1);
|
||||
--background-tertiary-alt: rgba(0, 0, 0, 0.1);
|
||||
--bg-overlay-2: rgba(0, 0, 0, 0.1);
|
||||
--scrollbar-auto-track: rgba(0, 0, 0, 0.1);
|
||||
|
||||
--scrollbar-auto-thumb: rgba(0, 0, 0, 0.75);
|
||||
|
||||
--primary-800: rgba(0, 0, 0, 0.15);
|
||||
/* --interactive-active: var(--color7); */
|
||||
/* --interactive-hover: var(--color7); */
|
||||
/* --interactive-muted: var(--color7); */
|
||||
/* --interactive-normal: var(--color7); */
|
||||
}
|
||||
|
||||
.userProfileOuterUnthemed__9741c {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.userPanelInnerThemed__651e4 {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.themedBackground__3a4c0 {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue