From f5764396269de37d68edea3e8bd3d2e8e92dd401 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 22 May 2025 00:37:24 -0400 Subject: [PATCH] Added default config for hyprpanel --- .../etc/skel/.config/hyprpanel/config.json | 59 +++++++++++++++++++ .../etc/skel/.config/hyprpanel/modules.json | 1 + .../etc/skel/.config/hyprpanel/modules.scss | 0 3 files changed, 60 insertions(+) create mode 100644 files/system/etc/skel/.config/hyprpanel/config.json create mode 100644 files/system/etc/skel/.config/hyprpanel/modules.json create mode 100644 files/system/etc/skel/.config/hyprpanel/modules.scss diff --git a/files/system/etc/skel/.config/hyprpanel/config.json b/files/system/etc/skel/.config/hyprpanel/config.json new file mode 100644 index 0000000..aa6fb44 --- /dev/null +++ b/files/system/etc/skel/.config/hyprpanel/config.json @@ -0,0 +1,59 @@ +{ + "scalingPriority": "gdk", + "theme.bar.floating": true, + "bar.autoHide": "never", + "bar.layouts": { + "*": { + "left": [ + "cpu", + "ram", + "workspaces", + "windowtitle" + ], + "middle": [ + "media" + ], + "right": [ + "volume", + "network", + "bluetooth", + "systray", + "notifications", + "clock", + "dashboard" + ] + } + }, + "theme.notification.enableShadow": false, + "theme.bar.border.location": "none", + "theme.bar.border_radius": "0.75em", + "theme.bar.outer_spacing": ".25em", + "theme.bar.buttons.radius": "0.75em", + "theme.bar.menus.monochrome": false, + "theme.bar.menus.opacity": 100, + "theme.bar.buttons.y_margins": "0.1em", + "theme.bar.buttons.enableBorders": true, + "theme.bar.transparent": true, + "theme.bar.enableShadow": false, + "menus.clock.time.hideSeconds": false, + "menus.dashboard.shortcuts.left.shortcut1.icon": "", + "menus.dashboard.shortcuts.left.shortcut1.command": "uwsm app -- one.ablaze.floorp.desktop", + "menus.dashboard.shortcuts.left.shortcut1.tooltip": "Floorp", + "menus.dashboard.shortcuts.enabled": true, + "menus.dashboard.stats.enable_gpu": false, + "menus.clock.weather.enabled": false, + "bar.workspaces.show_icons": false, + "bar.workspaces.show_numbered": true, + "theme.bar.buttons.windowtitle.enableBorder": false, + "bar.windowtitle.custom_title": true, + "bar.windowtitle.truncation": true, + "bar.notifications.show_total": true, + "bar.notifications.hideCountWhenZero": true, + "bar.launcher.icon": "󰣛", + "bar.launcher.autoDetectIcon": false, + "menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord", + "menus.dashboard.shortcuts.left.shortcut2.icon": "󰹕", + "menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop", + "menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin", + "menus.dashboard.shortcuts.left.shortcut4.command": "rofi -show drun -run-command \"uwsm app -- {cmd}\"" +} \ No newline at end of file diff --git a/files/system/etc/skel/.config/hyprpanel/modules.json b/files/system/etc/skel/.config/hyprpanel/modules.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/files/system/etc/skel/.config/hyprpanel/modules.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/files/system/etc/skel/.config/hyprpanel/modules.scss b/files/system/etc/skel/.config/hyprpanel/modules.scss new file mode 100644 index 0000000..e69de29