diff --git a/home/sam/config/waybar/config.jsonc b/home/sam/config/waybar/config.jsonc index e1c0450..bb75be2 100644 --- a/home/sam/config/waybar/config.jsonc +++ b/home/sam/config/waybar/config.jsonc @@ -1,4 +1,7 @@ -─────┬────────────────────────────────────────────────────────────────────────── - │ STDIN -─────┼────────────────────────────────────────────────────────────────────────── - 1 │ sam4jo +{ + "layer": "top", + "position": "top", + "modules-left": ["niri/workspaces"], + "modules-center": ["clock"], + "modules-right": ["pulseaudio", "network", "tray"] +} diff --git a/home/sam/config/waybar/style.css b/home/sam/config/waybar/style.css new file mode 100644 index 0000000..d9474c2 --- /dev/null +++ b/home/sam/config/waybar/style.css @@ -0,0 +1 @@ +* { font-family: sans-serif; font-size: 12px; }