diff --git a/DankMaterialShell/settings.json b/DankMaterialShell/settings.json index 6074555..0027e9c 100755 --- a/DankMaterialShell/settings.json +++ b/DankMaterialShell/settings.json @@ -87,9 +87,9 @@ "controlCenterShowPrinterIcon": false, "controlCenterShowScreenSharingIcon": true, "showPrivacyButton": true, - "privacyShowMicIcon": false, - "privacyShowCameraIcon": false, - "privacyShowScreenShareIcon": false, + "privacyShowMicIcon": true, + "privacyShowCameraIcon": true, + "privacyShowScreenShareIcon": true, "controlCenterWidgets": [ { "id": "volumeSlider", @@ -164,18 +164,18 @@ "barMaxVisibleApps": 0, "barMaxVisibleRunningApps": 0, "barShowOverflowBadge": true, - "appsDockHideIndicators": false, + "appsDockHideIndicators": true, "appsDockColorizeActive": true, "appsDockActiveColorMode": "primary", - "appsDockEnlargeOnHover": true, - "appsDockEnlargePercentage": 125, - "appsDockIconSizePercentage": 100, + "appsDockEnlargeOnHover": false, + "appsDockEnlargePercentage": 150, + "appsDockIconSizePercentage": 110, "keyboardLayoutNameCompactMode": false, "runningAppsCurrentWorkspace": true, "runningAppsGroupByApp": false, "runningAppsCurrentMonitor": false, "appIdSubstitutions": [], - "centeringMode": "index", + "centeringMode": "geometric", "clockDateFormat": "", "lockDateFormat": "", "greeterRememberLastSession": true, @@ -307,9 +307,9 @@ "dockOpenOnOverview": false, "dockPosition": 1, "dockSpacing": 4, - "dockBottomGap": 0, + "dockBottomGap": -12, "dockMargin": 0, - "dockIconSize": 31, + "dockIconSize": 40, "dockIndicatorStyle": "circle", "dockBorderEnabled": true, "dockBorderColor": "primary", @@ -413,7 +413,7 @@ "screenPreferences": [ "all" ], - "showOnLastDisplay": true, + "showOnLastDisplay": false, "leftWidgets": [ { "id": "launcherButton", @@ -454,7 +454,8 @@ }, { "id": "music", - "enabled": true + "enabled": true, + "mediaSize": 1 } ], "rightWidgets": [ @@ -466,17 +467,24 @@ "id": "clipboard", "enabled": true }, + { + "id": "colorPicker", + "enabled": true + }, { "id": "vpn", "enabled": true }, { "id": "cpuUsage", - "enabled": true + "enabled": true, + "minimumWidth": true }, { - "id": "memUsage", - "enabled": true + "id": "gpuTemp", + "enabled": true, + "selectedGpuIndex": 0, + "pciId": "10de:2544" }, { "id": "diskUsage", @@ -493,7 +501,19 @@ }, { "id": "controlCenterButton", - "enabled": true + "enabled": true, + "showNetworkIcon": true, + "showBluetoothIcon": true, + "showAudioIcon": true, + "showAudioPercent": true, + "showVpnIcon": true, + "showBrightnessIcon": true, + "showBrightnessPercent": true, + "showMicIcon": true, + "showMicPercent": true, + "showBatteryIcon": true, + "showPrinterIcon": true, + "showScreenSharingIcon": true } ], "spacing": 4, @@ -538,7 +558,7 @@ "clickThrough": false }, { - "id": "bar1779445652633", + "id": "bar1780100331895", "name": "Bar 2", "enabled": false, "position": 1, @@ -546,26 +566,194 @@ "all" ], "showOnLastDisplay": false, - "leftWidgets": [], - "centerWidgets": [ + "leftWidgets": [ { - "id": "dankActions:variant_1779445455419", + "id": "powerMenuButton", + "enabled": true + }, + { + "id": "launcherButton", + "enabled": true + }, + { + "id": "runningApps", + "enabled": true, + "runningAppsCompactMode": false, + "runningAppsGroupByApp": true, + "runningAppsCurrentWorkspace": true, + "runningAppsCurrentMonitor": false + } + ], + "centerWidgets": [], + "rightWidgets": [ + { + "id": "systemTray", + "enabled": true + }, + { + "id": "battery", + "enabled": true + }, + { + "id": "controlCenterButton", + "enabled": true, + "showNetworkIcon": true, + "showBluetoothIcon": true, + "showAudioIcon": true, + "showAudioPercent": false, + "showVpnIcon": true, + "showBrightnessIcon": false, + "showBrightnessPercent": false, + "showMicIcon": false, + "showMicPercent": true, + "showBatteryIcon": false, + "showPrinterIcon": false, + "showScreenSharingIcon": true + }, + { + "id": "clock", + "enabled": true, + "clockCompactMode": false + }, + { + "id": "notificationButton", "enabled": true } ], - "rightWidgets": [], - "spacing": 4, - "innerPadding": 4, + "spacing": 0, + "innerPadding": 10, "bottomGap": 0, "transparency": 1, "widgetTransparency": 1, - "squareCorners": false, + "squareCorners": true, "noBackground": false, "gothCornersEnabled": false, "gothCornerRadiusOverride": false, "gothCornerRadiusValue": 12, "borderEnabled": false, - "borderColor": "primary", + "borderColor": "surfaceText", + "borderOpacity": 1, + "borderThickness": 1, + "widgetOutlineEnabled": false, + "widgetOutlineColor": "primary", + "widgetOutlineOpacity": 1, + "widgetOutlineThickness": 1, + "widgetPadding": 7, + "maximizeWidgetIcons": false, + "maximizeWidgetText": false, + "removeWidgetPadding": false, + "fontScale": 1, + "iconScale": 1.3, + "autoHide": false, + "autoHideDelay": 250, + "showOnWindowsOpen": false, + "openOnOverview": false, + "visible": true, + "popupGapsAuto": true, + "popupGapsManual": 4, + "maximizeDetection": true, + "scrollEnabled": true, + "scrollXBehavior": "column", + "scrollYBehavior": "workspace", + "shadowIntensity": 0, + "shadowOpacity": 60, + "shadowColorMode": "text", + "shadowCustomColor": "#000000" + }, + { + "id": "bar1780101070580", + "name": "Bar 3", + "enabled": false, + "position": 0, + "screenPreferences": [ + "all" + ], + "showOnLastDisplay": false, + "leftWidgets": [ + { + "id": "workspaceSwitcher", + "enabled": true + }, + { + "id": "layout", + "enabled": true + }, + { + "id": "music", + "enabled": true + } + ], + "centerWidgets": [ + { + "id": "focusedWindow", + "enabled": true + } + ], + "rightWidgets": [ + { + "id": "cpuUsage", + "enabled": true, + "minimumWidth": true + }, + { + "id": "memUsage", + "enabled": true, + "minimumWidth": true + }, + { + "id": "diskUsage", + "enabled": true, + "mountPath": "/" + }, + { + "id": "cpuTemp", + "enabled": true, + "minimumWidth": true + }, + { + "id": "gpuTemp", + "enabled": true, + "selectedGpuIndex": 0, + "pciId": "", + "minimumWidth": true + }, + { + "id": "keyboard_layout_name", + "enabled": true + }, + { + "id": "idleInhibitor", + "enabled": true + }, + { + "id": "vpn", + "enabled": true + }, + { + "id": "privacyIndicator", + "enabled": true + }, + { + "id": "network_speed_monitor", + "enabled": true + }, + { + "id": "capsLockIndicator", + "enabled": true + } + ], + "spacing": 0, + "innerPadding": 0, + "bottomGap": 2, + "transparency": 1, + "widgetTransparency": 1, + "squareCorners": true, + "noBackground": false, + "gothCornersEnabled": false, + "gothCornerRadiusOverride": false, + "gothCornerRadiusValue": 12, + "borderEnabled": false, + "borderColor": "surfaceText", "borderOpacity": 1, "borderThickness": 1, "widgetOutlineEnabled": false, @@ -588,7 +776,104 @@ "maximizeDetection": true, "scrollEnabled": true, "scrollXBehavior": "column", - "scrollYBehavior": "none", + "scrollYBehavior": "workspace", + "shadowIntensity": 0, + "shadowOpacity": 60, + "shadowColorMode": "text", + "shadowCustomColor": "#000000" + }, + { + "id": "bar1780101400641", + "name": "Bar 4", + "enabled": false, + "position": 2, + "screenPreferences": [ + "all" + ], + "showOnLastDisplay": true, + "leftWidgets": [ + { + "id": "notificationButton", + "enabled": true + }, + { + "id": "weather", + "enabled": true + }, + { + "id": "clock", + "enabled": true + }, + { + "id": "music", + "enabled": true, + "mediaSize": 1 + } + ], + "centerWidgets": [ + { + "id": "appsDock", + "enabled": true, + "barMaxVisibleApps": 0 + } + ], + "rightWidgets": [ + { + "id": "launcherButton", + "enabled": true + }, + { + "id": "controlCenterButton", + "enabled": true, + "showNetworkIcon": false, + "showBluetoothIcon": false, + "showAudioIcon": false, + "showAudioPercent": false, + "showVpnIcon": false, + "showBrightnessIcon": false, + "showBrightnessPercent": false, + "showMicIcon": false, + "showMicPercent": false, + "showBatteryIcon": false, + "showPrinterIcon": false, + "showScreenSharingIcon": true + } + ], + "spacing": 0, + "innerPadding": 8, + "bottomGap": 0, + "transparency": 1, + "widgetTransparency": 1, + "squareCorners": true, + "noBackground": false, + "gothCornersEnabled": false, + "gothCornerRadiusOverride": false, + "gothCornerRadiusValue": 12, + "borderEnabled": false, + "borderColor": "surfaceText", + "borderOpacity": 1, + "borderThickness": 1, + "widgetOutlineEnabled": false, + "widgetOutlineColor": "primary", + "widgetOutlineOpacity": 1, + "widgetOutlineThickness": 1, + "widgetPadding": 4, + "maximizeWidgetIcons": false, + "maximizeWidgetText": false, + "removeWidgetPadding": false, + "fontScale": 1.15, + "iconScale": 1.75, + "autoHide": false, + "autoHideDelay": 2000, + "showOnWindowsOpen": false, + "openOnOverview": false, + "visible": true, + "popupGapsAuto": true, + "popupGapsManual": 4, + "maximizeDetection": true, + "scrollEnabled": true, + "scrollXBehavior": "column", + "scrollYBehavior": "workspace", "shadowIntensity": 0, "shadowOpacity": 60, "shadowColorMode": "text", diff --git a/README.md b/README.md index d63105c..1806577 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ example with a subdirectory: the install script normally also asks you if you want to install unipkg or my dotfile sync script. you can install those manually from their github pages. +lastly, the install script asks if you want to pull Distro Wallpapers from the following repository: https://github.com/LinuxKits/Distro-wallpapers + +again, you can manually pull these. + ## post-install diff --git a/install.sh b/install.sh index fa97ec5..8d4a843 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,19 @@ else echo "optional scripts skipped, you can always install them manually later." fi +echo "SDG-OS can optionally download Distro Wallpapers for you" +echo "this is done from the following github: https://github.com/LinuxKits/Distro-wallpapers" +echo "the repository will be cloned into ~/projects/Distro-wallpapers" +echo "" +read -p "Do you want to add Distro Wallpapers? [Y/n] " -n 1 -r +echo # Move to a new line +if [[ ! $REPLY =~ ^[Nn]$ ]]; then + git clone https://github.com/LinuxKits/Distro-wallpapers ~/projects/Distro-wallpapers +else + echo "optional scripts skipped, you can always install them manually later." +fi -echo "installation complete! you should now be able to log out and switch to \"mango\"" + +echo "installation complete! you should now be able to reboot and switch to \"mango\" in your log-in manager" diff --git a/sdgos/alt-wallpapers/1.png b/sdgos/alt-wallpapers/1.png new file mode 100644 index 0000000..0093d07 Binary files /dev/null and b/sdgos/alt-wallpapers/1.png differ diff --git a/sdgos/alt-wallpapers/2.jpg b/sdgos/alt-wallpapers/2.jpg new file mode 100644 index 0000000..002c101 Binary files /dev/null and b/sdgos/alt-wallpapers/2.jpg differ diff --git a/sdgos/alt-wallpapers/3.jpg b/sdgos/alt-wallpapers/3.jpg new file mode 100644 index 0000000..9421a9b Binary files /dev/null and b/sdgos/alt-wallpapers/3.jpg differ diff --git a/sdgos/alt-wallpapers/4.jpg b/sdgos/alt-wallpapers/4.jpg new file mode 100644 index 0000000..323d79e Binary files /dev/null and b/sdgos/alt-wallpapers/4.jpg differ diff --git a/sdgos/alt-wallpapers/5.jpg b/sdgos/alt-wallpapers/5.jpg new file mode 100644 index 0000000..f8a56f1 Binary files /dev/null and b/sdgos/alt-wallpapers/5.jpg differ diff --git a/sdgos/alt-wallpapers/6.png b/sdgos/alt-wallpapers/6.png new file mode 100644 index 0000000..02d1d0b Binary files /dev/null and b/sdgos/alt-wallpapers/6.png differ diff --git a/sdgos/alt-wallpapers/7.jpg b/sdgos/alt-wallpapers/7.jpg new file mode 100644 index 0000000..99c6f98 Binary files /dev/null and b/sdgos/alt-wallpapers/7.jpg differ diff --git a/sdgos/alt-wallpapers/8.jpg b/sdgos/alt-wallpapers/8.jpg new file mode 100644 index 0000000..8462000 Binary files /dev/null and b/sdgos/alt-wallpapers/8.jpg differ diff --git a/sdgos/alt-wallpapers/9.jpg b/sdgos/alt-wallpapers/9.jpg new file mode 100644 index 0000000..056303c Binary files /dev/null and b/sdgos/alt-wallpapers/9.jpg differ diff --git a/sdgos/alt-wallpapers/slothwaifu.jpg b/sdgos/alt-wallpapers/slothwaifu.jpg new file mode 100644 index 0000000..7939ba9 Binary files /dev/null and b/sdgos/alt-wallpapers/slothwaifu.jpg differ diff --git a/sdgos/alt-wallpapers/waifu1.jpg b/sdgos/alt-wallpapers/waifu1.jpg new file mode 100644 index 0000000..52e2d1b Binary files /dev/null and b/sdgos/alt-wallpapers/waifu1.jpg differ diff --git a/sdgos/alt-wallpapers/waifu2.jpg b/sdgos/alt-wallpapers/waifu2.jpg new file mode 100644 index 0000000..e405743 Binary files /dev/null and b/sdgos/alt-wallpapers/waifu2.jpg differ diff --git a/sdgos/firstrun.sh b/sdgos/firstrun.sh index b1277bd..e2223dc 100755 --- a/sdgos/firstrun.sh +++ b/sdgos/firstrun.sh @@ -2,7 +2,7 @@ if [ ! -f ~/.config/firstrun.state ]; then - sleep 10 + sleep 5 dms ipc call wallpaper set ~/.config/sdgos/wallpaper.png dms ipc call settings set showWorkspaceIndex true dms ipc call settings set dwlShowAllTags true