Merge Arch config as main #1
2 changed files with 3 additions and 15 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
# -n tells `wal` to skip setting the wallpaper.
|
|
||||||
wal -i ~/Wallpapers/ -n
|
|
||||||
|
|
||||||
# Using feh to tile the wallpaper now.
|
|
||||||
# We grab the wallpaper location from wal's cache so
|
|
||||||
# that this works even when a directory is passed.
|
|
||||||
swww img "$(< "${HOME}/.cache/wal/wal")" --transition-type wipe --transition-angle 45 --transition-fps 90
|
|
||||||
|
|
||||||
# Copy cava and update config
|
|
||||||
cp ~/.cache/wal/cava-config ~/dotfiles/cava/config && pkill -USR2 cava
|
|
||||||
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: "JetBrains Mono", "Iosevka Nerd Font", FontAwesome, Roboto,
|
font-family: "JetBrainsMono Nerd Font", "Iosevka Nerd Font", FontAwesome,
|
||||||
Helvetica, Arial, sans-serif;
|
Roboto, Helvetica, Arial, sans-serif;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition: color 0.5s ease-in-out;
|
transition: color 0.5s ease-in-out;
|
||||||
transition: background-color 0.5s ease-in-out;
|
transition: background-color 0.5s ease-in-out;
|
||||||
|
|
@ -71,8 +71,7 @@
|
||||||
#mpris,
|
#mpris,
|
||||||
#custom-swaync,
|
#custom-swaync,
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#custom-swww,
|
#custom-swww {
|
||||||
#custom-os {
|
|
||||||
background: @button;
|
background: @button;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue