changes
This commit is contained in:
@@ -14,8 +14,8 @@
|
|||||||
"showSeconds": false,
|
"showSeconds": false,
|
||||||
"useFahrenheit": false,
|
"useFahrenheit": false,
|
||||||
"nightModeEnabled": false,
|
"nightModeEnabled": false,
|
||||||
"animationSpeed": 2,
|
"animationSpeed": 4,
|
||||||
"customAnimationDuration": 500,
|
"customAnimationDuration": 350,
|
||||||
"wallpaperFillMode": "Fill",
|
"wallpaperFillMode": "Fill",
|
||||||
"blurredWallpaperLayer": false,
|
"blurredWallpaperLayer": false,
|
||||||
"blurWallpaperOnOverview": false,
|
"blurWallpaperOnOverview": false,
|
||||||
@@ -113,12 +113,26 @@
|
|||||||
"weather"
|
"weather"
|
||||||
],
|
],
|
||||||
"dankBarRightWidgets": [
|
"dankBarRightWidgets": [
|
||||||
"systemTray",
|
{
|
||||||
"cpuUsage",
|
"id": "systemTray",
|
||||||
"memUsage",
|
"enabled": true
|
||||||
"notificationButton",
|
},
|
||||||
"battery",
|
{
|
||||||
"controlCenterButton"
|
"id": "privacyIndicator",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "notificationButton",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "battery",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "controlCenterButton",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"dankBarWidgetOrder": [],
|
"dankBarWidgetOrder": [],
|
||||||
"appLauncherViewMode": "list",
|
"appLauncherViewMode": "list",
|
||||||
@@ -158,12 +172,12 @@
|
|||||||
"acLockTimeout": 300,
|
"acLockTimeout": 300,
|
||||||
"acSuspendTimeout": 900,
|
"acSuspendTimeout": 900,
|
||||||
"acSuspendBehavior": 0,
|
"acSuspendBehavior": 0,
|
||||||
"batteryMonitorTimeout": 0,
|
"batteryMonitorTimeout": 600,
|
||||||
"batteryLockTimeout": 0,
|
"batteryLockTimeout": 300,
|
||||||
"batterySuspendTimeout": 0,
|
"batterySuspendTimeout": 600,
|
||||||
"batterySuspendBehavior": 0,
|
"batterySuspendBehavior": 2,
|
||||||
"lockBeforeSuspend": true,
|
"lockBeforeSuspend": true,
|
||||||
"preventIdleForMedia": false,
|
"preventIdleForMedia": true,
|
||||||
"loginctlLockIntegration": true,
|
"loginctlLockIntegration": true,
|
||||||
"launchPrefix": "",
|
"launchPrefix": "",
|
||||||
"brightnessDevicePins": {},
|
"brightnessDevicePins": {},
|
||||||
@@ -210,6 +224,16 @@
|
|||||||
"notificationPopupPosition": 0,
|
"notificationPopupPosition": 0,
|
||||||
"osdAlwaysShowValue": false,
|
"osdAlwaysShowValue": false,
|
||||||
"powerActionConfirm": true,
|
"powerActionConfirm": true,
|
||||||
|
"powerMenuActions": [
|
||||||
|
"reboot",
|
||||||
|
"logout",
|
||||||
|
"poweroff",
|
||||||
|
"lock",
|
||||||
|
"suspend",
|
||||||
|
"restart",
|
||||||
|
"hibernate"
|
||||||
|
],
|
||||||
|
"powerMenuDefaultAction": "logout",
|
||||||
"customPowerActionLock": "",
|
"customPowerActionLock": "",
|
||||||
"customPowerActionLogout": "",
|
"customPowerActionLogout": "",
|
||||||
"customPowerActionSuspend": "",
|
"customPowerActionSuspend": "",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ gtk-single-instance = true
|
|||||||
#macos-non-native-fullscreen = true
|
#macos-non-native-fullscreen = true
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
font-size = 14
|
font-size = 12
|
||||||
font-family = Kelmscott Mono
|
font-family = Kelmscott Mono
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
|
|||||||
@@ -170,7 +170,6 @@
|
|||||||
libnotify
|
libnotify
|
||||||
mesa
|
mesa
|
||||||
neovim
|
neovim
|
||||||
quickshell
|
|
||||||
ripgrep
|
ripgrep
|
||||||
spotify
|
spotify
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
hyprpicker
|
hyprpicker
|
||||||
hyprpwcenter
|
hyprpwcenter
|
||||||
imagemagick
|
imagemagick
|
||||||
hyprsysteminfo
|
# hyprsysteminfo
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
kdePackages.polkit-kde-agent-1
|
kdePackages.polkit-kde-agent-1
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|||||||
Reference in New Issue
Block a user