diff --git a/modules/capabilities/noctalia.nix b/modules/capabilities/noctalia.nix index d6c82a4..332f55b 100644 --- a/modules/capabilities/noctalia.nix +++ b/modules/capabilities/noctalia.nix @@ -39,6 +39,11 @@ }; bar.default = { + center = [ + "clock" + "text_separator" + "date" + ]; end = [ "tray" "bluetooth" @@ -50,10 +55,13 @@ ] ++ [ "clipboard" + "session" + ]; + start = [ "control-center" + "workspaces" ]; font_weight = 400; - start = [ "workspaces" ]; thickness = 30; }; @@ -174,11 +182,16 @@ audio_spectrum = true; type = "noctalia/bongocat:cat"; }; - clock.format = "{:%b %d | %H:%M}"; + clock.format = "{:%H:%M}"; media = { art_size = 90.0; max_length = 800; }; + text_separator = { + anchor = true; + format = "•"; + type = "clock"; + }; tray.drawer = true; volume.show_label = false; network.show_label = false;