From 6ba360dbe403ce8d500dcee0a5e0409e0f725248 Mon Sep 17 00:00:00 2001 From: sheptikhinv Date: Thu, 24 Jul 2025 23:24:48 +0500 Subject: [PATCH] add status bar --- hypr/autostart.conf | 3 +++ hypr/hyprland.conf | 1 + 2 files changed, 4 insertions(+) create mode 100644 hypr/autostart.conf diff --git a/hypr/autostart.conf b/hypr/autostart.conf new file mode 100644 index 0000000..06ca442 --- /dev/null +++ b/hypr/autostart.conf @@ -0,0 +1,3 @@ +$statusbar = waybar + +exec-once = $statusbar \ No newline at end of file diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 66a3ffc..9b93442 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -50,6 +50,7 @@ $menu = wofi --show drun # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox +source = ~/.config/hypr/autostart.conf #############################