From a33954c59fe9d8fe889fab077b6612cc029ac3fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Jul 2024 16:37:37 +0200 Subject: Mega Update: FW16 Space Rice - Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life) --- pywal/.config/wal/templates/Colors.hs | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pywal/.config/wal/templates/Colors.hs (limited to 'pywal/.config/wal/templates/Colors.hs') diff --git a/pywal/.config/wal/templates/Colors.hs b/pywal/.config/wal/templates/Colors.hs new file mode 100644 index 0000000..8169223 --- /dev/null +++ b/pywal/.config/wal/templates/Colors.hs @@ -0,0 +1,36 @@ +--Place this file in your .xmonad/lib directory and import module Colors into .xmonad/xmonad.hs config +--The easy way is to create a soft link from this file to the file in .xmonad/lib using ln -s +--Then recompile and restart xmonad. + +module Colors + ( wallpaper + , background, foreground, primary, accent, cursor + , color0, color1, color2, color3, color4, color5, color6, color7 + , color8, color9, color10, color11, color12, color13, color14, color15 + ) where + +wallpaper="{wallpaper}" + +background="{background}" +foreground="{foreground}" +primary="{primary}" +accent="{accent}" +cursor="{cursor}" + +color0="{color0}" +color1="{color1}" +color2="{color2}" +color3="{color3}" +color4="{color4}" +color5="{color5}" +color6="{color6}" +color7="{color7}" +color8="{color8}" +color9="{color9}" +color10="{color10}" +color11="{color11}" +color12="{color12}" +color13="{color13}" +color14="{color14}" +color15="{color15}" + -- cgit v1.2.3