configs/linux/hyprpanel/laptop_hyprpanel_config.json
2025-03-22 11:05:53 +01:00

93 lines
No EOL
2.4 KiB
JSON

{
"bar.layouts": {
"0": {
"left": [
"dashboard",
"network",
"netstat",
"windowtitle"
],
"middle": [
"workspaces"
],
"right": [
"volume",
"bluetooth",
"cputemp",
"cpu",
"systray",
"ram",
"clock",
"battery",
"notifications",
"power"
]
},
"1": {
"left": [
"dashboard",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"clock",
"notifications"
]
},
"2": {
"left": [
"dashboard",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"clock",
"notifications"
]
}
},
"theme.font.name": "Lilex Nerd Font",
"theme.font.style": "normal",
"theme.font.label": "Lilex Nerd Font",
"theme.font.weight": 600,
"theme.font.size": "1.05rem",
"theme.bar.menus.enableShadow": false,
"scalingPriority": "hyprland",
"theme.bar.scaling": 100,
"bar.autoHide": "fullscreen",
"bar.launcher.autoDetectIcon": true,
"theme.bar.buttons.dashboard.enableBorder": true,
"bar.workspaces.show_icons": false,
"bar.workspaces.workspaceMask": false,
"bar.workspaces.showWsIcons": true,
"bar.workspaces.showApplicationIcons": true,
"bar.workspaces.numbered_active_indicator": "underline",
"bar.network.showWifiInfo": true,
"theme.bar.buttons.clock.enableBorder": true,
"bar.clock.format": "%a %d.%b %H:%M:%S",
"bar.notifications.show_total": true,
"bar.notifications.hideCountWhenZero": true,
"theme.bar.menus.opacity": 95,
"theme.bar.transparent": false,
"theme.bar.opacity": 35,
"theme.bar.enableShadow": false,
"theme.bar.shadowMargins": "0px 0px 6px 0px",
"theme.bar.border.location": "none",
"theme.bar.border.width": "0.05em",
"menus.power.lowBatteryNotification": true,
"menus.power.lowBatteryThreshold": 25,
"bar.customModules.ram.labelType": "used/total",
"bar.customModules.ram.round": true,
"bar.customModules.cpu.pollingInterval": 1100,
"bar.customModules.ram.pollingInterval": 1100,
"bar.customModules.cpuTemp.pollingInterval": 1100,
"bar.customModules.cpuTemp.sensor": "/sys/devices/pci0000:00/0000:00:08.1/0000:62:00.0/hwmon/hwmon7/temp1_input"
}