This commit is contained in:
2026-01-31 16:48:30 +00:00
parent 90fe47f127
commit 8c9f969b33
5 changed files with 240 additions and 162 deletions
+113 -14
View File
@@ -1,6 +1,8 @@
{ {
"currentThemeName": "dynamic", "currentThemeName": "dynamic",
"currentThemeCategory": "generic",
"customThemeFile": "", "customThemeFile": "",
"registryThemeVariants": {},
"matugenScheme": "scheme-fidelity", "matugenScheme": "scheme-fidelity",
"runUserMatugenTemplates": true, "runUserMatugenTemplates": true,
"matugenTargetMonitor": "", "matugenTargetMonitor": "",
@@ -9,6 +11,15 @@
"widgetBackgroundColor": "sch", "widgetBackgroundColor": "sch",
"widgetColorMode": "colorful", "widgetColorMode": "colorful",
"cornerRadius": 10, "cornerRadius": 10,
"niriLayoutGapsOverride": -1,
"niriLayoutRadiusOverride": -1,
"niriLayoutBorderSize": -1,
"hyprlandLayoutGapsOverride": -1,
"hyprlandLayoutRadiusOverride": -1,
"hyprlandLayoutBorderSize": -1,
"mangoLayoutGapsOverride": -1,
"mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1,
"use24HourClock": true, "use24HourClock": true,
"showSeconds": false, "showSeconds": false,
"useFahrenheit": false, "useFahrenheit": false,
@@ -39,11 +50,15 @@
"controlCenterShowNetworkIcon": true, "controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true, "controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true, "controlCenterShowAudioIcon": true,
"controlCenterShowAudioPercent": false,
"controlCenterShowVpnIcon": false, "controlCenterShowVpnIcon": false,
"controlCenterShowBrightnessIcon": false, "controlCenterShowBrightnessIcon": false,
"controlCenterShowBrightnessPercent": false,
"controlCenterShowMicIcon": false, "controlCenterShowMicIcon": false,
"controlCenterShowMicPercent": false,
"controlCenterShowBatteryIcon": false, "controlCenterShowBatteryIcon": false,
"controlCenterShowPrinterIcon": false, "controlCenterShowPrinterIcon": false,
"controlCenterShowScreenSharingIcon": true,
"showPrivacyButton": true, "showPrivacyButton": true,
"privacyShowMicIcon": false, "privacyShowMicIcon": false,
"privacyShowCameraIcon": false, "privacyShowCameraIcon": false,
@@ -91,23 +106,61 @@
} }
], ],
"showWorkspaceIndex": false, "showWorkspaceIndex": false,
"showWorkspaceName": false,
"showWorkspacePadding": false, "showWorkspacePadding": false,
"workspaceScrolling": false, "workspaceScrolling": false,
"showWorkspaceApps": true, "showWorkspaceApps": true,
"maxWorkspaceIcons": 3, "maxWorkspaceIcons": 3,
"workspacesPerMonitor": false, "groupWorkspaceApps": true,
"workspaceFollowFocus": false,
"showOccupiedWorkspacesOnly": false, "showOccupiedWorkspacesOnly": false,
"reverseScrolling": false,
"dwlShowAllTags": false, "dwlShowAllTags": false,
"workspaceColorMode": "default",
"workspaceOccupiedColorMode": "none",
"workspaceUnfocusedColorMode": "default",
"workspaceUrgentColorMode": "default",
"workspaceFocusedBorderEnabled": false,
"workspaceFocusedBorderColor": "primary",
"workspaceFocusedBorderThickness": 2,
"workspaceNameIcons": {}, "workspaceNameIcons": {},
"waveProgressEnabled": true, "waveProgressEnabled": true,
"scrollTitleEnabled": true, "scrollTitleEnabled": true,
"audioVisualizerEnabled": true, "audioVisualizerEnabled": true,
"audioScrollMode": "volume",
"clockCompactMode": false, "clockCompactMode": false,
"focusedWindowCompactMode": false, "focusedWindowCompactMode": false,
"runningAppsCompactMode": true, "runningAppsCompactMode": true,
"keyboardLayoutNameCompactMode": true, "keyboardLayoutNameCompactMode": true,
"runningAppsCurrentWorkspace": true, "runningAppsCurrentWorkspace": true,
"runningAppsGroupByApp": false, "runningAppsGroupByApp": false,
"appIdSubstitutions": [
{
"pattern": "Spotify",
"replacement": "spotify",
"type": "exact"
},
{
"pattern": "beepertexts",
"replacement": "beeper",
"type": "exact"
},
{
"pattern": "home assistant desktop",
"replacement": "homeassistant-desktop",
"type": "exact"
},
{
"pattern": "com.transmissionbt.transmission",
"replacement": "transmission-gtk",
"type": "contains"
},
{
"pattern": "^steam_app_(\\d+)$",
"replacement": "steam_icon_$1",
"type": "regex"
}
],
"centeringMode": "index", "centeringMode": "index",
"clockDateFormat": "", "clockDateFormat": "",
"lockDateFormat": "", "lockDateFormat": "",
@@ -118,13 +171,27 @@
"appLauncherGridColumns": 4, "appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true, "spotlightCloseNiriOverview": true,
"niriOverviewOverlayEnabled": true, "niriOverviewOverlayEnabled": true,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": true, "useAutoLocation": true,
"weatherEnabled": true, "weatherEnabled": true,
"networkPreference": "wifi", "networkPreference": "wifi",
"vpnLastConnected": "", "vpnLastConnected": "",
"iconTheme": "System Default", "iconTheme": "System Default",
"cursorSettings": {
"theme": "System Default",
"size": 24,
"niri": {
"hideWhenTyping": false,
"hideAfterInactiveMs": 0
},
"hyprland": {
"hideOnKeyPress": false,
"hideOnTouch": false,
"inactiveTimeout": 0
},
"dwl": {
"cursorHideTimeout": 0
}
},
"launcherLogoMode": "compositor", "launcherLogoMode": "compositor",
"launcherLogoCustomPath": "", "launcherLogoCustomPath": "",
"launcherLogoColorOverride": "surface", "launcherLogoColorOverride": "surface",
@@ -132,9 +199,9 @@
"launcherLogoBrightness": 0.44, "launcherLogoBrightness": 0.44,
"launcherLogoContrast": 1, "launcherLogoContrast": 1,
"launcherLogoSizeOffset": 0, "launcherLogoSizeOffset": 0,
"fontFamily": "DejaVu Serif Condensed", "fontFamily": "Liberation Serif",
"monoFontFamily": "FiraCode Nerd Font Mono", "monoFontFamily": "Mplus Code 60 Medium",
"fontWeight": 400, "fontWeight": 500,
"fontScale": 1, "fontScale": 1,
"notepadUseMonospace": true, "notepadUseMonospace": true,
"notepadFontFamily": "", "notepadFontFamily": "",
@@ -157,10 +224,13 @@
"batterySuspendTimeout": 1200, "batterySuspendTimeout": 1200,
"batterySuspendBehavior": 2, "batterySuspendBehavior": 2,
"batteryProfileName": "", "batteryProfileName": "",
"batteryChargeLimit": 100,
"lockBeforeSuspend": true, "lockBeforeSuspend": true,
"loginctlLockIntegration": true, "loginctlLockIntegration": true,
"fadeToLockEnabled": true, "fadeToLockEnabled": true,
"fadeToLockGracePeriod": 5, "fadeToLockGracePeriod": 5,
"fadeToDpmsEnabled": true,
"fadeToDpmsGracePeriod": 5,
"launchPrefix": "", "launchPrefix": "",
"brightnessDevicePins": {}, "brightnessDevicePins": {},
"wifiNetworkPins": {}, "wifiNetworkPins": {},
@@ -174,21 +244,27 @@
"runDmsMatugenTemplates": true, "runDmsMatugenTemplates": true,
"matugenTemplateGtk": true, "matugenTemplateGtk": true,
"matugenTemplateNiri": true, "matugenTemplateNiri": true,
"matugenTemplateHyprland": true,
"matugenTemplateMangowc": true,
"matugenTemplateQt5ct": true, "matugenTemplateQt5ct": true,
"matugenTemplateQt6ct": true, "matugenTemplateQt6ct": true,
"matugenTemplateFirefox": true, "matugenTemplateFirefox": true,
"matugenTemplatePywalfox": true, "matugenTemplatePywalfox": true,
"matugenTemplateZenBrowser": true,
"matugenTemplateVesktop": true, "matugenTemplateVesktop": true,
"matugenTemplateEquibop": true,
"matugenTemplateGhostty": true, "matugenTemplateGhostty": true,
"matugenTemplateKitty": true, "matugenTemplateKitty": true,
"matugenTemplateFoot": true, "matugenTemplateFoot": true,
"matugenTemplateAlacritty": true, "matugenTemplateAlacritty": true,
"matugenTemplateNeovim": true,
"matugenTemplateWezterm": true, "matugenTemplateWezterm": true,
"matugenTemplateDgop": true, "matugenTemplateDgop": true,
"matugenTemplateKcolorscheme": true, "matugenTemplateKcolorscheme": true,
"matugenTemplateVscode": true, "matugenTemplateVscode": true,
"showDock": false, "showDock": false,
"dockAutoHide": false, "dockAutoHide": false,
"dockSmartAutoHide": false,
"dockGroupByApp": false, "dockGroupByApp": false,
"dockOpenOnOverview": false, "dockOpenOnOverview": false,
"dockPosition": 1, "dockPosition": 1,
@@ -201,6 +277,7 @@
"dockBorderColor": "surfaceText", "dockBorderColor": "surfaceText",
"dockBorderOpacity": 1, "dockBorderOpacity": 1,
"dockBorderThickness": 1, "dockBorderThickness": 1,
"dockIsolateDisplays": false,
"notificationOverlayEnabled": false, "notificationOverlayEnabled": false,
"modalDarkenBackground": true, "modalDarkenBackground": true,
"lockScreenShowPowerActions": true, "lockScreenShowPowerActions": true,
@@ -209,15 +286,24 @@
"lockScreenShowDate": true, "lockScreenShowDate": true,
"lockScreenShowProfileImage": true, "lockScreenShowProfileImage": true,
"lockScreenShowPasswordField": true, "lockScreenShowPasswordField": true,
"lockScreenPowerOffMonitorsOnLock": false,
"enableFprint": false, "enableFprint": false,
"maxFprintTries": 3, "maxFprintTries": 3,
"lockScreenActiveMonitor": "all", "lockScreenActiveMonitor": "all",
"lockScreenInactiveColor": "#000000", "lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0,
"hideBrightnessSlider": false, "hideBrightnessSlider": false,
"notificationTimeoutLow": 5000, "notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000, "notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0, "notificationTimeoutCritical": 0,
"notificationCompactMode": false,
"notificationPopupPosition": 0, "notificationPopupPosition": 0,
"notificationHistoryEnabled": true,
"notificationHistoryMaxCount": 50,
"notificationHistoryMaxAgeDays": 7,
"notificationHistorySaveLow": true,
"notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true,
"osdAlwaysShowValue": false, "osdAlwaysShowValue": false,
"osdPosition": 5, "osdPosition": 5,
"osdVolumeEnabled": true, "osdVolumeEnabled": true,
@@ -236,11 +322,10 @@
"poweroff", "poweroff",
"lock", "lock",
"suspend", "suspend",
"restart",
"hibernate" "hibernate"
], ],
"powerMenuDefaultAction": "logout", "powerMenuDefaultAction": "logout",
"powerMenuGridLayout": false, "powerMenuGridLayout": true,
"customPowerActionLock": "", "customPowerActionLock": "",
"customPowerActionLogout": "", "customPowerActionLogout": "",
"customPowerActionSuspend": "", "customPowerActionSuspend": "",
@@ -261,6 +346,10 @@
"niriOutputSettings": {}, "niriOutputSettings": {},
"hyprlandOutputSettings": { "hyprlandOutputSettings": {
"eDP-1": { "eDP-1": {
"bitdepth": 10,
"colorManagement": "auto"
},
"DP-1": {
"bitdepth": 10 "bitdepth": 10
} }
}, },
@@ -309,11 +398,11 @@
"enabled": true "enabled": true
} }
], ],
"spacing": 3, "spacing": 1,
"innerPadding": 4, "innerPadding": 4,
"bottomGap": 0, "bottomGap": -6,
"transparency": 0, "transparency": 0,
"widgetTransparency": 1, "widgetTransparency": 0.7,
"squareCorners": false, "squareCorners": false,
"noBackground": false, "noBackground": false,
"gothCornersEnabled": false, "gothCornersEnabled": false,
@@ -333,8 +422,9 @@
"maximizeDetection": true, "maximizeDetection": true,
"widgetOutlineEnabled": true, "widgetOutlineEnabled": true,
"widgetOutlineColor": "primary", "widgetOutlineColor": "primary",
"widgetOutlineOpacity": 0.58, "widgetOutlineOpacity": 0.59,
"widgetOutlineThickness": 1 "widgetOutlineThickness": 1,
"shadowIntensity": 0
} }
], ],
"desktopClockEnabled": false, "desktopClockEnabled": false,
@@ -395,6 +485,7 @@
"systemMonitorTopProcessCount": 3, "systemMonitorTopProcessCount": 3,
"systemMonitorTopProcessSortBy": "cpu", "systemMonitorTopProcessSortBy": "cpu",
"systemMonitorGraphInterval": 60, "systemMonitorGraphInterval": 60,
"systemMonitorLayoutMode": "auto",
"systemMonitorX": -1, "systemMonitorX": -1,
"systemMonitorY": -1, "systemMonitorY": -1,
"systemMonitorWidth": 320, "systemMonitorWidth": 320,
@@ -411,5 +502,13 @@
} }
} }
}, },
"configVersion": 3 "desktopWidgetGridSettings": {},
"desktopWidgetInstances": [],
"desktopWidgetGroups": [],
"builtInPluginSettings": {
"dms_settings_search": {
"trigger": "?"
}
},
"configVersion": 5
} }
+16 -16
View File
@@ -347,32 +347,32 @@ Defining the various fonts emacs will use
#+begin_src emacs-lisp #+begin_src emacs-lisp
(set-face-attribute 'default nil (set-face-attribute 'default nil
:font "FiraCodeNerdFontMono" :font "MPLUSCodeLatin60"
:height 110 :height 110
:weight 'medium) :weight 'medium)
(set-face-attribute 'variable-pitch nil (set-face-attribute 'variable-pitch nil
:font "FiraCodeNerdFontMono" :font "MPLUSCodeLatin60"
:height 120 :height 120
:weight 'medium) :weight 'medium)
(set-face-attribute 'fixed-pitch nil (set-face-attribute 'fixed-pitch nil
:font "FiraCodeNerdFontMono" :font "MPLUSCodeLatin60"
:height 130 :height 130
:weight 'medium) :weight 'medium)
;; Makes commented text and keywords italics. ;; Makes commented text and keywords italics.
;; This is working in emacsclient but not emacs. ;; This is working in emacsclient but not emacs.
;; Your font must have an italic face available. ;; Your font must have an italic face available.
(set-face-attribute 'font-lock-comment-face nil (set-face-attribute 'font-lock-comment-face nil
:slant 'italic) :slant 'italic)
(set-face-attribute 'font-lock-keyword-face nil (set-face-attribute 'font-lock-keyword-face nil
:slant 'italic) :slant 'italic)
;; This sets the default font on all graphical frames created after restarting Emacs. ;; This sets the default font on all graphical frames created after restarting Emacs.
;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts ;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts
;; are not right unless I also add this method of setting the default font. ;; are not right unless I also add this method of setting the default font.
(add-to-list 'default-frame-alist '(font . "FiraCodeNerdFontMono-12")) (add-to-list 'default-frame-alist '(font . "MPLUSCodeLatin60-12"))
;; uncomment the following line if line spacing needs adjusting. ;; uncomment the following line if line spacing needs adjusting.
;; (setq-default line-spacing 0.12) ;; (setq-default line-spacing 0.12)
#+end_src #+end_src
+94 -94
View File
@@ -1,151 +1,151 @@
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$background = rgba(16121cff) $background = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$error = rgba(ffb4abff) $error = rgba(ffb4abff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$error_container = rgba(93000aff) $error_container = rgba(93000aff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_on_surface = rgba(332e3aff) $inverse_on_surface = rgba(322f34ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_primary = rgba(7a23e9ff) $inverse_primary = rgba(6f5191ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$inverse_surface = rgba(e8dfeeff) $inverse_surface = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_background = rgba(e8dfeeff) $on_background = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_error = rgba(690005ff) $on_error = rgba(690005ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_error_container = rgba(ffdad6ff) $on_error_container = rgba(ffdad6ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary = rgba(42008aff) $on_primary = rgba(3f2160ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_container = rgba(ffffffff) $on_primary_container = rgba(fbf0ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_fixed = rgba(270057ff) $on_primary_fixed = rgba(290849ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_primary_fixed_variant = rgba(5f00c0ff) $on_primary_fixed_variant = rgba(563978ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary = rgba(3e1973ff) $on_secondary = rgba(372b44ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_container = rgba(ead9ffff) $on_secondary_container = rgba(ecd9faff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_fixed = rgba(270057ff) $on_secondary_fixed = rgba(22162eff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_secondary_fixed_variant = rgba(56338bff) $on_secondary_fixed_variant = rgba(4e415cff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_surface = rgba(e8dfeeff) $on_surface = rgba(e7e0e7ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_surface_variant = rgba(cdc2d8ff) $on_surface_variant = rgba(cdc3d0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary = rgba(502500ff) $on_tertiary = rgba(343200ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_container = rgba(ffffffff) $on_tertiary_container = rgba(232200ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_fixed = rgba(301400ff) $on_tertiary_fixed = rgba(1e1c00ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$on_tertiary_fixed_variant = rgba(713700ff) $on_tertiary_fixed_variant = rgba(4b4900ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$outline = rgba(968da1ff) $outline = rgba(968e9aff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$outline_variant = rgba(4b4455ff) $outline_variant = rgba(4a454fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary = rgba(d5baffff) $primary = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_container = rgba(8230f1ff) $primary_container = rgba(624484ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_fixed = rgba(ecdcffff) $primary_fixed = rgba(efdbffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$primary_fixed_dim = rgba(d5baffff) $primary_fixed_dim = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$scrim = rgba(000000ff) $scrim = rgba(000000ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary = rgba(d5baffff) $secondary = rgba(d1c0e0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_container = rgba(56338bff) $secondary_container = rgba(4e415cff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_fixed = rgba(ecdcffff) $secondary_fixed = rgba(eedcfdff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$secondary_fixed_dim = rgba(d5baffff) $secondary_fixed_dim = rgba(d1c0e0ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$shadow = rgba(000000ff) $shadow = rgba(000000ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$source_color = rgba(8230f1ff) $source_color = rgba(624484ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface = rgba(16121cff) $surface = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_bright = rgba(3c3743ff) $surface_bright = rgba(3b383dff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container = rgba(221e28ff) $surface_container = rgba(211f23ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_high = rgba(2d2833ff) $surface_container_high = rgba(2c292eff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_highest = rgba(38333eff) $surface_container_highest = rgba(373438ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_low = rgba(1e1a24ff) $surface_container_low = rgba(1d1b1fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_container_lowest = rgba(100c16ff) $surface_container_lowest = rgba(100d12ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_dim = rgba(16121cff) $surface_dim = rgba(151217ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_tint = rgba(d5baffff) $surface_tint = rgba(dbb8ffff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$surface_variant = rgba(4b4455ff) $surface_variant = rgba(4a454fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary = rgba(ffb785ff) $tertiary = rgba(cfcb6fff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_container = rgba(a05000ff) $tertiary_container = rgba(b3af57ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_fixed = rgba(ffdcc6ff) $tertiary_fixed = rgba(ebe688ff)
$image = /home/liamm/pictures/wallpapers/anime-purple-rain.jpg $image = /home/liamm/pictures/wallpapers/frieren-fern.png
$tertiary_fixed_dim = rgba(ffb785ff) $tertiary_fixed_dim = rgba(cfca6fff)
Generated
+8 -30
View File
@@ -33,41 +33,19 @@
"type": "github" "type": "github"
} }
}, },
"dgop": {
"inputs": {
"nixpkgs": [
"dms",
"nixpkgs"
]
},
"locked": {
"lastModified": 1762835999,
"narHash": "sha256-UykYGrGFOFTmDpKTLNxj1wvd1gbDG4TkqLNSbV0TYwk=",
"owner": "AvengeMedia",
"repo": "dgop",
"rev": "799301991cd5dcea9b64245f9d500dcc76615653",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "dgop",
"type": "github"
}
},
"dms": { "dms": {
"inputs": { "inputs": {
"dgop": "dgop",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1766003680, "lastModified": 1768927299,
"narHash": "sha256-KQTgfR1xpskgfCg0hkFfMEgZGkZGDfcZdlyeJv/D/Sc=", "narHash": "sha256-0H/hd1rDPVkIBjQ4ZLN19IFBxn/mgP0vVfBSR7RAM9Y=",
"owner": "AvengeMedia", "owner": "AvengeMedia",
"repo": "DankMaterialShell", "repo": "DankMaterialShell",
"rev": "d97392d46e73949122e1a29d62b285809d210aef", "rev": "d38767fb5ab25a8d221de9528bc1eaeb8d0da3c8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -696,16 +674,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764663772, "lastModified": 1766725085,
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=", "narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460", "rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"revCount": 713, "revCount": 715,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
}, },
"original": { "original": {
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460", "rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
} }
+1
View File
@@ -12,6 +12,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
android-studio android-studio
genymotion genymotion
praat
prismlauncher prismlauncher
mcpelauncher-ui-qt mcpelauncher-ui-qt
]; ];