-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyprpanel_config.json
More file actions
100 lines (100 loc) · 3.21 KB
/
hyprpanel_config.json
File metadata and controls
100 lines (100 loc) · 3.21 KB
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
{
"bar.customModules.updates.pollingInterval": 1440000,
"theme.font.weight": 400,
"bar.workspaces.ignored": "(-\\d+)",
"bar.workspaces.showWsIcons": false,
"bar.workspaces.show_numbered": false,
"bar.workspaces.workspaceIconMap": {},
"bar.workspaces.show_icons": true,
"notifications.position": "top right",
"theme.font.size": "0.8rem",
"theme.font.name": "Hasklug Nerd Font Mono",
"terminal": "wezterm",
"bar.layouts": {
"0": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"media",
"clock",
"notifications"
],
"right": [
"volume",
"hypridle",
"hyprsunset",
"systray",
"battery"
]
},
"1": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"clock"
],
"right": [
"volume"
]
},
"2": {
"left": [
"dashboard",
"workspaces"
],
"middle": [
"clock"
],
"right": [
"volume"
]
}
},
"theme.bar.outer_spacing": "0em",
"bar.workspaces.workspaces": 0,
"bar.bluetooth.label": false,
"bar.battery.hideLabelWhenFull": true,
"bar.clock.format": "%H:%M %d.%m",
"bar.notifications.show_total": true,
"bar.notifications.hideCountWhenZero": true,
"bar.network.label": false,
"menus.clock.weather.enabled": false,
"menus.dashboard.shortcuts.enabled": true,
"menus.dashboard.directories.enabled": false,
"menus.dashboard.controls.enabled": false,
"menus.dashboard.powermenu.avatar.image": "/home/dpf/Pictures/avatars-ape-t500x500.jpg",
"theme.osd.enable": true,
"theme.bar.buttons.workspaces.fontSize": "1em",
"theme.bar.buttons.workspaces.enableBorder": false,
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
"menus.dashboard.shortcuts.left.shortcut1.command": "bash -c \"XDG_CURRENT_DESKTOP=GNOME gnome-control-center\"",
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Settings",
"menus.dashboard.shortcuts.left.shortcut2.command": "bash -c \"$HOME/.local/share/bin//rofilaunch.sh f\"",
"menus.dashboard.shortcuts.left.shortcut4.command": "bash -c \"$HOME/.local/share/bin//rofilaunch.sh d\"",
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Folder",
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
"menus.dashboard.shortcuts.left.shortcut3.tooltip": "Windows",
"menus.dashboard.shortcuts.left.shortcut3.command": "bash -c \"$HOME/.local/share/bin//rofilaunch.sh w\"",
"menus.dashboard.shortcuts.left.shortcut3.icon": "",
"bar.clock.showIcon": true,
"bar.workspaces.numbered_active_indicator": "underline",
"theme.bar.buttons.workspaces.smartHighlight": true,
"theme.bar.location": "top",
"bar.systray.ignore": [
"thunderbird-beta"
],
"bar.workspaces.hideUnoccupied": true,
"bar.workspaces.showAllActive": true,
"bar.workspaces.showApplicationIcons": true,
"bar.workspaces.applicationIconMap": {},
"bar.workspaces.spacing": 1.6,
"bar.workspaces.applicationIconOncePerWorkspace": true,
"bar.workspaces.applicationIconEmptyWorkspace": "",
"bar.workspaces.applicationIconFallback": "",
"bar.customModules.hyprsunset.label": false,
"bar.customModules.hypridle.label": false
}