aboutsummaryrefslogtreecommitdiff
path: root/pywal/.config/wal
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
commita33954c59fe9d8fe889fab077b6612cc029ac3fc (patch)
treea3035512625aefe79b0973f91bdc7c7ebe302cea /pywal/.config/wal
parentcbfd64346441200e3df8df6ad54fc76c99d25f1c (diff)
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)
Diffstat (limited to 'pywal/.config/wal')
-rw-r--r--pywal/.config/wal/colorschemes/dark/100i.json29
-rw-r--r--pywal/.config/wal/colorschemes/dark/minimal-keqing.json29
-rw-r--r--pywal/.config/wal/templates/Colors.hs36
-rw-r--r--pywal/.config/wal/templates/colors-polybar9
-rw-r--r--pywal/.config/wal/templates/colors.css30
5 files changed, 133 insertions, 0 deletions
diff --git a/pywal/.config/wal/colorschemes/dark/100i.json b/pywal/.config/wal/colorschemes/dark/100i.json
new file mode 100644
index 0000000..20334c4
--- /dev/null
+++ b/pywal/.config/wal/colorschemes/dark/100i.json
@@ -0,0 +1,29 @@
+{
+ "wallpaper": "/home/me/images/wallpapers/100i_polygon_2560x1600.png",
+ "alpha": "100",
+ "special": {
+ "background": "#1E1E2E",
+ "foreground": "#CDD6F4",
+ "primary": "#6D83D0",
+ "accent": "#89B4FA",
+ "cursor": "#CDD6F4"
+ },
+ "colors": {
+ "color0": "#1E1E2E",
+ "color1": "#D56A85",
+ "color2": "#7BCA77",
+ "color3": "#DDBE89",
+ "color4": "#6D83D0",
+ "color5": "#D18ACD",
+ "color6": "#76B9A9",
+ "color7": "#cdd6f4",
+ "color8": "#45475a",
+ "color9": "#F38BA8",
+ "color10": "#A6E3A1",
+ "color11": "#F9E2AF",
+ "color12": "#89B4FA",
+ "color13": "#F5C2E7",
+ "color14": "#94E2D5",
+ "color15": "#7f849c"
+ }
+}
diff --git a/pywal/.config/wal/colorschemes/dark/minimal-keqing.json b/pywal/.config/wal/colorschemes/dark/minimal-keqing.json
new file mode 100644
index 0000000..8e2e420
--- /dev/null
+++ b/pywal/.config/wal/colorschemes/dark/minimal-keqing.json
@@ -0,0 +1,29 @@
+{
+ "wallpaper": "/home/me/images/wallpapers/minimal-keqing.png",
+ "alpha": "100",
+ "special": {
+ "background": "#1E1E2E",
+ "foreground": "#CDD6F4",
+ "primary": "#cba6f7",
+ "accent": "#f5c2e7",
+ "cursor": "#CDD6F4"
+ },
+ "colors": {
+ "color0": "#1E1E2E",
+ "color1": "#D56A85",
+ "color2": "#7BCA77",
+ "color3": "#DDBE89",
+ "color4": "#6D83D0",
+ "color5": "#D18ACD",
+ "color6": "#76B9A9",
+ "color7": "#cdd6f4",
+ "color8": "#45475a",
+ "color9": "#F38BA8",
+ "color10": "#A6E3A1",
+ "color11": "#F9E2AF",
+ "color12": "#89B4FA",
+ "color13": "#F5C2E7",
+ "color14": "#94E2D5",
+ "color15": "#7f849c"
+ }
+}
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}"
+
diff --git a/pywal/.config/wal/templates/colors-polybar b/pywal/.config/wal/templates/colors-polybar
new file mode 100644
index 0000000..22caa51
--- /dev/null
+++ b/pywal/.config/wal/templates/colors-polybar
@@ -0,0 +1,9 @@
+background = {background}
+background-alt = {color8}
+foreground = {foreground}
+foreground-alt = {foreground}
+primary = {primary}
+secondary = {accent}
+alert = {color1}
+disabled = {color8}
+separator = {color8}
diff --git a/pywal/.config/wal/templates/colors.css b/pywal/.config/wal/templates/colors.css
new file mode 100644
index 0000000..5e7c691
--- /dev/null
+++ b/pywal/.config/wal/templates/colors.css
@@ -0,0 +1,30 @@
+/* CSS variables
+ Generated by 'wal' */
+:root {{
+ --wallpaper: url({wallpaper});
+
+ /* Special */
+ --background: {background};
+ --foreground: {foreground};
+ --primary: {primary};
+ --accent: {accent};
+ --cursor: {cursor};
+
+ /* Colors */
+ --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};
+}}