mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-05 21:41:42 +01:00
Re-configured to use noctalia as main shell
This commit is contained in:
@@ -43,3 +43,6 @@
|
|||||||
[submodule "dot_config/yazi/plugins/max-preview.yazi"]
|
[submodule "dot_config/yazi/plugins/max-preview.yazi"]
|
||||||
path = dot_config/yazi/plugins/max-preview.yazi
|
path = dot_config/yazi/plugins/max-preview.yazi
|
||||||
url = https://github.com/SUSTech-data/max-preview.yazi
|
url = https://github.com/SUSTech-data/max-preview.yazi
|
||||||
|
[submodule "dot_config/noctalia/plugins-repo"]
|
||||||
|
path = dot_config/noctalia/plugins-repo
|
||||||
|
url = https://github.com/noctalia-dev/noctalia-plugins.git
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ bind = $mainMod, V, togglefloating,
|
|||||||
bind = $mainMod, M, exec, $powerMenu
|
bind = $mainMod, M, exec, $powerMenu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, ;, togglesplit, # dwindle
|
bind = $mainMod, ;, togglesplit, # dwindle
|
||||||
|
bind = $mainmod, /, exec, $cheatsheet
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ $noteManager = obsidian
|
|||||||
$noteManagerSearch = walker-obsidian-search
|
$noteManagerSearch = walker-obsidian-search
|
||||||
$literatureManager = zotero
|
$literatureManager = zotero
|
||||||
$localDocs = zeal
|
$localDocs = zeal
|
||||||
$musicPlayer = flatpak run com.spotify.Client
|
$musicPlayer = spotify
|
||||||
$bluetoothManager = noctalia-shell ipc call controlCenter toggle
|
$bluetoothManager = noctalia-shell ipc call controlCenter toggle
|
||||||
$officeSuite = onlyoffice-desktopeditors
|
$officeSuite = onlyoffice-desktopeditors
|
||||||
$fileManager = thunar
|
$fileManager = thunar
|
||||||
@@ -28,6 +28,7 @@ $lockscreen = noctalia-shell ipc call lockScreen lock
|
|||||||
$powerMenu = noctalia-shell ipc call sessionMenu toggle
|
$powerMenu = noctalia-shell ipc call sessionMenu toggle
|
||||||
$colorpicker = hyprpicker -a
|
$colorpicker = hyprpicker -a
|
||||||
$emojipicker = walker -m symbols
|
$emojipicker = walker -m symbols
|
||||||
|
$cheatsheet = noctalia-shell ipc call plugin:keybind-cheatsheet toggle
|
||||||
|
|
||||||
source = monitors.conf
|
source = monitors.conf
|
||||||
source = variables.conf
|
source = variables.conf
|
||||||
|
|||||||
Submodule
+1
Submodule dot_config/noctalia/plugins-repo added at 62fcc94943
@@ -7,6 +7,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"states": {
|
"states": {
|
||||||
|
"keybind-cheatsheet": {
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"privacy-indicator": {
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../plugins-repo/keybind-cheatsheet
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../plugins-repo/privacy-indicator
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"clipboardWrapText": true,
|
"clipboardWrapText": true,
|
||||||
"customLaunchPrefix": "",
|
"customLaunchPrefix": "",
|
||||||
"customLaunchPrefixEnabled": false,
|
"customLaunchPrefixEnabled": false,
|
||||||
"density": "default",
|
"density": "compact",
|
||||||
"enableClipPreview": true,
|
"enableClipPreview": true,
|
||||||
"enableClipboardChips": true,
|
"enableClipboardChips": true,
|
||||||
"enableClipboardHistory": false,
|
"enableClipboardHistory": false,
|
||||||
@@ -24,17 +24,17 @@
|
|||||||
"showCategories": true,
|
"showCategories": true,
|
||||||
"showIconBackground": false,
|
"showIconBackground": false,
|
||||||
"sortByMostUsed": true,
|
"sortByMostUsed": true,
|
||||||
"terminalCommand": "alacritty -e",
|
"terminalCommand": "ghostty -e",
|
||||||
"viewMode": "list"
|
"viewMode": "grid"
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"mprisBlacklist": [
|
"mprisBlacklist": [
|
||||||
],
|
],
|
||||||
"preferredPlayer": "",
|
"preferredPlayer": "spotify",
|
||||||
"spectrumFrameRate": 30,
|
"spectrumFrameRate": 30,
|
||||||
"spectrumMirrored": true,
|
"spectrumMirrored": true,
|
||||||
"visualizerType": "linear",
|
"visualizerType": "linear",
|
||||||
"volumeFeedback": false,
|
"volumeFeedback": true,
|
||||||
"volumeFeedbackSoundFile": "",
|
"volumeFeedbackSoundFile": "",
|
||||||
"volumeOverdrive": false,
|
"volumeOverdrive": false,
|
||||||
"volumeStep": 5
|
"volumeStep": 5
|
||||||
@@ -43,16 +43,16 @@
|
|||||||
"autoHideDelay": 500,
|
"autoHideDelay": 500,
|
||||||
"autoShowDelay": 150,
|
"autoShowDelay": 150,
|
||||||
"backgroundOpacity": 0.93,
|
"backgroundOpacity": 0.93,
|
||||||
"barType": "simple",
|
"barType": "framed",
|
||||||
"capsuleColorKey": "none",
|
"capsuleColorKey": "none",
|
||||||
"capsuleOpacity": 1,
|
"capsuleOpacity": 1,
|
||||||
"contentPadding": 2,
|
"contentPadding": 2,
|
||||||
"density": "default",
|
"density": "comfortable",
|
||||||
"displayMode": "always_visible",
|
"displayMode": "always_visible",
|
||||||
"enableExclusionZoneInset": true,
|
"enableExclusionZoneInset": true,
|
||||||
"fontScale": 1,
|
"fontScale": 1,
|
||||||
"frameRadius": 12,
|
"frameRadius": 12,
|
||||||
"frameThickness": 8,
|
"frameThickness": 4,
|
||||||
"hideOnOverview": false,
|
"hideOnOverview": false,
|
||||||
"marginHorizontal": 4,
|
"marginHorizontal": 4,
|
||||||
"marginVertical": 4,
|
"marginVertical": 4,
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
"center": [
|
"center": [
|
||||||
{
|
{
|
||||||
"characterCount": 2,
|
"characterCount": 2,
|
||||||
"colorizeIcons": false,
|
"colorizeIcons": true,
|
||||||
"emptyColor": "secondary",
|
"emptyColor": "secondary",
|
||||||
"enableScrollWheel": true,
|
"enableScrollWheel": true,
|
||||||
"focusedColor": "primary",
|
"focusedColor": "primary",
|
||||||
@@ -93,8 +93,8 @@
|
|||||||
"labelMode": "index",
|
"labelMode": "index",
|
||||||
"occupiedColor": "secondary",
|
"occupiedColor": "secondary",
|
||||||
"pillSize": 0.6,
|
"pillSize": 0.6,
|
||||||
"showApplications": false,
|
"showApplications": true,
|
||||||
"showApplicationsHover": false,
|
"showApplicationsHover": true,
|
||||||
"showBadge": true,
|
"showBadge": true,
|
||||||
"showLabelsOnlyWhenOccupied": true,
|
"showLabelsOnlyWhenOccupied": true,
|
||||||
"unfocusedIconsOpacity": 1
|
"unfocusedIconsOpacity": 1
|
||||||
@@ -102,10 +102,10 @@
|
|||||||
],
|
],
|
||||||
"left": [
|
"left": [
|
||||||
{
|
{
|
||||||
"colorizeSystemIcon": "none",
|
"colorizeSystemIcon": "tertiary",
|
||||||
"colorizeSystemText": "none",
|
"colorizeSystemText": "none",
|
||||||
"customIconPath": "",
|
"customIconPath": "",
|
||||||
"enableColorization": false,
|
"enableColorization": true,
|
||||||
"icon": "rocket",
|
"icon": "rocket",
|
||||||
"iconColor": "none",
|
"iconColor": "none",
|
||||||
"id": "Launcher",
|
"id": "Launcher",
|
||||||
@@ -164,13 +164,16 @@
|
|||||||
"showAlbumArt": true,
|
"showAlbumArt": true,
|
||||||
"showArtistFirst": true,
|
"showArtistFirst": true,
|
||||||
"showProgressRing": true,
|
"showProgressRing": true,
|
||||||
"showVisualizer": false,
|
"showVisualizer": true,
|
||||||
"textColor": "none",
|
"textColor": "none",
|
||||||
"useFixedWidth": false,
|
"useFixedWidth": false,
|
||||||
"visualizerType": "linear"
|
"visualizerType": "linear"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"right": [
|
"right": [
|
||||||
|
{
|
||||||
|
"id": "plugin:privacy-indicator"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"blacklist": [
|
"blacklist": [
|
||||||
],
|
],
|
||||||
@@ -213,15 +216,22 @@
|
|||||||
"id": "Brightness",
|
"id": "Brightness",
|
||||||
"textColor": "none"
|
"textColor": "none"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"displayMode": "onhover",
|
||||||
|
"iconColor": "none",
|
||||||
|
"id": "KeyboardLayout",
|
||||||
|
"showIcon": true,
|
||||||
|
"textColor": "none"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"colorizeDistroLogo": false,
|
"colorizeDistroLogo": false,
|
||||||
"colorizeSystemIcon": "none",
|
"colorizeSystemIcon": "primary",
|
||||||
"colorizeSystemText": "none",
|
"colorizeSystemText": "none",
|
||||||
"customIconPath": "",
|
"customIconPath": "",
|
||||||
"enableColorization": false,
|
"enableColorization": true,
|
||||||
"icon": "noctalia",
|
"icon": "noctalia",
|
||||||
"id": "ControlCenter",
|
"id": "ControlCenter",
|
||||||
"useDistroLogo": false
|
"useDistroLogo": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -230,7 +240,7 @@
|
|||||||
"backlightDeviceMappings": [
|
"backlightDeviceMappings": [
|
||||||
],
|
],
|
||||||
"brightnessStep": 5,
|
"brightnessStep": 5,
|
||||||
"enableDdcSupport": false,
|
"enableDdcSupport": true,
|
||||||
"enforceMinimum": true
|
"enforceMinimum": true
|
||||||
},
|
},
|
||||||
"calendar": {
|
"calendar": {
|
||||||
@@ -255,7 +265,7 @@
|
|||||||
"manualSunrise": "06:30",
|
"manualSunrise": "06:30",
|
||||||
"manualSunset": "18:30",
|
"manualSunset": "18:30",
|
||||||
"monitorForColors": "",
|
"monitorForColors": "",
|
||||||
"predefinedScheme": "Tokyo Night",
|
"predefinedScheme": "Tokyo-Night",
|
||||||
"schedulingMode": "off",
|
"schedulingMode": "off",
|
||||||
"syncGsettings": true,
|
"syncGsettings": true,
|
||||||
"useWallpaperColors": false
|
"useWallpaperColors": false
|
||||||
@@ -356,8 +366,8 @@
|
|||||||
],
|
],
|
||||||
"pinnedStatic": false,
|
"pinnedStatic": false,
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"showDockIndicator": false,
|
"showDockIndicator": true,
|
||||||
"showLauncherIcon": false,
|
"showLauncherIcon": true,
|
||||||
"sitOnFrame": false,
|
"sitOnFrame": false,
|
||||||
"size": 1
|
"size": 1
|
||||||
},
|
},
|
||||||
@@ -367,11 +377,11 @@
|
|||||||
"animationDisabled": false,
|
"animationDisabled": false,
|
||||||
"animationSpeed": 1,
|
"animationSpeed": 1,
|
||||||
"autoStartAuth": false,
|
"autoStartAuth": false,
|
||||||
"avatarImage": "/home/cianh/.face",
|
"avatarImage": "/home/cianh/Pictures/face.png",
|
||||||
"boxRadiusRatio": 1,
|
"boxRadiusRatio": 1,
|
||||||
"clockFormat": "hh\\nmm",
|
"clockFormat": "hh\\nmm",
|
||||||
"clockStyle": "custom",
|
"clockStyle": "digital",
|
||||||
"compactLockScreen": false,
|
"compactLockScreen": true,
|
||||||
"dimmerOpacity": 0.2,
|
"dimmerOpacity": 0.2,
|
||||||
"enableBlurBehind": true,
|
"enableBlurBehind": true,
|
||||||
"enableLockScreenCountdown": true,
|
"enableLockScreenCountdown": true,
|
||||||
@@ -403,15 +413,15 @@
|
|||||||
"Up"
|
"Up"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"language": "",
|
"language": "en-GB",
|
||||||
"lockOnSuspend": true,
|
"lockOnSuspend": true,
|
||||||
"lockScreenAnimations": false,
|
"lockScreenAnimations": true,
|
||||||
"lockScreenBlur": 0,
|
"lockScreenBlur": 0,
|
||||||
"lockScreenCountdownDuration": 10000,
|
"lockScreenCountdownDuration": 10000,
|
||||||
"lockScreenMonitors": [
|
"lockScreenMonitors": [
|
||||||
],
|
],
|
||||||
"lockScreenTint": 0,
|
"lockScreenTint": 0,
|
||||||
"passwordChars": false,
|
"passwordChars": true,
|
||||||
"radiusRatio": 1,
|
"radiusRatio": 1,
|
||||||
"reverseScroll": false,
|
"reverseScroll": false,
|
||||||
"scaleRatio": 1,
|
"scaleRatio": 1,
|
||||||
@@ -440,7 +450,7 @@
|
|||||||
},
|
},
|
||||||
"idle": {
|
"idle": {
|
||||||
"customCommands": "[]",
|
"customCommands": "[]",
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"fadeDuration": 5,
|
"fadeDuration": 5,
|
||||||
"lockCommand": "",
|
"lockCommand": "",
|
||||||
"lockTimeout": 660,
|
"lockTimeout": 660,
|
||||||
@@ -454,14 +464,14 @@
|
|||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"analogClockInCalendar": false,
|
"analogClockInCalendar": false,
|
||||||
"autoLocate": false,
|
"autoLocate": true,
|
||||||
"firstDayOfWeek": -1,
|
"firstDayOfWeek": 1,
|
||||||
"hideWeatherCityName": false,
|
"hideWeatherCityName": false,
|
||||||
"hideWeatherTimezone": false,
|
"hideWeatherTimezone": false,
|
||||||
"name": "",
|
"name": "",
|
||||||
"showCalendarEvents": true,
|
"showCalendarEvents": true,
|
||||||
"showCalendarWeather": true,
|
"showCalendarWeather": true,
|
||||||
"showWeekNumberInCalendar": false,
|
"showWeekNumberInCalendar": true,
|
||||||
"use12hourFormat": false,
|
"use12hourFormat": false,
|
||||||
"useFahrenheit": false,
|
"useFahrenheit": false,
|
||||||
"weatherEnabled": true,
|
"weatherEnabled": true,
|
||||||
@@ -530,7 +540,8 @@
|
|||||||
"enabledTypes": [
|
"enabledTypes": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
2
|
2,
|
||||||
|
3
|
||||||
],
|
],
|
||||||
"location": "top_right",
|
"location": "top_right",
|
||||||
"monitors": [
|
"monitors": [
|
||||||
@@ -539,7 +550,7 @@
|
|||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"autoUpdate": false,
|
"autoUpdate": false,
|
||||||
"notifyUpdates": true
|
"notifyUpdates": false
|
||||||
},
|
},
|
||||||
"sessionMenu": {
|
"sessionMenu": {
|
||||||
"countdownDuration": 10000,
|
"countdownDuration": 10000,
|
||||||
@@ -566,36 +577,36 @@
|
|||||||
"action": "hibernate",
|
"action": "hibernate",
|
||||||
"command": "",
|
"command": "",
|
||||||
"countdownEnabled": true,
|
"countdownEnabled": true,
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"keybind": "3"
|
"keybind": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "reboot",
|
"action": "reboot",
|
||||||
"command": "",
|
"command": "",
|
||||||
"countdownEnabled": true,
|
"countdownEnabled": true,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"keybind": "4"
|
"keybind": "3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "logout",
|
"action": "logout",
|
||||||
"command": "",
|
"command": "",
|
||||||
"countdownEnabled": true,
|
"countdownEnabled": true,
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"keybind": "5"
|
"keybind": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "shutdown",
|
"action": "shutdown",
|
||||||
"command": "",
|
"command": "",
|
||||||
"countdownEnabled": true,
|
"countdownEnabled": true,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"keybind": "6"
|
"keybind": "4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "rebootToUefi",
|
"action": "rebootToUefi",
|
||||||
"command": "",
|
"command": "",
|
||||||
"countdownEnabled": true,
|
"countdownEnabled": true,
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"keybind": "7"
|
"keybind": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "userspaceReboot",
|
"action": "userspaceReboot",
|
||||||
@@ -619,7 +630,7 @@
|
|||||||
"diskAvailWarningThreshold": 20,
|
"diskAvailWarningThreshold": 20,
|
||||||
"diskCriticalThreshold": 90,
|
"diskCriticalThreshold": 90,
|
||||||
"diskWarningThreshold": 80,
|
"diskWarningThreshold": 80,
|
||||||
"enableDgpuMonitoring": false,
|
"enableDgpuMonitoring": true,
|
||||||
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
|
"externalMonitor": "resources || missioncenter || jdsystemmonitor || corestats || system-monitoring-center || gnome-system-monitor || plasma-systemmonitor || mate-system-monitor || ukui-system-monitor || deepin-system-monitor || pantheon-system-monitor",
|
||||||
"gpuCriticalThreshold": 90,
|
"gpuCriticalThreshold": 90,
|
||||||
"gpuWarningThreshold": 80,
|
"gpuWarningThreshold": 80,
|
||||||
|
|||||||
Reference in New Issue
Block a user