Update hyprpanel/hyprpanel.json
This commit is contained in:
parent
b74d1bdd6b
commit
481acdc57f
1 changed files with 60 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"bar.customModules.updates.pollingInterval": 1440000,
|
"bar.customModules.updates.pollingInterval": 1440000,
|
||||||
"theme.font.name": "MartianMono Nerd Font Condensed",
|
"theme.font.name": "MartianMono Nerd Font Medium",
|
||||||
"tear": false,
|
"tear": false,
|
||||||
"menus.transition": "crossfade",
|
"menus.transition": "crossfade",
|
||||||
"theme.bar.floating": false,
|
"theme.bar.floating": false,
|
||||||
"theme.bar.buttons.enableBorders": false,
|
"theme.bar.buttons.enableBorders": false,
|
||||||
"theme.bar.border.location": "none",
|
"theme.bar.border.location": "none",
|
||||||
"theme.bar.buttons.dashboard.enableBorder": false,
|
"theme.bar.buttons.dashboard.enableBorder": true,
|
||||||
"bar.workspaces.show_icons": false,
|
"bar.workspaces.show_icons": false,
|
||||||
"bar.workspaces.show_numbered": false,
|
"bar.workspaces.show_numbered": false,
|
||||||
"bar.workspaces.numbered_active_indicator": "underline",
|
"bar.workspaces.numbered_active_indicator": "underline",
|
||||||
|
@ -28,5 +28,61 @@
|
||||||
"menus.clock.weather.unit": "metric",
|
"menus.clock.weather.unit": "metric",
|
||||||
"menus.clock.weather.enabled": false,
|
"menus.clock.weather.enabled": false,
|
||||||
"menus.bluetooth.showBattery": true,
|
"menus.bluetooth.showBattery": true,
|
||||||
"menus.bluetooth.batteryState": "connected"
|
"menus.bluetooth.batteryState": "connected",
|
||||||
|
"bar.layouts": {
|
||||||
|
"0": {
|
||||||
|
"left": [
|
||||||
|
"dashboard",
|
||||||
|
"workspaces",
|
||||||
|
"windowtitle"
|
||||||
|
],
|
||||||
|
"middle": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
"volume",
|
||||||
|
"network",
|
||||||
|
"bluetooth",
|
||||||
|
"cpu",
|
||||||
|
"ram",
|
||||||
|
"battery",
|
||||||
|
"systray",
|
||||||
|
"clock",
|
||||||
|
"notifications"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"left": [
|
||||||
|
"dashboard",
|
||||||
|
"workspaces",
|
||||||
|
"windowtitle"
|
||||||
|
],
|
||||||
|
"middle": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
"volume",
|
||||||
|
"clock",
|
||||||
|
"notifications"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"left": [
|
||||||
|
"dashboard",
|
||||||
|
"workspaces",
|
||||||
|
"windowtitle"
|
||||||
|
],
|
||||||
|
"middle": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
"volume",
|
||||||
|
"clock",
|
||||||
|
"notifications"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bar.customModules.ram.icon": "",
|
||||||
|
"theme.bar.menus.menu.dashboard.confirmation_scaling": 100,
|
||||||
|
"menus.volume.raiseMaximumVolume": true
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue