summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-01-12 12:11:35 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-01-12 12:11:35 -0700
commit7d5baf5ccdb64fc1b8009667675dc75bfbde8d4c (patch)
tree39780b5f154dbf67c2d47e9b0736c15640f5cc0b /modules/home-manager
parente315b06f07a9d38eff798fa3ee051a2fed0e1b9e (diff)
forget to re-enable clock
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/waybar.nix2
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" = {