diff --git a/linux/hyprpanel/hyprpanel_config.json b/linux/hyprpanel/hyprpanel_config.json index 72e4c7a..39c341b 100644 --- a/linux/hyprpanel/hyprpanel_config.json +++ b/linux/hyprpanel/hyprpanel_config.json @@ -1,6 +1,6 @@ { "bar.customModules.updates.pollingInterval": 1440000, - "theme.font.name": "MartianMono Nerd Font Medium", + "theme.font.name": "HarmonyOS Sans", "tear": false, "menus.transition": "crossfade", "theme.bar.floating": false, @@ -9,7 +9,7 @@ "theme.bar.buttons.dashboard.enableBorder": true, "bar.workspaces.show_icons": false, "bar.workspaces.show_numbered": false, - "bar.workspaces.numbered_active_indicator": "underline", + "bar.workspaces.numbered_active_indicator": "highlight", "theme.bar.buttons.notifications.enableBorder": true, "bar.notifications.show_total": true, "bar.notifications.hideCountWhenZero": true, @@ -33,39 +33,36 @@ "0": { "left": [ "dashboard", - "systray", "windowtitle", + "systray", + "network", "netstat" ], "middle": [ "workspaces" ], "right": [ - "media", "volume", - "network", - "bluetooth", "cpu", "cputemp", - "ram", - "storage", - "battery", + "bluetooth", + "systray", "clock", - "notifications", - "power" + "notifications" ] }, "1": { "left": [ "dashboard", - "workspaces", "windowtitle" ], "middle": [ - "media" + "workspaces" ], "right": [ "volume", + "cpu", + "cputemp", "clock", "notifications" ] @@ -73,16 +70,14 @@ "2": { "left": [ "dashboard", - "workspaces", "windowtitle" ], "middle": [ - "media" + "workspaces" ], "right": [ "volume", "clock", - "power", "notifications" ] } @@ -116,7 +111,7 @@ "bar.customModules.ram.pollingInterval": 1000, "bar.customModules.cpu.pollingInterval": 1000, "bar.customModules.cpuTemp.unit": "metric", - "bar.customModules.cpuTemp.sensor": "/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/466747A0-70EC-11DE-8A39-0800200C9A66/hwmon/hwmon4/temp1_input", + "bar.customModules.cpuTemp.sensor": "/sys/devices/platform/asus-ec-sensors/hwmon/hwmon3/temp2_input", "bar.customModules.cpuTemp.pollingInterval": 500, "bar.customModules.netstat.dynamicIcon": true, "bar.launcher.autoDetectIcon": true, @@ -133,7 +128,7 @@ "bar.media.show_active_only": true, "scalingPriority": "gdk", "bar.media.truncation_size": 30, - "theme.bar.buttons.network.enableBorder": false, + "theme.bar.buttons.network.enableBorder": true, "menus.media.displayTime": true, "menus.media.displayTimeTooltip": true, "menus.dashboard.stats.interval": 1000, @@ -142,5 +137,9 @@ "bar.customModules.storage.round": true, "bar.customModules.netstat.rateUnit": "auto", "bar.customModules.netstat.labelType": "full", - "bar.customModules.netstat.pollingInterval": 1000 + "bar.customModules.netstat.pollingInterval": 1000, + "theme.font.label": "HarmonyOS Sans Bold", + "theme.bar.shadow": "0px 0px 0px 0px #16161e", + "theme.bar.buttons.bluetooth.enableBorder": false, + "bar.clock.format": "%a %d %b | %H:%M:%S Uhr" } \ No newline at end of file