This commit is contained in:
mpuchstein
2025-02-06 00:04:58 +01:00
parent 65c9098b4e
commit 5aab90affd
12 changed files with 287 additions and 11 deletions

View File

@@ -69,7 +69,6 @@
"storage"
],
"right": [
"cava",
"media",
"updates",
"systray",
@@ -103,7 +102,7 @@
"hyprpanel.restartCommand": "uwsm app -- hyprpanel -q; uwsm app --hyprpanel",
"menus.transitionTime": 200,
"theme.bar.buttons.workspaces.smartHighlight": true,
"bar.customModules.ram.labelType": "used/total",
"bar.customModules.ram.labelType": "used",
"theme.bar.buttons.modules.cpu.enableBorder": false,
"bar.customModules.cpuTemp.unit": "metric",
"bar.customModules.cpuTemp.sensor": "/sys/devices/platform/nct6683.2592/hwmon/hwmon4/temp1_input",
@@ -498,5 +497,6 @@
"theme.bar.buttons.modules.storage.enableBorder": false,
"notifications.position": "top right",
"menus.dashboard.shortcuts.right.shortcut1.icon": "",
"menus.dashboard.shortcuts.right.shortcut1.command": "sleep 0.5 && hyprpicker -a"
"menus.dashboard.shortcuts.right.shortcut1.command": "sleep 0.5 && hyprpicker -a",
"menus.clock.weather.enabled": false
}