-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprpanel_config.json
142 lines (142 loc) · 4.41 KB
/
hyprpanel_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"bar.customModules.updates.pollingInterval": 1440000,
"theme.font.weight": 600,
"theme.font.size": "1rem",
"theme.font.name": "JetBrainsMonoNL Nerd Font Mono",
"theme.bar.floating": false,
"theme.bar.outer_spacing": "0.4em",
"theme.bar.location": "top",
"menus.clock.time.hideSeconds": false,
"menus.clock.weather.enabled": true,
"menus.clock.weather.location": "New York",
"menus.transition": "crossfade",
"bar.clock.format": "%b %d %I:%M %p",
"theme.bar.buttons.clock.spacing": "0.5em",
"theme.bar.buttons.clock.enableBorder": false,
"theme.bar.menus.menu.dashboard.profile.size": "7em",
"menus.bluetooth.showBattery": false,
"menus.media.displayTime": true,
"notifications.monitor": 0,
"theme.matugen": false,
"theme.matugen_settings.scheme_type": "content",
"theme.matugen_settings.mode": "dark",
"wallpaper.image": "/home/warren/Downloads/FW_16_Wallpaper_Black.png",
"theme.matugen_settings.variation": "standard_1",
"theme.bar.transparent": false,
"theme.osd.enable": true,
"theme.bar.buttons.systray.enableBorder": false,
"menus.dashboard.powermenu.avatar.image": "/home/warren/Downloads/warren.png",
"menus.dashboard.powermenu.avatar.name": "neb",
"bar.layouts": {
"0": {
"left": [
"dashboard",
"media",
"windowtitle",
"systray"
],
"middle": [
"workspaces"
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"clock",
"notifications"
]
},
"1": {
"left": [
"dashboard",
"media",
"windowtitle",
"systray"
],
"middle": [
"workspaces"
],
"right": [
"volume",
"network",
"bluetooth",
"battery",
"clock",
"notifications"
]
},
"2": {
"left": [
"dashboard",
"workspaces",
"windowtitle"
],
"middle": [
"media"
],
"right": [
"volume",
"clock",
"notifications"
]
}
},
"menus.media.displayTimeTooltip": true,
"menus.bluetooth.batteryState": "connected",
"bar.bluetooth.label": false,
"bar.network.label": false,
"bar.launcher.autoDetectIcon": true,
"theme.bar.buttons.dashboard.enableBorder": false,
"theme.bar.margin_top": "0.5em",
"theme.bar.margin_bottom": "0em",
"theme.bar.border_radius": "0.4em",
"theme.bar.buttons.background_opacity": 100,
"theme.bar.opacity": 100,
"theme.bar.border.location": "none",
"theme.bar.border.width": "0.05em",
"theme.bar.buttons.y_margins": "0.5em",
"wallpaper.enable": false,
"theme.bar.buttons.padding_x": "0.8rem",
"theme.bar.buttons.workspaces.enableBorder": false,
"theme.bar.buttons.volume.enableBorder": false,
"theme.bar.buttons.network.enableBorder": false,
"theme.bar.buttons.bluetooth.enableBorder": false,
"theme.bar.buttons.battery.enableBorder": false,
"theme.bar.buttons.media.enableBorder": false,
"theme.bar.buttons.notifications.enableBorder": false,
"theme.bar.buttons.windowtitle.enableBorder": false,
"scalingPriority": "hyprland",
"theme.bar.scaling": 97,
"theme.notification.scaling": 95,
"theme.osd.scaling": 90,
"theme.bar.layer": "background",
"bar.workspaces.show_icons": true,
"bar.workspaces.show_numbered": false,
"bar.workspaces.numbered_active_indicator": "highlight",
"theme.bar.buttons.workspaces.numbered_active_highlight_padding": "0.5em",
"bar.workspaces.showWsIcons": false,
"bar.workspaces.showApplicationIcons": false,
"bar.workspaces.spacing": 0.5,
"theme.bar.buttons.windowtitle.spacing": "0.5em",
"bar.workspaces.applicationIconEmptyWorkspace": "",
"bar.workspaces.workspaces": 5,
"bar.workspaces.hideUnoccupied": true,
"bar.workspaces.workspaceMask": false,
"theme.bar.buttons.enableBorders": false,
"theme.bar.buttons.radius": "1.3em",
"theme.bar.buttons.padding_y": "0.2rem",
"theme.bar.margin_sides": "3em",
"theme.bar.buttons.monochrome": false,
"theme.bar.buttons.innerRadiusMultiplier": "0.4",
"bar.workspaces.icons.available": "━━━━",
"bar.workspaces.icons.active": "━━━━",
"bar.workspaces.icons.occupied": "━━━━",
"theme.bar.buttons.workspaces.fontSize": "1.2em",
"bar.systray.customIcons": {},
"bar.notifications.show_total": false,
"bar.notifications.hideCountWhenZero": false,
"tear": false,
"menus.media.hideAlbum": false,
"menus.media.hideAuthor": false
}