diff --git a/hyprpanel/hyprpanel_config.json b/hyprpanel/hyprpanel_config.json new file mode 100644 index 0000000..72e4c7a --- /dev/null +++ b/hyprpanel/hyprpanel_config.json @@ -0,0 +1,146 @@ +{ + "bar.customModules.updates.pollingInterval": 1440000, + "theme.font.name": "MartianMono Nerd Font Medium", + "tear": false, + "menus.transition": "crossfade", + "theme.bar.floating": false, + "theme.bar.buttons.enableBorders": false, + "theme.bar.border.location": "none", + "theme.bar.buttons.dashboard.enableBorder": true, + "bar.workspaces.show_icons": false, + "bar.workspaces.show_numbered": false, + "bar.workspaces.numbered_active_indicator": "underline", + "theme.bar.buttons.notifications.enableBorder": true, + "bar.notifications.show_total": true, + "bar.notifications.hideCountWhenZero": true, + "theme.bar.menus.monochrome": false, + "wallpaper.pywal": false, + "theme.bar.menus.opacity": 100, + "theme.bar.transparent": true, + "theme.bar.opacity": 100, + "theme.bar.buttons.modules.ram.enableBorder": false, + "theme.bar.location": "top", + "theme.bar.buttons.opacity": 95, + "theme.bar.buttons.background_opacity": 95, + "theme.bar.buttons.background_hover_opacity": 95, + "menus.clock.time.military": true, + "menus.clock.time.hideSeconds": false, + "menus.clock.weather.unit": "metric", + "menus.clock.weather.enabled": true, + "menus.bluetooth.showBattery": true, + "menus.bluetooth.batteryState": "connected", + "bar.layouts": { + "0": { + "left": [ + "dashboard", + "systray", + "windowtitle", + "netstat" + ], + "middle": [ + "workspaces" + ], + "right": [ + "media", + "volume", + "network", + "bluetooth", + "cpu", + "cputemp", + "ram", + "storage", + "battery", + "clock", + "notifications", + "power" + ] + }, + "1": { + "left": [ + "dashboard", + "workspaces", + "windowtitle" + ], + "middle": [ + "media" + ], + "right": [ + "volume", + "clock", + "notifications" + ] + }, + "2": { + "left": [ + "dashboard", + "workspaces", + "windowtitle" + ], + "middle": [ + "media" + ], + "right": [ + "volume", + "clock", + "power", + "notifications" + ] + } + }, + "bar.customModules.ram.icon": "󰄨", + "theme.bar.menus.menu.dashboard.confirmation_scaling": 100, + "menus.volume.raiseMaximumVolume": true, + "theme.bar.scaling": 85, + "theme.bar.menus.popover.scaling": 80, + "theme.bar.outer_spacing": "0.6em", + "bar.customModules.ram.labelType": "used/total", + "notifications.position": "top left", + "notifications.showActionsOnHover": true, + "theme.osd.enable": true, + "theme.osd.location": "right", + "theme.osd.orientation": "vertical", + "theme.osd.muted_zero": true, + "menus.clock.weather.key": "1231bd9d52314c1b8f0223622231905", + "menus.clock.weather.location": "Ulm/Neu-Ulm", + "menus.dashboard.powermenu.avatar.name": "Alleexx", + "menus.dashboard.stats.enable_gpu": false, + "menus.dashboard.shortcuts.left.shortcut1.command": "zen-browser", + "menus.dashboard.shortcuts.left.shortcut1.tooltip": "Zen-Browser", + "menus.dashboard.shortcuts.left.shortcut1.icon": "󰈹", + "theme.bar.buttons.monochrome": false, + "theme.notification.opacity": 100, + "notifications.clearDelay": 100, + "notifications.timeout": 7000, + "notifications.displayedTotal": 10, + "menus.transitionTime": 200, + "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.pollingInterval": 500, + "bar.customModules.netstat.dynamicIcon": true, + "bar.launcher.autoDetectIcon": true, + "bar.launcher.rightClick": "", + "theme.bar.buttons.workspaces.enableBorder": true, + "theme.bar.buttons.workspaces.smartHighlight": true, + "bar.workspaces.showWsIcons": true, + "bar.workspaces.showApplicationIcons": true, + "bar.workspaces.workspaces": 5, + "bar.workspaces.hideUnoccupied": true, + "bar.workspaces.workspaceMask": false, + "bar.network.showWifiInfo": true, + "bar.battery.hideLabelWhenFull": false, + "bar.media.show_active_only": true, + "scalingPriority": "gdk", + "bar.media.truncation_size": 30, + "theme.bar.buttons.network.enableBorder": false, + "menus.media.displayTime": true, + "menus.media.displayTimeTooltip": true, + "menus.dashboard.stats.interval": 1000, + "bar.customModules.storage.labelType": "used/total", + "bar.customModules.storage.pollingInterval": 1000, + "bar.customModules.storage.round": true, + "bar.customModules.netstat.rateUnit": "auto", + "bar.customModules.netstat.labelType": "full", + "bar.customModules.netstat.pollingInterval": 1000 +} \ No newline at end of file