aboutsummaryrefslogtreecommitdiffstats
path: root/config/wallust
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-28 20:53:38 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:57 -0700
commit52a4303cdd1cbd474d4ff5ee833bb705b8d099df (patch)
tree5c800db00c25f01386de9e4eda19b1372fe42d8c /config/wallust
parent7b8e57dad69facd776788c69f2456260428483dd (diff)
Added theming for nwg-dock-hyprland
Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/Keybinds.conf modified: config/hypr/configs/system_keybinds.lua new file: config/hypr/scripts/Dock.sh modified: config/hypr/scripts/KeyHints.sh modified: config/hypr/scripts/Refresh.sh new file: config/nwg-dock-hyprland/style.css new file: config/nwg-dock-hyprland/wallust/colors-wallust.css new file: config/wallust/templates/colors-nwg-dock.css modified: config/wallust/wallust-v4.toml modified: config/wallust/wallust.toml modified: docs/Keybinds.md modified: scripts/lib_copy.sh
Diffstat (limited to 'config/wallust')
-rw-r--r--config/wallust/templates/colors-nwg-dock.css12
-rw-r--r--config/wallust/wallust-v4.toml3
-rw-r--r--config/wallust/wallust.toml3
3 files changed, 18 insertions, 0 deletions
diff --git a/config/wallust/templates/colors-nwg-dock.css b/config/wallust/templates/colors-nwg-dock.css
new file mode 100644
index 00000000..f8ff62be
--- /dev/null
+++ b/config/wallust/templates/colors-nwg-dock.css
@@ -0,0 +1,12 @@
+/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
+/* wallust template - colors-nwg-dock */
+
+@define-color foreground {{foreground}};
+@define-color background rgba({{background | rgb}}, 0.85);
+@define-color background-alt {{background}};
+@define-color cursor {{cursor}};
+@define-color hovered {{color12}};
+@define-color button-background {{color4}};
+@define-color button-active {{color2}};
+@define-color border {{color12}};
+@define-color urgent {{color15}};
diff --git a/config/wallust/wallust-v4.toml b/config/wallust/wallust-v4.toml
index 9dd74e79..ec8cc61e 100644
--- a/config/wallust/wallust-v4.toml
+++ b/config/wallust/wallust-v4.toml
@@ -51,3 +51,6 @@ ghostty.target = '~/.config/ghostty/wallust.conf'
quickshell.template = 'qml_color.json'
quickshell.target = '~/.config/quickshell/qml_color.json'
+
+nwg-dock.template = 'colors-nwg-dock.css'
+nwg-dock.target = '~/.config/nwg-dock-hyprland/wallust/colors-wallust.css'
diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml
index b74794d9..73941140 100644
--- a/config/wallust/wallust.toml
+++ b/config/wallust/wallust.toml
@@ -53,6 +53,9 @@ ghostty.target = '~/.config/ghostty/wallust.conf'
quickshell.template = 'qml_color.json'
quickshell.target = '~/.config/quickshell/qml_color.json'
+nwg-dock.template = 'colors-nwg-dock.css'
+nwg-dock.target = '~/.config/nwg-dock-hyprland/wallust/colors-wallust.css'
+
#swaync.template = 'colors-swaync.css'
#swaync.target = '~/.config/swaync/wallust/colors-wallust.css'
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage