From 04860234c4222149fb23656db89710eaa95dbe41 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Tue, 17 Feb 2026 15:52:40 +0100 Subject: [PATCH] Add .config/ashell/config.toml --- private_dot_config/ashell/config.toml | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 private_dot_config/ashell/config.toml diff --git a/private_dot_config/ashell/config.toml b/private_dot_config/ashell/config.toml new file mode 100644 index 0000000..80e2c8d --- /dev/null +++ b/private_dot_config/ashell/config.toml @@ -0,0 +1,35 @@ +outputs = { Targets = ["DP-1"]} +position = "Bottom" + +[modules] +left = [ "Clock", "Workspaces" ] +center = [ "WindowTitle" ] +right = ["Privacy", "SystemInfo",[ "Tray", "Settings" ] ] + +[clock] +format = "%e.%m | %H:%M" + +[appearance] +scale_factor = 1.2 + +success_color = "#a6e3a1" +text_color = "#cdd6f4" + +workspace_colors = [ "#fab387", "#b4befe", "#cba6f7" ] + +[appearance.primary_color] +base = "#fab387" +text = "#1e1e2e" + +[appearance.danger_color] +base = "#f38ba8" +weak = "#f9e2af" + +[appearance.background_color] +base = "#1e1e2e" +weak = "#313244" +strong = "#45475a" + +[appearance.secondary_color] +base = "#11111b" +strong = "#1b1b25"