mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Add .config/ashell/config.toml
This commit is contained in:
35
private_dot_config/ashell/config.toml
Normal file
35
private_dot_config/ashell/config.toml
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user