Add linux/hyprpanel/laptop_hyprpanel_config.json
This commit is contained in:
parent
e3c44eadfe
commit
73113d1dbe
1 changed files with 92 additions and 0 deletions
92
linux/hyprpanel/laptop_hyprpanel_config.json
Normal file
92
linux/hyprpanel/laptop_hyprpanel_config.json
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue