This commit is contained in:
Aleksandr Lebedev 2025-09-10 20:02:20 +02:00
parent 072822277c
commit 55291038d1
3 changed files with 24 additions and 7 deletions

View file

@ -28,6 +28,8 @@ in
khal # calendar khal # calendar
gammastep # night mode gammastep # night mode
colloid-gtk-theme colloid-gtk-theme
qt6ct
libsForQt5.qt5ct
]; ];
programs.kitty = { programs.kitty = {
themeFile = lib.mkForce null; themeFile = lib.mkForce null;

View file

@ -430,7 +430,7 @@ in
} }
]; ];
}; };
systemd.user.services.lisgd-niri = lib.mkIf (osConfig.custom.hardware.framework12.enable) { systemd.user.services.lisgd-niri = lib.mkIf (config.custom.hardware.tablet.enable) {
Unit = { Unit = {
Description = "Makes sure that you have touchscreen gestures."; Description = "Makes sure that you have touchscreen gestures.";
}; };
@ -445,7 +445,7 @@ in
RestartSec = 5; RestartSec = 5;
}; };
}; };
systemd.user.services.autorotate-niri = lib.mkIf (osConfig.custom.hardware.framework12.enable) { systemd.user.services.autorotate-niri = lib.mkIf (config.custom.hardware.tablet.enable) {
Unit = { Unit = {
Description = "Adds auto rotation to Niri."; Description = "Adds auto rotation to Niri.";
}; };

View file

@ -8,7 +8,7 @@
"use24HourClock": true, "use24HourClock": true,
"useFahrenheit": false, "useFahrenheit": false,
"nightModeEnabled": false, "nightModeEnabled": false,
"weatherLocation": "Paderborn, Nordrhein-Westfalen", "weatherLocation": "51.7177044, 8.7526530",
"weatherCoordinates": "51.7177044,8.7526530", "weatherCoordinates": "51.7177044,8.7526530",
"useAutoLocation": false, "useAutoLocation": false,
"weatherEnabled": true, "weatherEnabled": true,
@ -36,6 +36,7 @@
"showWorkspacePadding": false, "showWorkspacePadding": false,
"showWorkspaceApps": true, "showWorkspaceApps": true,
"maxWorkspaceIcons": 30, "maxWorkspaceIcons": 30,
"workspacesPerMonitor": true,
"workspaceNameIcons": {}, "workspaceNameIcons": {},
"clockCompactMode": false, "clockCompactMode": false,
"focusedWindowCompactMode": false, "focusedWindowCompactMode": false,
@ -43,7 +44,7 @@
"runningAppsCurrentWorkspace": false, "runningAppsCurrentWorkspace": false,
"clockDateFormat": "ddd d", "clockDateFormat": "ddd d",
"lockDateFormat": "dddd, MMMM d", "lockDateFormat": "dddd, MMMM d",
"mediaSize": 1, "mediaSize": 0,
"topBarLeftWidgets": [ "topBarLeftWidgets": [
"launcherButton", "launcherButton",
"advancedWorkspaceSwitcher", "advancedWorkspaceSwitcher",
@ -53,8 +54,18 @@
} }
], ],
"topBarCenterWidgets": [ "topBarCenterWidgets": [
"clock", {
"weather" "id": "music",
"enabled": true
},
{
"id": "clock",
"enabled": true
},
{
"id": "weather",
"enabled": true
}
], ],
"topBarRightWidgets": [ "topBarRightWidgets": [
{ {
@ -102,6 +113,7 @@
"fontFamily": "Inter Variable", "fontFamily": "Inter Variable",
"monoFontFamily": "Fira Code", "monoFontFamily": "Fira Code",
"fontWeight": 400, "fontWeight": 400,
"fontScale": 1,
"gtkThemingEnabled": true, "gtkThemingEnabled": true,
"qtThemingEnabled": true, "qtThemingEnabled": true,
"showDock": false, "showDock": false,
@ -109,12 +121,15 @@
"cornerRadius": 12, "cornerRadius": 12,
"notificationOverlayEnabled": false, "notificationOverlayEnabled": false,
"topBarAutoHide": false, "topBarAutoHide": false,
"topBarOpenOnOverview": false,
"topBarVisible": true, "topBarVisible": true,
"topBarSpacing": 4, "topBarSpacing": 4,
"topBarBottomGap": 0, "topBarBottomGap": 0,
"topBarInnerPadding": 8, "topBarInnerPadding": 8,
"topBarSquareCorners": false, "topBarSquareCorners": false,
"topBarNoBackground": false, "topBarNoBackground": false,
"lockScreenShowPowerActions": true,
"hideBrightnessSlider": false,
"notificationTimeoutLow": 5000, "notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000, "notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0, "notificationTimeoutCritical": 0,