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
gammastep # night mode
colloid-gtk-theme
qt6ct
libsForQt5.qt5ct
];
programs.kitty = {
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 = {
Description = "Makes sure that you have touchscreen gestures.";
};
@ -445,7 +445,7 @@ in
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 = {
Description = "Adds auto rotation to Niri.";
};

View file

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