mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
fix: file permissions that got messed up
This commit is contained in:
parent
c48aca3d0c
commit
f59fe534cf
10 changed files with 190 additions and 137 deletions
|
|
@ -7,7 +7,8 @@ import Quickshell
|
|||
import Quickshell.Io
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Widgets
|
||||
import ".."
|
||||
import qs
|
||||
import qs.widgets
|
||||
|
||||
Singleton {
|
||||
PersistentProperties {
|
||||
|
|
@ -42,10 +43,9 @@ Singleton {
|
|||
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
|
||||
// WlrLayershell.namespace: "shell:launcher"
|
||||
|
||||
Rectangle {
|
||||
StyledRectangle {
|
||||
id: container
|
||||
color: ShellSettings.colors.surface_translucent
|
||||
radius: 12
|
||||
|
||||
anchors {
|
||||
fill: parent
|
||||
|
|
@ -66,13 +66,11 @@ Singleton {
|
|||
anchors.bottomMargin: 0
|
||||
spacing: 0
|
||||
|
||||
Rectangle {
|
||||
StyledRectangle {
|
||||
id: searchContainer
|
||||
Layout.fillWidth: true
|
||||
implicitHeight: searchbox.implicitHeight + 15
|
||||
radius: 6
|
||||
color: ShellSettings.colors.surface_container_translucent
|
||||
border.color: ShellSettings.colors.border_translucent
|
||||
|
||||
RowLayout {
|
||||
id: searchbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue