Regenerated
This commit is contained in:
+397
-398
File diff suppressed because it is too large
Load Diff
+5
-6
@@ -3671,8 +3671,12 @@ ShellRoot {
|
|||||||
Updates the system
|
Updates the system
|
||||||
#+BEGIN_SRC qml :tangle generated/.config/quickshell/updater/shell.qml :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC qml :tangle generated/.config/quickshell/updater/shell.qml :noweb yes :mkdirp yes :eval never
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import Quickshell.Io
|
||||||
|
import QtQuick
|
||||||
|
import QtQuick.Layouts
|
||||||
|
import QtQuick.Controls
|
||||||
|
|
||||||
ShellWindow {
|
Window {
|
||||||
id: root
|
id: root
|
||||||
width: 600
|
width: 600
|
||||||
height: 380
|
height: 380
|
||||||
@@ -5733,11 +5737,6 @@ These are config files for Zed editor
|
|||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16,
|
||||||
"buffer_font_size": 15,
|
"buffer_font_size": 15,
|
||||||
"theme": {
|
|
||||||
"mode": "system",
|
|
||||||
"light": "Catppuccin Frappé",
|
|
||||||
"dark": "Catppuccin Mocha",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
// --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import Quickshell.Io
|
||||||
|
import QtQuick
|
||||||
|
import QtQuick.Layouts
|
||||||
|
import QtQuick.Controls
|
||||||
|
|
||||||
ShellWindow {
|
Window {
|
||||||
id: root
|
id: root
|
||||||
width: 600
|
width: 600
|
||||||
height: 380
|
height: 380
|
||||||
|
|||||||
@@ -26,9 +26,4 @@
|
|||||||
},
|
},
|
||||||
"ui_font_size": 16,
|
"ui_font_size": 16,
|
||||||
"buffer_font_size": 15,
|
"buffer_font_size": 15,
|
||||||
"theme": {
|
|
||||||
"mode": "system",
|
|
||||||
"light": "Catppuccin Frappé",
|
|
||||||
"dark": "Catppuccin Mocha",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user