added more bar configs.
@@ -87,9 +87,9 @@
|
|||||||
"controlCenterShowPrinterIcon": false,
|
"controlCenterShowPrinterIcon": false,
|
||||||
"controlCenterShowScreenSharingIcon": true,
|
"controlCenterShowScreenSharingIcon": true,
|
||||||
"showPrivacyButton": true,
|
"showPrivacyButton": true,
|
||||||
"privacyShowMicIcon": false,
|
"privacyShowMicIcon": true,
|
||||||
"privacyShowCameraIcon": false,
|
"privacyShowCameraIcon": true,
|
||||||
"privacyShowScreenShareIcon": false,
|
"privacyShowScreenShareIcon": true,
|
||||||
"controlCenterWidgets": [
|
"controlCenterWidgets": [
|
||||||
{
|
{
|
||||||
"id": "volumeSlider",
|
"id": "volumeSlider",
|
||||||
@@ -164,18 +164,18 @@
|
|||||||
"barMaxVisibleApps": 0,
|
"barMaxVisibleApps": 0,
|
||||||
"barMaxVisibleRunningApps": 0,
|
"barMaxVisibleRunningApps": 0,
|
||||||
"barShowOverflowBadge": true,
|
"barShowOverflowBadge": true,
|
||||||
"appsDockHideIndicators": false,
|
"appsDockHideIndicators": true,
|
||||||
"appsDockColorizeActive": true,
|
"appsDockColorizeActive": true,
|
||||||
"appsDockActiveColorMode": "primary",
|
"appsDockActiveColorMode": "primary",
|
||||||
"appsDockEnlargeOnHover": true,
|
"appsDockEnlargeOnHover": false,
|
||||||
"appsDockEnlargePercentage": 125,
|
"appsDockEnlargePercentage": 150,
|
||||||
"appsDockIconSizePercentage": 100,
|
"appsDockIconSizePercentage": 110,
|
||||||
"keyboardLayoutNameCompactMode": false,
|
"keyboardLayoutNameCompactMode": false,
|
||||||
"runningAppsCurrentWorkspace": true,
|
"runningAppsCurrentWorkspace": true,
|
||||||
"runningAppsGroupByApp": false,
|
"runningAppsGroupByApp": false,
|
||||||
"runningAppsCurrentMonitor": false,
|
"runningAppsCurrentMonitor": false,
|
||||||
"appIdSubstitutions": [],
|
"appIdSubstitutions": [],
|
||||||
"centeringMode": "index",
|
"centeringMode": "geometric",
|
||||||
"clockDateFormat": "",
|
"clockDateFormat": "",
|
||||||
"lockDateFormat": "",
|
"lockDateFormat": "",
|
||||||
"greeterRememberLastSession": true,
|
"greeterRememberLastSession": true,
|
||||||
@@ -307,9 +307,9 @@
|
|||||||
"dockOpenOnOverview": false,
|
"dockOpenOnOverview": false,
|
||||||
"dockPosition": 1,
|
"dockPosition": 1,
|
||||||
"dockSpacing": 4,
|
"dockSpacing": 4,
|
||||||
"dockBottomGap": 0,
|
"dockBottomGap": -12,
|
||||||
"dockMargin": 0,
|
"dockMargin": 0,
|
||||||
"dockIconSize": 31,
|
"dockIconSize": 40,
|
||||||
"dockIndicatorStyle": "circle",
|
"dockIndicatorStyle": "circle",
|
||||||
"dockBorderEnabled": true,
|
"dockBorderEnabled": true,
|
||||||
"dockBorderColor": "primary",
|
"dockBorderColor": "primary",
|
||||||
@@ -413,7 +413,7 @@
|
|||||||
"screenPreferences": [
|
"screenPreferences": [
|
||||||
"all"
|
"all"
|
||||||
],
|
],
|
||||||
"showOnLastDisplay": true,
|
"showOnLastDisplay": false,
|
||||||
"leftWidgets": [
|
"leftWidgets": [
|
||||||
{
|
{
|
||||||
"id": "launcherButton",
|
"id": "launcherButton",
|
||||||
@@ -454,7 +454,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "music",
|
"id": "music",
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"mediaSize": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rightWidgets": [
|
"rightWidgets": [
|
||||||
@@ -466,17 +467,24 @@
|
|||||||
"id": "clipboard",
|
"id": "clipboard",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "colorPicker",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "vpn",
|
"id": "vpn",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "cpuUsage",
|
"id": "cpuUsage",
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"minimumWidth": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "memUsage",
|
"id": "gpuTemp",
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"selectedGpuIndex": 0,
|
||||||
|
"pciId": "10de:2544"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "diskUsage",
|
"id": "diskUsage",
|
||||||
@@ -493,7 +501,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "controlCenterButton",
|
"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,
|
"spacing": 4,
|
||||||
@@ -538,7 +558,7 @@
|
|||||||
"clickThrough": false
|
"clickThrough": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "bar1779445652633",
|
"id": "bar1780100331895",
|
||||||
"name": "Bar 2",
|
"name": "Bar 2",
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"position": 1,
|
"position": 1,
|
||||||
@@ -546,26 +566,194 @@
|
|||||||
"all"
|
"all"
|
||||||
],
|
],
|
||||||
"showOnLastDisplay": false,
|
"showOnLastDisplay": false,
|
||||||
"leftWidgets": [],
|
"leftWidgets": [
|
||||||
"centerWidgets": [
|
|
||||||
{
|
{
|
||||||
"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
|
"enabled": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rightWidgets": [],
|
"spacing": 0,
|
||||||
"spacing": 4,
|
"innerPadding": 10,
|
||||||
"innerPadding": 4,
|
|
||||||
"bottomGap": 0,
|
"bottomGap": 0,
|
||||||
"transparency": 1,
|
"transparency": 1,
|
||||||
"widgetTransparency": 1,
|
"widgetTransparency": 1,
|
||||||
"squareCorners": false,
|
"squareCorners": true,
|
||||||
"noBackground": false,
|
"noBackground": false,
|
||||||
"gothCornersEnabled": false,
|
"gothCornersEnabled": false,
|
||||||
"gothCornerRadiusOverride": false,
|
"gothCornerRadiusOverride": false,
|
||||||
"gothCornerRadiusValue": 12,
|
"gothCornerRadiusValue": 12,
|
||||||
"borderEnabled": false,
|
"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,
|
"borderOpacity": 1,
|
||||||
"borderThickness": 1,
|
"borderThickness": 1,
|
||||||
"widgetOutlineEnabled": false,
|
"widgetOutlineEnabled": false,
|
||||||
@@ -588,7 +776,104 @@
|
|||||||
"maximizeDetection": true,
|
"maximizeDetection": true,
|
||||||
"scrollEnabled": true,
|
"scrollEnabled": true,
|
||||||
"scrollXBehavior": "column",
|
"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,
|
"shadowIntensity": 0,
|
||||||
"shadowOpacity": 60,
|
"shadowOpacity": 60,
|
||||||
"shadowColorMode": "text",
|
"shadowColorMode": "text",
|
||||||
|
|||||||
@@ -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.
|
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
|
## post-install
|
||||||
|
|||||||
@@ -52,7 +52,19 @@ else
|
|||||||
echo "optional scripts skipped, you can always install them manually later."
|
echo "optional scripts skipped, you can always install them manually later."
|
||||||
fi
|
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"
|
||||||
|
|||||||
|
After Width: | Height: | Size: 242 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 422 KiB |
|
After Width: | Height: | Size: 512 KiB |
|
After Width: | Height: | Size: 839 KiB |
|
After Width: | Height: | Size: 3.1 MiB |
|
After Width: | Height: | Size: 397 KiB |
|
After Width: | Height: | Size: 498 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 434 KiB |
|
After Width: | Height: | Size: 5.5 MiB |
|
After Width: | Height: | Size: 73 KiB |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if [ ! -f ~/.config/firstrun.state ]; then
|
if [ ! -f ~/.config/firstrun.state ]; then
|
||||||
|
|
||||||
sleep 10
|
sleep 5
|
||||||
dms ipc call wallpaper set ~/.config/sdgos/wallpaper.png
|
dms ipc call wallpaper set ~/.config/sdgos/wallpaper.png
|
||||||
dms ipc call settings set showWorkspaceIndex true
|
dms ipc call settings set showWorkspaceIndex true
|
||||||
dms ipc call settings set dwlShowAllTags true
|
dms ipc call settings set dwlShowAllTags true
|
||||||
|
|||||||