Files
dotfiles/roles/hyprland/files/hyprpanel/config.json
2026-01-06 01:45:44 +01:00

45 lines
1.7 KiB
JSON

{
"bar.customModules.storage.paths": [
"/"
],
"menus.power.showLabel": false,
"theme.font.size": "1rem",
"theme.font.weight": 500,
"scalingPriority": "gdk",
"menus.power.lowBatteryNotification": false,
"bar.customModules.worldclock.tz": [
"Europe/Vienna"
],
"theme.bar.buttons.modules.power.enableBorder": false,
"menus.dashboard.powermenu.avatar.image": "/home/johannes/Pictures/Wallpapers/wallhaven-852q62.png",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Firefox",
"menus.dashboard.shortcuts.left.shortcut1.command": "firefox",
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.clock.time.military": true,
"menus.clock.weather.location": "Vienna",
"menus.clock.weather.unit": "metric",
"menus.volume.raiseMaximumVolume": true,
"theme.bar.floating": true,
"bar.autoHide": "never",
"theme.bar.buttons.enableBorders": true,
"theme.bar.border.width": "0.1em",
"bar.workspaces.show_icons": false,
"bar.workspaces.show_numbered": false,
"bar.workspaces.workspaceMask": false,
"bar.workspaces.showWsIcons": true,
"bar.workspaces.showApplicationIcons": true,
"bar.workspaces.showAllActive": true,
"bar.workspaces.numbered_active_indicator": "highlight",
"theme.bar.buttons.workspaces.smartHighlight": true,
"theme.bar.buttons.windowtitle.enableBorder": false,
"bar.windowtitle.custom_title": true,
"bar.windowtitle.class_name": true,
"theme.bar.buttons.clock.enableBorder": false,
"bar.clock.format": "%a %b %d %H:%M:%S",
"theme.bar.menus.menu.battery.scaling": 100,
"theme.bar.buttons.battery.visible": false,
"bar.battery.label": false,
"bar.battery.hideLabelWhenFull": true,
"theme.bar.buttons.battery.enableBorder": false,
"theme.osd.enable": true
}