From e645ea1641c7c97cbbb43b3fcd92efb0798f50f2 Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Wed, 1 Apr 2026 14:41:12 +0200 Subject: [PATCH] Update monitors conf on notebook --- roles/hyprland/files/hypr/monitors_jk-nb.conf | 0 roles/hyprland/files/hyprpanel/config.json | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 roles/hyprland/files/hypr/monitors_jk-nb.conf diff --git a/roles/hyprland/files/hypr/monitors_jk-nb.conf b/roles/hyprland/files/hypr/monitors_jk-nb.conf new file mode 100644 index 0000000..e69de29 diff --git a/roles/hyprland/files/hyprpanel/config.json b/roles/hyprland/files/hyprpanel/config.json index 3379bbc..342948c 100644 --- a/roles/hyprland/files/hyprpanel/config.json +++ b/roles/hyprland/files/hyprpanel/config.json @@ -41,5 +41,8 @@ "bar.battery.label": false, "bar.battery.hideLabelWhenFull": true, "theme.bar.buttons.battery.enableBorder": false, - "theme.osd.enable": true -} \ No newline at end of file + "theme.osd.enable": true, + "theme.bar.buttons.y_margins": "0.2em", + "theme.bar.dropdownGap": "2.9em", + "theme.bar.outer_spacing": "1.6em" +}