mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
remove stale refs
This commit is contained in:
@@ -25,7 +25,6 @@ Singleton {
|
||||
property bool useAutoLocation: false
|
||||
property bool showLauncherButton: true
|
||||
property bool showWorkspaceSwitcher: true
|
||||
property bool showAdvancedWorkspaceSwitcher: true
|
||||
property bool showFocusedWindow: true
|
||||
property bool showWeather: true
|
||||
property bool showMusic: true
|
||||
@@ -200,8 +199,6 @@ Singleton {
|
||||
!== undefined ? settings.showLauncherButton : true
|
||||
showWorkspaceSwitcher = settings.showWorkspaceSwitcher
|
||||
!== undefined ? settings.showWorkspaceSwitcher : true
|
||||
showAdvancedWorkspaceSwitcher = settings.showAdvancedWorkspaceSwitcher
|
||||
!== undefined ? settings.showAdvancedWorkspaceSwitcher : true
|
||||
showFocusedWindow = settings.showFocusedWindow
|
||||
!== undefined ? settings.showFocusedWindow : true
|
||||
showWeather = settings.showWeather !== undefined ? settings.showWeather : true
|
||||
@@ -583,11 +580,6 @@ Singleton {
|
||||
saveSettings()
|
||||
}
|
||||
|
||||
function setShowAdvancedWorkspaceSwitcher(enabled) {
|
||||
showAdvancedWorkspaceSwitcher = enabled
|
||||
saveSettings()
|
||||
}
|
||||
|
||||
function setShowFocusedWindow(enabled) {
|
||||
showFocusedWindow = enabled
|
||||
saveSettings()
|
||||
@@ -739,7 +731,6 @@ Singleton {
|
||||
updateListModel(rightWidgetsModel, defaultRight)
|
||||
showLauncherButton = true
|
||||
showWorkspaceSwitcher = true
|
||||
showAdvancedWorkspaceSwitcher = true
|
||||
showFocusedWindow = true
|
||||
showWeather = true
|
||||
showMusic = true
|
||||
|
||||
@@ -71,8 +71,7 @@ https://github.com/user-attachments/assets/5ad934bb-e7aa-4c04-8d40-149181bd2d29
|
||||
|
||||
- **TopBar**: fully customizable bar where widgets can be added, removed, and re-arranged.
|
||||
- **App Launcher** with fuzzy search, categories, and auto-sorting by most used apps.
|
||||
- **Workspace Switcher** Dynamically resizing niri workspace switcher.
|
||||
- **Advanced Workspace Switcher** Dynamically resizing niri workspace switcher, also showing opened apps on the workspace.
|
||||
- **Workspace Switcher** Configurable workspace switcher.
|
||||
- **Focused Window** Displays the currently focused window app name and title.
|
||||
- **Running Apps** A view of all running apps, sorted by monitor, workspace, then position on workspace.
|
||||
- **Media Player** Short form media player with equalizer, song title, and controls.
|
||||
|
||||
Reference in New Issue
Block a user