nixos-config/home/hyprpanel-config.json.json
2025-08-10 18:43:23 -06:00

35 lines
1.3 KiB
JSON

{
"bar.customModules.storage.paths": [
"/"
],
"theme.font.name": "Monaspace Krypton",
"theme.font.label": "Monaspace Krypton Medium",
"theme.bar.floating": false,
"theme.bar.location": "bottom",
"bar.autoHide": "never",
"theme.bar.buttons.enableBorders": true,
"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.network.showWifiInfo": true,
"bar.network.truncation_size": 6,
"theme.bar.buttons.network.enableBorder": false,
"bar.network.label": true,
"menus.media.displayTimeTooltip": true,
"menus.media.noMediaText": "Nathan rn",
"menus.clock.time.military": true,
"menus.clock.time.hideSeconds": false,
"theme.bar.transparent": false,
"theme.bar.opacity": 85,
"theme.bar.background": "#14003e",
"theme.bar.buttons.borderSize": "0.02em",
"theme.bar.buttons.monochrome": false,
"theme.bar.buttons.workspaces.occupied": "#00d0d0",
"theme.bar.buttons.workspaces.active": "#05ff00",
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#00d0d0",
"theme.bar.buttons.windowtitle.text": "#00d0d0",
"theme.bar.buttons.windowtitle.icon": "#00ff19"
}