diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
new file mode 100644
index 0000000..13d6731
--- /dev/null
+++ b/.config/waybar/config.jsonc
@@ -0,0 +1,35 @@
+{
+ "layer": "top",
+ "modules-left": [],
+ "modules-center": ["hyprland/workspaces"],
+ "modules-right": ["battery", "clock"],
+ "battery": {
+ "format": "{capacity}% {icon}",
+ "format-icons": ["", "", "", "", ""]
+ },
+ "clock": {
+ "format": "{:%H:%M} ",
+ "format-alt": "{:%A, %B %d, %Y (%R)} ",
+ "tooltip-format": "{calendar}",
+ "calendar": {
+ "mode" : "year",
+ "mode-mon-col" : 3,
+ "weeks-pos" : "right",
+ "on-scroll" : 1,
+ "format": {
+ "months": "{}",
+ "days": "{}",
+ "weeks": "W{}",
+ "weekdays": "{}",
+ "today": "{}"
+ }
+ },
+ "actions": {
+ "on-click-right": "mode",
+ "on-scroll-up": "tz_up",
+ "on-scroll-down": "tz_down",
+ "on-scroll-up": "shift_up",
+ "on-scroll-down": "shift_down"
+ }
+ },
+}
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
new file mode 100644
index 0000000..41a80c3
--- /dev/null
+++ b/.config/waybar/style.css
@@ -0,0 +1,3 @@
+* {
+ font-family: "CaskaydiaCove Nerd Font Mono, Meslo LGS Nerd Font Sans Mono";
+}