diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 12:11:35 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 12:11:35 -0700 |
| commit | 7d5baf5ccdb64fc1b8009667675dc75bfbde8d4c (patch) | |
| tree | 39780b5f154dbf67c2d47e9b0736c15640f5cc0b /modules | |
| parent | e315b06f07a9d38eff798fa3ee051a2fed0e1b9e (diff) | |
forget to re-enable clock
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/waybar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index aad658c..d6619cb 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -9,7 +9,7 @@ position = "top"; height = 40; modules-left = [ "tray" "hyprland/workspaces" ]; - # modules-center = [ "clock" ]; + modules-center = [ "clock" ]; modules-right = [ "wireplumber" "bluetooth" "network" "backlight/slider" "battery" "temperature" "memory" "keyboard_state" ]; "tray" = { |
