Regenerated

This commit is contained in:
2026-04-29 11:59:53 +02:00
parent 6c7cf81efe
commit f8ba6b9ca1
4 changed files with 407 additions and 410 deletions
+397 -398
View File
File diff suppressed because it is too large Load Diff
+5 -6
View File
@@ -3671,8 +3671,12 @@ ShellRoot {
Updates the system
#+BEGIN_SRC qml :tangle generated/.config/quickshell/updater/shell.qml :noweb yes :mkdirp yes :eval never
import Quickshell
import Quickshell.Io
import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
ShellWindow {
Window {
id: root
width: 600
height: 380
@@ -5733,11 +5737,6 @@ These are config files for Zed editor
},
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "Catppuccin Frappé",
"dark": "Catppuccin Mocha",
},
}
#+END_SRC
@@ -1,7 +1,11 @@
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
import Quickshell
import Quickshell.Io
import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
ShellWindow {
Window {
id: root
width: 600
height: 380
@@ -26,9 +26,4 @@
},
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "Catppuccin Frappé",
"dark": "Catppuccin Mocha",
},
}