New backup 2025-03-04 14:00:03
This commit is contained in:
parent
fca0379d03
commit
1e1957d3e5
5 changed files with 59 additions and 24 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
(defwidget leftgroup []
|
(defwidget leftgroup []
|
||||||
(box :class "leftgroup" :orientation "h" :space-evenly false :halign "start"
|
(box :class "leftgroup" :orientation "h" :space-evenly false :halign "start"
|
||||||
|
(powermenu)
|
||||||
(workspaces :array workspacesArray)
|
(workspaces :array workspacesArray)
|
||||||
(windowtitle)))
|
(windowtitle)))
|
||||||
|
|
||||||
|
@ -81,6 +82,30 @@
|
||||||
:duration {duration ?: "500ms"}
|
:duration {duration ?: "500ms"}
|
||||||
(children :nth 1))))))
|
(children :nth 1))))))
|
||||||
|
|
||||||
|
(defvar reveal_powermenu false)
|
||||||
|
(defwidget powermenu []
|
||||||
|
(revealer-on-hover
|
||||||
|
:revealvar reveal_powermenu
|
||||||
|
:revealvar-name "reveal_powermenu"
|
||||||
|
(button :onclick 'sp-powermenu'
|
||||||
|
"")
|
||||||
|
(powermenu_children)))
|
||||||
|
|
||||||
|
(defwidget powermenu_children []
|
||||||
|
(box :class "reveal_children"
|
||||||
|
:orientation "h"
|
||||||
|
:space-evenly false
|
||||||
|
:halign "center"
|
||||||
|
(button :onclick 'sp-powermenu'
|
||||||
|
"")
|
||||||
|
(button :onclick 'sp-powermenu'
|
||||||
|
"")
|
||||||
|
(button :onclick 'sp-powermenu'
|
||||||
|
"")
|
||||||
|
(button :onclick 'sp-powermenu'
|
||||||
|
"")))
|
||||||
|
|
||||||
|
|
||||||
(defvar reveal_volume false)
|
(defvar reveal_volume false)
|
||||||
(defwidget volume []
|
(defwidget volume []
|
||||||
(revealer-on-hover
|
(revealer-on-hover
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[$Version]
|
[$Version]
|
||||||
update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
update_info=filepicker.upd:filepicker-remove-old-previews-entry
|
||||||
|
|
||||||
[UiSettings]
|
|
||||||
ColorScheme=*
|
|
||||||
|
|
||||||
[Colors:View]
|
[Colors:View]
|
||||||
BackgroundNormal=94, 104, 109
|
BackgroundNormal=94, 104, 109
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
application/pdf=com.github.xournalpp.xournalpp.desktop;
|
application/pdf=com.github.xournalpp.xournalpp.desktop;
|
||||||
application/x-extension-htm=LibreWolf.desktop;
|
application/x-extension-htm=librewolf.desktop;
|
||||||
application/x-extension-html=LibreWolf.desktop;
|
application/x-extension-html=librewolf.desktop;
|
||||||
application/x-extension-shtml=LibreWolf.desktop;
|
application/x-extension-shtml=librewolf.desktop;
|
||||||
application/x-extension-xht=LibreWolf.desktop;
|
application/x-extension-xht=librewolf.desktop;
|
||||||
application/x-extension-xhtml=LibreWolf.desktop;
|
application/x-extension-xhtml=librewolf.desktop;
|
||||||
application/xhtml+xml=LibreWolf.desktop;
|
application/xhtml+xml=librewolf.desktop;
|
||||||
application/xml=org.kde.kate.desktop;
|
application/xml=org.kde.kate.desktop;
|
||||||
image/gif=mpv.desktop;feh.desktop;
|
image/gif=mpv.desktop;feh.desktop;
|
||||||
image/heif=feh-6.desktop;feh.desktop;
|
image/heif=feh-6.desktop;feh.desktop;
|
||||||
|
@ -13,23 +13,23 @@ image/jpeg=feh.desktop;
|
||||||
image/png=feh-5.desktop;feh-4.desktop;feh-3.desktop;feh-2.desktop;feh.desktop;
|
image/png=feh-5.desktop;feh-4.desktop;feh-3.desktop;feh-2.desktop;feh.desktop;
|
||||||
image/webp=feh-4.desktop;feh-3.desktop;feh.desktop;
|
image/webp=feh-4.desktop;feh-3.desktop;feh.desktop;
|
||||||
inode/directory=org.kde.dolphin.desktop;
|
inode/directory=org.kde.dolphin.desktop;
|
||||||
text/html=LibreWolf.desktop;
|
text/html=librewolf.desktop;
|
||||||
text/plain=org.kde.kate.desktop;
|
text/plain=org.kde.kate.desktop;
|
||||||
video/mp4=mpv.desktop;
|
video/mp4=mpv.desktop;
|
||||||
video/quicktime=mpv.desktop;
|
video/quicktime=mpv.desktop;
|
||||||
video/x-matroska=mpv.desktop;
|
video/x-matroska=mpv.desktop;
|
||||||
x-scheme-handler/chrome=LibreWolf.desktop;
|
x-scheme-handler/chrome=librewolf.desktop;
|
||||||
x-scheme-handler/http=LibreWolf.desktop;
|
x-scheme-handler/http=librewolf.desktop;
|
||||||
x-scheme-handler/https=LibreWolf.desktop;
|
x-scheme-handler/https=librewolf.desktop;
|
||||||
|
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/pdf=com.github.xournalpp.xournalpp.desktop;
|
application/pdf=com.github.xournalpp.xournalpp.desktop;
|
||||||
application/x-extension-htm=LibreWolf.desktop
|
application/x-extension-htm=librewolf.desktop
|
||||||
application/x-extension-html=LibreWolf.desktop
|
application/x-extension-html=librewolf.desktop
|
||||||
application/x-extension-shtml=LibreWolf.desktop
|
application/x-extension-shtml=librewolf.desktop
|
||||||
application/x-extension-xht=LibreWolf.desktop
|
application/x-extension-xht=librewolf.desktop
|
||||||
application/x-extension-xhtml=LibreWolf.desktop
|
application/x-extension-xhtml=librewolf.desktop
|
||||||
application/xhtml+xml=LibreWolf.desktop
|
application/xhtml+xml=librewolf.desktop
|
||||||
application/xml=org.kde.kate.desktop;
|
application/xml=org.kde.kate.desktop;
|
||||||
image/gif=mpv.desktop;
|
image/gif=mpv.desktop;
|
||||||
image/heif=feh-6.desktop;
|
image/heif=feh-6.desktop;
|
||||||
|
@ -37,14 +37,14 @@ image/jpeg=feh.desktop;
|
||||||
image/png=feh-5.desktop;
|
image/png=feh-5.desktop;
|
||||||
image/webp=feh-4.desktop;
|
image/webp=feh-4.desktop;
|
||||||
inode/directory=org.kde.dolphin.desktop;
|
inode/directory=org.kde.dolphin.desktop;
|
||||||
text/html=LibreWolf.desktop;
|
text/html=librewolf.desktop;
|
||||||
text/plain=org.kde.kate.desktop;
|
text/plain=org.kde.kate.desktop;
|
||||||
video/mp4=mpv.desktop;
|
video/mp4=mpv.desktop;
|
||||||
video/quicktime=mpv.desktop;
|
video/quicktime=mpv.desktop;
|
||||||
video/x-matroska=mpv.desktop;
|
video/x-matroska=mpv.desktop;
|
||||||
x-scheme-handler/chrome=LibreWolf.desktop
|
x-scheme-handler/chrome=librewolf.desktop
|
||||||
x-scheme-handler/discord-1222229231367487539=discord-1222229231367487539.desktop
|
x-scheme-handler/discord-1222229231367487539=discord-1222229231367487539.desktop
|
||||||
x-scheme-handler/discord-460807638964371468=discord-460807638964371468.desktop
|
x-scheme-handler/discord-460807638964371468=discord-460807638964371468.desktop
|
||||||
x-scheme-handler/discord-712465656758665259=discord-712465656758665259.desktop
|
x-scheme-handler/discord-712465656758665259=discord-712465656758665259.desktop
|
||||||
x-scheme-handler/http=LibreWolf.desktop
|
x-scheme-handler/http=librewolf.desktop
|
||||||
x-scheme-handler/https=LibreWolf.desktop
|
x-scheme-handler/https=librewolf.desktop
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
[4F96D1932A9F858E]
|
[4F96D1932A9F858E]
|
||||||
Default=r116e5eg.default-release
|
Default=penelope
|
||||||
|
Locked=1
|
||||||
|
|
||||||
|
[6C4726F70D182CF7]
|
||||||
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,15 @@ Name=testing
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=testing
|
Path=testing
|
||||||
|
|
||||||
|
[Install6C4726F70D182CF7]
|
||||||
|
Default=penelope
|
||||||
|
Locked=1
|
||||||
|
|
||||||
|
[Profile5]
|
||||||
|
Name=default-default
|
||||||
|
IsRelative=1
|
||||||
|
Path=fs502re5.default-default
|
||||||
|
|
||||||
[Profile2]
|
[Profile2]
|
||||||
Name=School
|
Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue