hyprpanel, gigaforust alt
This commit is contained in:
@@ -0,0 +1,339 @@
|
||||
{
|
||||
"log_level": "LOG_LEVEL_INFO",
|
||||
"log_subprocesses_to_journal": false,
|
||||
"dbus": {
|
||||
"enabled": true,
|
||||
"connect_timeout": "20s",
|
||||
"connect_interval": "0.200s",
|
||||
"notifications": {
|
||||
"enabled": true
|
||||
},
|
||||
"systray": {
|
||||
"enabled": true
|
||||
},
|
||||
"shortcuts": {
|
||||
"enabled": true
|
||||
},
|
||||
"brightness": {
|
||||
"enabled": false,
|
||||
"adjust_step_percent": 5,
|
||||
"min_brightness": 1,
|
||||
"enable_logind": true,
|
||||
"hud_notifications": true
|
||||
},
|
||||
"power": {
|
||||
"enabled": false,
|
||||
"low_percent": 10,
|
||||
"critical_percent": 5,
|
||||
"low_command": "",
|
||||
"critical_command": "",
|
||||
"hud_notifications": false
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"enabled": true,
|
||||
"volume_step_percent": 5,
|
||||
"volume_exceed_maximum": false,
|
||||
"hud_notifications": true
|
||||
},
|
||||
"panels": [
|
||||
{
|
||||
"id": "panel0",
|
||||
"edge": "EDGE_RIGHT",
|
||||
"size": 24,
|
||||
"monitor": "",
|
||||
"modules": [
|
||||
{
|
||||
"pager": {
|
||||
"icon_size": 10,
|
||||
"active_monitor_only": false,
|
||||
"scroll_wrap_workspaces": true,
|
||||
"scroll_include_inactive": true,
|
||||
"enable_workspace_names": false,
|
||||
"pinned": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6
|
||||
],
|
||||
"ignore_windows": [],
|
||||
"preview_width": 200,
|
||||
"follow_window_on_move": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"taskbar": {
|
||||
"icon_size": 32,
|
||||
"active_workspace_only": true,
|
||||
"active_monitor_only": true,
|
||||
"group_tasks": true,
|
||||
"hide_indicators": false,
|
||||
"expand": true,
|
||||
"max_size": 0,
|
||||
"pinned": [],
|
||||
"preview_width": 200
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"systray": {
|
||||
"icon_size": 18,
|
||||
"menu_icon_size": 18,
|
||||
"auto_hide_statuses": [
|
||||
"STATUS_UNSPECIFIED",
|
||||
"STATUS_PASSIVE",
|
||||
"STATUS_ACTIVE"
|
||||
],
|
||||
"auto_hide_delay": "4s",
|
||||
"pinned": [
|
||||
"nm-applet",
|
||||
"chrome_status_icon_1"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
"power": {
|
||||
"icon_size": 18,
|
||||
"icon_symbolic": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"notifications": {
|
||||
"icon_size": 10,
|
||||
"notification_icon_size": 48,
|
||||
"default_timeout": "7s",
|
||||
"position": "POSITION_TOP_RIGHT",
|
||||
"margin": 16,
|
||||
"persistent": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"hud": {
|
||||
"notification_icon_size": 48,
|
||||
"timeout": "2s",
|
||||
"position": "POSITION_BOTTOM",
|
||||
"margin": 200
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"audio": {
|
||||
"icon_size": 24,
|
||||
"icon_symbolic": true,
|
||||
"command_mixer": "pavucontrol",
|
||||
"enable_source": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"clock": {
|
||||
"time_format": "15:04",
|
||||
"date_format": "2006-01-02",
|
||||
"tooltip_time_format": "15:04",
|
||||
"tooltip_date_format": "Mon, 02 Jan 2006 MST",
|
||||
"additional_regions": [
|
||||
"America/Los_Angeles",
|
||||
"America/Chicago",
|
||||
"America/New_York",
|
||||
"Europe/London"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"session": {
|
||||
"icon_size": 32,
|
||||
"icon_symbolic": true,
|
||||
"overlay_icon_size": 64,
|
||||
"overlay_icon_symbolic": true,
|
||||
"command_logout": "loginctl terminate-session $XDG_SESSION_ID",
|
||||
"command_reboot": "systemctl reboot",
|
||||
"command_suspend": "systemctl suspend",
|
||||
"command_shutdown": "systemctl poweroff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"spacer": {
|
||||
"size": 8,
|
||||
"expand": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon_overrides": [],
|
||||
"launch_wrapper": [
|
||||
"sh",
|
||||
"-c"
|
||||
],
|
||||
"bar.customModules.storage.paths": [
|
||||
"/"
|
||||
],
|
||||
"theme.bar.floating": false,
|
||||
"theme.bar.border.width": "0.4em",
|
||||
"theme.bar.buttons.borderSize": "0.03em",
|
||||
"theme.bar.buttons.enableBorders": true,
|
||||
"theme.font.size": "1.0rem",
|
||||
"theme.font.weight": 600,
|
||||
"theme.font.name": "Ubuntu Nerd Font",
|
||||
"theme.font.label": "Ubuntu Nerd Font",
|
||||
"bar.layouts": {
|
||||
"0": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"workspaces",
|
||||
"media"
|
||||
],
|
||||
"middle": [
|
||||
"clock",
|
||||
"worldclock",
|
||||
"notifications"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"bluetooth",
|
||||
"kbinput",
|
||||
"battery",
|
||||
"systray"
|
||||
]
|
||||
},
|
||||
"1": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"workspaces",
|
||||
"windowtitle"
|
||||
],
|
||||
"middle": [
|
||||
"media"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"clock",
|
||||
"bluetooth",
|
||||
"notifications"
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"workspaces",
|
||||
"windowtitle"
|
||||
],
|
||||
"middle": [
|
||||
"media"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"clock",
|
||||
"notifications"
|
||||
]
|
||||
}
|
||||
},
|
||||
"theme.bar.enableShadow": false,
|
||||
"menus.media.hideAuthor": false,
|
||||
"menus.media.displayTime": false,
|
||||
"menus.media.displayTimeTooltip": false,
|
||||
"menus.media.noMediaText": "No Players Engaged",
|
||||
"menus.media.hideAlbum": false,
|
||||
"notifications.position": "top",
|
||||
"notifications.showActionsOnHover": true,
|
||||
"notifications.clearDelay": 1000000,
|
||||
"theme.notification.enableShadow": false,
|
||||
"theme.notification.border_radius": "0.6em",
|
||||
"menus.volume.raiseMaximumVolume": false,
|
||||
"menus.clock.weather.enabled": true,
|
||||
"menus.dashboard.powermenu.avatar.image": "/home/forust/Downloads/64Gram Desktop/photo_2025-07-11_21-47-14.jpg",
|
||||
"menus.dashboard.powermenu.avatar.name": "Forust",
|
||||
"theme.bar.menus.menu.dashboard.profile.radius": "1.0em",
|
||||
"theme.bar.menus.menu.dashboard.profile.size": "10.0em",
|
||||
"menus.dashboard.controls.enabled": true,
|
||||
"menus.dashboard.shortcuts.left.shortcut1.command": "firefox",
|
||||
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Firefox",
|
||||
"menus.dashboard.shortcuts.left.shortcut2.command": "youtube-music",
|
||||
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "YTMusic",
|
||||
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
|
||||
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
|
||||
"menus.dashboard.shortcuts.left.shortcut3.tooltip": "64Gram",
|
||||
"menus.dashboard.shortcuts.left.shortcut3.command": "64gram-desktop",
|
||||
"menus.dashboard.shortcuts.left.shortcut3.icon": "",
|
||||
"menus.dashboard.shortcuts.left.shortcut4.command": "windows",
|
||||
"menus.dashboard.shortcuts.left.shortcut4.icon": "",
|
||||
"menus.dashboard.shortcuts.left.shortcut4.tooltip": "Open Windows VM",
|
||||
"menus.dashboard.shortcuts.right.shortcut3.icon": "",
|
||||
"menus.dashboard.shortcuts.right.shortcut3.tooltip": "Lock the Screen",
|
||||
"menus.dashboard.shortcuts.right.shortcut3.command": "hyprlock",
|
||||
"menus.dashboard.stats.enable_gpu": false,
|
||||
"menus.power.showLabel": true,
|
||||
"bar.customModules.netstat.dynamicIcon": true,
|
||||
"theme.bar.buttons.modules.netstat.enableBorder": false,
|
||||
"bar.customModules.updates.pollingInterval": 21600000,
|
||||
"theme.bar.outer_spacing": "0.5em",
|
||||
"theme.bar.buttons.y_margins": "0.3em",
|
||||
"theme.bar.border.location": "none",
|
||||
"menus.clock.weather.location": "98501",
|
||||
"menus.clock.weather.key": "0c594bd3f25a46109ad225804252708",
|
||||
"menus.clock.weather.interval": 60000,
|
||||
"menus.clock.weather.unit": "metric",
|
||||
"menus.dashboard.directories.enabled": false,
|
||||
"menus.dashboard.shortcuts.right.shortcut1.tooltip": "Easyeffects",
|
||||
"menus.dashboard.shortcuts.right.shortcut1.command": "easyeffects",
|
||||
"menus.dashboard.shortcuts.right.shortcut1.icon": "",
|
||||
"notifications.timeout": 10000,
|
||||
"theme.osd.location": "left",
|
||||
"theme.osd.muted_zero": true,
|
||||
"theme.bar.layer": "bottom",
|
||||
"bar.launcher.autoDetectIcon": false,
|
||||
"theme.bar.buttons.dashboard.enableBorder": false,
|
||||
"theme.bar.buttons.workspaces.enableBorder": false,
|
||||
"bar.workspaces.showWsIcons": true,
|
||||
"bar.workspaces.showApplicationIcons": true,
|
||||
"bar.workspaces.show_icons": false,
|
||||
"bar.workspaces.show_numbered": false,
|
||||
"bar.workspaces.applicationIconOncePerWorkspace": true,
|
||||
"bar.workspaces.workspaceMask": false,
|
||||
"theme.bar.location": "top",
|
||||
"bar.autoHide": "never",
|
||||
"tear": false,
|
||||
"hyprpanel.restartAgs": false,
|
||||
"bar.customModules.worldclock.format": "%I:%M %p %Z",
|
||||
"bar.customModules.worldclock.divider": " || ",
|
||||
"bar.customModules.worldclock.tz": [
|
||||
"Europe/Kiev",
|
||||
"Europe/Moscow"
|
||||
],
|
||||
"theme.bar.buttons.modules.power.enableBorder": false,
|
||||
"menus.power.lowBatteryNotification": true,
|
||||
"bar.customModules.worldclock.formatDiffDate": "%I:%M %p %Z",
|
||||
"bar.workspaces.monitorSpecific": true,
|
||||
"bar.workspaces.spacing": 0.1
|
||||
}
|
||||
Reference in New Issue
Block a user