61 lines
1.1 KiB
TOML
61 lines
1.1 KiB
TOML
[modules]
|
|
left = ["Workspaces"]
|
|
center = ["WindowTitle", "MediaPlayer"]
|
|
right = ["Tray", "SystemInfo", "KeyboardLayout", "Updates", ["Clock", "Privacy", "Settings"]]
|
|
|
|
[updates]
|
|
check_cmd = "checkupdates; yay -Qua"
|
|
update_cmd = 'kitty -e bash -c "yay; echo Done - Press enter to exit; read" &'
|
|
|
|
[workspaces]
|
|
visibility_mode = "MonitorSpecific"
|
|
enable_workspace_filling = true
|
|
|
|
[system]
|
|
indicators = [ "Cpu", "Memory", "Temperature" ]
|
|
|
|
[system.cpu]
|
|
warn_threshold = 60
|
|
alert_threshold = 80
|
|
|
|
[system.memory]
|
|
warn_threshold = 70
|
|
alert_threshold = 85
|
|
|
|
[system.disk]
|
|
warn_threshold = 80
|
|
alert_threshold = 90
|
|
|
|
[system.temperature]
|
|
warn_threshold = 60
|
|
alert_threshold = 80
|
|
|
|
#[keyboard_layout.labels]
|
|
#"English (US)" = "us"
|
|
#"Belgian" = "be"
|
|
|
|
[appearance]
|
|
font_name = "Hack Nerd Font Mono"
|
|
|
|
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"
|