Compare commits

...

No commits in common. "652aed0d4d2ea48b4dae7b1fe971f8a1831064b8" and "3718df10960ba0d2c3a86d6e56ace4c1e33591c3" have entirely different histories.

27 changed files with 95 additions and 108 deletions

2
.gitignore vendored
View file

@ -2,7 +2,6 @@ QDirStat
0ad
Eqonomize
IVPN
Raspberry Pi
VSCodium
aerc
bottom
@ -30,7 +29,6 @@ qpdfview
qps
qterminal.org
screengrab
spotdl
strawberry
QtProject.conf
lxqt-mimeapps.list

View file

@ -1 +0,0 @@
/home/nirogu/.themes/Everforest/gtk-4.0/assets

1
gtk-4.0/assets Normal file
View file

@ -0,0 +1 @@
/home/nirogu/.themes/Everforest/gtk-4.0/assets

View file

@ -1 +0,0 @@
/home/nirogu/.themes/Everforest/gtk-4.0/gtk-dark.css

1
gtk-4.0/gtk-dark.css Normal file
View file

@ -0,0 +1 @@
/home/nirogu/.themes/Everforest/gtk-4.0/gtk-dark.css

View file

@ -1 +0,0 @@
/home/nirogu/.themes/Everforest/gtk-4.0/gtk.css

1
gtk-4.0/gtk.css Normal file
View file

@ -0,0 +1 @@
/home/nirogu/.themes/Everforest/gtk-4.0/gtk.css

View file

@ -1 +0,0 @@
/home/nirogu/.themes/Everforest/gtk-4.0/thumbnail.png

1
gtk-4.0/thumbnail.png Normal file
View file

@ -0,0 +1 @@
/home/nirogu/.themes/Everforest/gtk-4.0/thumbnail.png

0
images/favicon.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Before After
Before After

View file

@ -1,32 +0,0 @@
# Example autostart file for a labwc LXQt session
# Applications started here won't be closed by `lxqt-leave --logout` and settings can be lost
# Preferred place for starting wayland-only applications
# Set background color or image (below the desktop):
# swaybg -i /usr/share/lxqt/wallpapers/origami-dark-labwc.png >/dev/null 2>&1 &
# Faster startup for GTK apps:
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY > /dev/null 2>&1 &
# Configure output directives such as mode, position, scale and transform.
# Use wlr-randr to get your output names
# Example ~/.config/kanshi/config below:
# profile {
# output HDMI-A-1 position 1366,0
# output eDP-1 position 0,0
# }
# kanshi >/dev/null 2>&1 &
# wdisplays can be used as well on the fly
#
# Note that in the context of idle system power management, it is *NOT* a good
# idea to turn off displays by 'disabling outputs' for example by
# `wlr-randr --output <whatever> --off` because this re-arranges views
# (since a837fef). Instead use a wlr-output-power-management client such as
# https://git.sr.ht/~leon_plickat/wlopm
#
# Suspending can be configured in LXQt power management settings
# Screen locking can be configured in Session Settings
# Turn off display(s) after 5 minutes:
# swayidle -w timeout 300 "wlopm --off \*" resume "wlopm --on \*" > /dev/null 2>&1 &

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
This file contains all supported Labwc v0.9.2 config elements & attributes with mostly
This file contains all supported Labwc v0.9.0 config elements & attributes with mostly
default values. Some LXQt specific settings have been added. You may have a
updated version in /usr/share/docs/labwc/rc.xml.all
-->
@ -34,7 +34,6 @@
</titlebar>
<cornerRadius>8</cornerRadius>
<keepBorder>yes</keepBorder>
<maximizedDecoration>titlebar</maximizedDecoration>
<dropShadows>yes</dropShadows>
<dropShadowsOnTiled>no</dropShadowsOnTiled>
<font place="ActiveWindow">
@ -68,7 +67,7 @@
<weight>normal</weight>
</font>
</theme>
<windowSwitcher show="yes" style="thumbnail" preview="yes" outlines="yes" allWorkspaces="no">
<windowSwitcher show="yes" preview="yes" outlines="yes" allWorkspaces="no">
<fields>
<field content="icon" width="5%"/>
<field content="desktop_entry_name" width="30%"/>
@ -144,8 +143,7 @@
</focus>
<snapping>
<!-- Set range to 0 to disable window snapping completely -->
<range>10</range>
<cornerRange>50</cornerRange>
<range>1</range>
<overlay enabled="yes">
<delay inner="500" outer="500"/>
</overlay>
@ -242,25 +240,20 @@
<keybind key="W-S-r">
<action name="Reconfigure"/>
</keybind>
<!-- LXQt Keybindings
To open applications inside LXQt session use `lxqt-qdbus run <application>` or
`qdbus6 org.lxqt.session /LXQtSession execDesktopFile <desktopfile>`
See https://lxqt-project.org/wiki/Wayland-Session#global-shortcuts
-->
<!-- LXQt Keybindings -->
<!-- For advanced shortcut handling please consult
https://github.com/lxqt/lxqt/wiki/Wayland#global-shortcuts -->
<keybind key="Super_L" onRelease="yes">
<action name="Execute" command="lxqt-qdbus openmenu"/>
<action name="Execute" command="dbus-send --session --dest=org.kde.StatusNotifierWatcher --type=method_call /global_key_shortcuts/panel/fancymenu/show_hide org.lxqt.global_key_shortcuts.client.activated"/>
</keybind>
<keybind key="W-e">
<action name="Execute" command="lxqt-qdbus run pcmanfm-qt"/>
</keybind>
<keybind key="W-d">
<action name="Execute" command="lxqt-qdbus showdesktop"/>
<action name="Execute" command="pcmanfm-qt"/>
</keybind>
<keybind key="W-b">
<action name="Execute" command="lxqt-qdbus run librewolf"/>
<action name="Execute" command="librewolf"/>
</keybind>
<keybind key="W-Return">
<action name="Execute" command="lxqt-qdbus run foot"/>
<action name="Execute" command="foot"/>
</keybind>
<keybind key="W-c">
<action name="Execute" command="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland"/>
@ -269,7 +262,7 @@
<action name="Execute" command="lxqt-runner"/>
</keybind>
<keybind key="Print">
<action name="Execute" command="lxqt-qdbus run screengrab"/>
<action name="Execute" command="screengrab"/>
</keybind>
<keybind key="W-Backspace">
<action name="Execute" command="lxqt-leave"/>
@ -303,28 +296,28 @@
<action name="ToggleMaximize"/>
</keybind>
<keybind key="W-Left">
<action name="SnapToEdge" direction="left" combine="yes"/>
<action name="SnapToEdge" direction="left"/>
</keybind>
<keybind key="W-Right">
<action name="SnapToEdge" direction="right" combine="yes"/>
<action name="SnapToEdge" direction="right"/>
</keybind>
<keybind key="W-Up">
<action name="SnapToEdge" direction="up" combine="yes"/>
<action name="SnapToEdge" direction="up"/>
</keybind>
<keybind key="W-Down">
<action name="SnapToEdge" direction="down" combine="yes"/>
<action name="SnapToEdge" direction="down"/>
</keybind>
<keybind key="A-Space">
<action name="ShowMenu" menu="client-menu" atCursor="no"/>
</keybind>
<keybind key="XF86_AudioLowerVolume">
<action name="Execute" command="lxqt-qdbus volume down"/>
<action name="Execute" command="amixer sset Master 5%-"/>
</keybind>
<keybind key="XF86_AudioRaiseVolume">
<action name="Execute" command="lxqt-qdbus volume up"/>
<action name="Execute" command="amixer sset Master 5%+"/>
</keybind>
<keybind key="XF86_AudioMute">
<action name="Execute" command="lxqt-qdbus volume mute"/>
<action name="Execute" command="amixer sset Master toggle"/>
</keybind>
<keybind key="XF86_MonBrightnessUp">
<action name="Execute" command="lxqt-config-brightness -i"/>
@ -403,13 +396,44 @@
<action name="Resize"/>
</mousebind>
</context>
<context name="Border">
<mousebind button="Left" action="Press">
<action name="Focus" />
<action name="Raise" />
</mousebind>
<context name="Top">
<mousebind button="Left" action="Drag">
<action name="Resize" />
<action name="Resize"/>
</mousebind>
</context>
<context name="Left">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Right">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Bottom">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TRCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="BRCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TLCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="BLCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TitleBar">
@ -597,7 +621,7 @@
<device category="touchpad">
<naturalScroll>yes</naturalScroll>
<leftHanded>no</leftHanded>
<pointerSpeed>0.5</pointerSpeed>
<pointerSpeed>0.7</pointerSpeed>
<accelProfile/>
<tap>yes</tap>
<tapButtonMap>lrm</tapButtonMap>

View file

@ -1,5 +1,4 @@
[General]
__theme_updated__=1763621315297
__userfile__=true
icon_follow_color_scheme=true
icon_theme=Tela-circle-green-dark

View file

@ -1,7 +1,6 @@
[General]
__userfile__=true
compositor=labwc
leave_confirmation=false
lock_command_wayland=swaylock
window_manager=openbox

View file

@ -1,36 +1,36 @@
{
"AstroNvim": { "branch": "main", "commit": "ced71e326fd5a314eca237abe8a357eb4e9f40ae" },
"LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
"AstroNvim": { "branch": "main", "commit": "55a2b084eabe880c4ffa377f82bb972caec57e09" },
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" },
"aerial.nvim": { "branch": "master", "commit": "6ab1a0ce4874d21610fc5a67a6c82c7b943c635b" },
"astrocommunity": { "branch": "main", "commit": "1e6cc538002850c6830da7ec888f0a6099266c12" },
"astrocommunity": { "branch": "main", "commit": "9e0ca5bda04b1fc0d346a956fabb4f292dd81a84" },
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" },
"astrolsp": { "branch": "main", "commit": "0befe28a4ea96e46b7f7c01e4a634c04225ba55a" },
"astrotheme": { "branch": "main", "commit": "4a2af93815e4e6adfe69c836e46047a9451de858" },
"astroui": { "branch": "main", "commit": "4943abbd42674b43249313afe83b91065a40e4be" },
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
"blink.cmp": { "branch": "main", "commit": "327fff91fe6af358e990be7be1ec8b78037d2138" },
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
"everforest": { "branch": "master", "commit": "b10ed9a8b37d6b7448908be98ff8f58f550adc48" },
"everforest": { "branch": "master", "commit": "3fffb096f6ac11372944ac964c60f8af41d8809f" },
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
"gopher.nvim": { "branch": "main", "commit": "6a3924cee5a9f36d316f8e4a90c3020438d3513f" },
"gopher.nvim": { "branch": "main", "commit": "295e21e637f9194a4d2bc34622d324a88b028141" },
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" },
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
"lazydev.nvim": { "branch": "main", "commit": "01bc2aacd51cf9021eb19d048e70ce3dd09f7f93" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
"mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" },
"mason-nvim-dap.nvim": { "branch": "main", "commit": "4c2cdc69d69fe00c15ae8648f7e954d99e5de3ea" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" },
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
"neoconf.nvim": { "branch": "main", "commit": "757a4cc7e12cdd4e2fe5f4abe97769742f50bf98" },
"none-ls.nvim": { "branch": "main", "commit": "550197530c12b4838d685cf4e0d5eb4cca8d52c7" },
"neo-tree.nvim": { "branch": "main", "commit": "c4c168e459395275c552179a1baf9c3d885d6a74" },
"neoconf.nvim": { "branch": "main", "commit": "7a8d7fd36f95f5cbbf57d4a5c463f6c54ad54cd3" },
"none-ls.nvim": { "branch": "main", "commit": "6617d47fbf275d197e3335022a3d33ff310a4b93" },
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" },
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" },
"nvim-dap": { "branch": "master", "commit": "b38f7d30366d9169d0a623c4c85fbcf99d8d58bb" },
"nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" },
"nvim-dap": { "branch": "master", "commit": "7367cec8e8f7a0b1e4566af9a7ef5959d11206a7" },
"nvim-dap-go": { "branch": "main", "commit": "b4421153ead5d726603b02743ea40cf26a51ed5f" },
"nvim-dap-python": { "branch": "master", "commit": "64652d1ae1db80870d9aac7132d76e37acd86a26" },
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" },
@ -38,20 +38,20 @@
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" },
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "71385f191ec06ffc60e80e6b0c9a9d5daed4824c" },
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
"schemastore.nvim": { "branch": "main", "commit": "a025c78b147affef1aabb8aa360c92be2e0377a0" },
"schemastore.nvim": { "branch": "main", "commit": "667eaa5da8f66f1dd97c905a12dd1eb544a2d259" },
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
"snacks.nvim": { "branch": "main", "commit": "a4e46becca45eb65c73a388634b1ce8aad629ae0" },
"snacks.nvim": { "branch": "main", "commit": "da230e3ca8146da4b73752daaf0a1d07d343c12d" },
"sqls.nvim": { "branch": "main", "commit": "bfb7b4090268f6163c408577070da4cc9d7450fd" },
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
"typst-preview.nvim": { "branch": "master", "commit": "291972a39db85c5d2e76249748aba4206dfd3bc2" },
"typst.vim": { "branch": "main", "commit": "235e0423ab8b1ec83a29d8b1a45cfbd6c0296382" },
"venv-selector.nvim": { "branch": "main", "commit": "58bae72c84b9f7f864c879ec1896e384296f9ffb" },
"typst-preview.nvim": { "branch": "master", "commit": "1603d37bb44ed2efa0b4378d1dfedc087b4f2141" },
"typst.vim": { "branch": "main", "commit": "323539709e29a537ff39dfce6c05f175a8921504" },
"venv-selector.nvim": { "branch": "main", "commit": "7fff64b5b1455207b9a9fd2ae8697cf9ac0b2a2d" },
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" },
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
}

View file

@ -22,7 +22,6 @@ FgColor=#ffffff
Font="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
HideItems=false
LastSlide=
NoItemTooltip=false
OpenWithDefaultFileManager=false
PerScreenWallpaper=false
ShadowColor=#000000
@ -115,6 +114,6 @@ SidePaneMode=places
SidePaneVisible=true
SplitView=false
SplitViewTabsNum=0
SplitterPos=141
SplitterPos=250
SwitchToNewTab=false
TabPaths=@Invalid()

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<svg fill="#000000" height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 198.715 198.715" xml:space="preserve">
<g>
<path d="M161.463,48.763c-2.929-2.929-7.677-2.929-10.607,0c-2.929,2.929-2.929,7.677,0,10.606
c13.763,13.763,21.342,32.062,21.342,51.526c0,19.463-7.579,37.761-21.342,51.523c-14.203,14.204-32.857,21.305-51.516,21.303
c-18.659-0.001-37.322-7.104-51.527-21.309c-28.405-28.405-28.402-74.625,0.005-103.032c2.929-2.929,2.929-7.678,0-10.606
c-2.929-2.929-7.677-2.929-10.607,0C2.956,83.029,2.953,138.766,37.206,173.019c17.132,17.132,39.632,25.697,62.135,25.696
c22.497-0.001,44.997-8.564,62.123-25.69c16.595-16.594,25.734-38.659,25.734-62.129C187.199,87.425,178.059,65.359,161.463,48.763
z"/>
<path d="M99.332,97.164c4.143,0,7.5-3.358,7.5-7.5V7.5c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v82.164
C91.832,93.807,95.189,97.164,99.332,97.164z"/>
</g>
<?xml version="1.0" encoding="iso-8859-1"?>
<svg fill="#000000" height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 198.715 198.715" xml:space="preserve">
<g>
<path d="M161.463,48.763c-2.929-2.929-7.677-2.929-10.607,0c-2.929,2.929-2.929,7.677,0,10.606
c13.763,13.763,21.342,32.062,21.342,51.526c0,19.463-7.579,37.761-21.342,51.523c-14.203,14.204-32.857,21.305-51.516,21.303
c-18.659-0.001-37.322-7.104-51.527-21.309c-28.405-28.405-28.402-74.625,0.005-103.032c2.929-2.929,2.929-7.678,0-10.606
c-2.929-2.929-7.677-2.929-10.607,0C2.956,83.029,2.953,138.766,37.206,173.019c17.132,17.132,39.632,25.697,62.135,25.696
c22.497-0.001,44.997-8.564,62.123-25.69c16.595-16.594,25.734-38.659,25.734-62.129C187.199,87.425,178.059,65.359,161.463,48.763
z"/>
<path d="M99.332,97.164c4.143,0,7.5-3.358,7.5-7.5V7.5c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v82.164
C91.832,93.807,95.189,97.164,99.332,97.164z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1,018 B

Before After
Before After

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>moon</title>
<path d="M10.895 7.574c0 7.55 5.179 13.67 11.567 13.67 1.588 0 3.101-0.38 4.479-1.063-1.695 4.46-5.996 7.636-11.051 7.636-6.533 0-11.83-5.297-11.83-11.83 0-4.82 2.888-8.959 7.023-10.803-0.116 0.778-0.188 1.573-0.188 2.39z"></path>
<?xml version="1.0" encoding="utf-8"?>
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
<title>moon</title>
<path d="M10.895 7.574c0 7.55 5.179 13.67 11.567 13.67 1.588 0 3.101-0.38 4.479-1.063-1.695 4.46-5.996 7.636-11.051 7.636-6.533 0-11.83-5.297-11.83-11.83 0-4.82 2.888-8.959 7.023-10.803-0.116 0.778-0.188 1.573-0.188 2.39z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 415 B

Before After
Before After

View file

@ -1 +0,0 @@
assets/no-events.svg

View file

@ -0,0 +1 @@
assets/no-events.svg

View file

@ -1 +0,0 @@
assets/no-notifications.svg

View file

@ -0,0 +1 @@
assets/no-notifications.svg

View file

@ -1 +0,0 @@
assets/process-working.svg

View file

@ -0,0 +1 @@
assets/process-working.svg

View file

@ -1 +0,0 @@
checkbox-mixed-symbolic.svg

View file

@ -0,0 +1 @@
checkbox-mixed-symbolic.svg

View file

@ -1 +0,0 @@
checkbox-mixed-symbolic@2.svg

View file

@ -0,0 +1 @@
checkbox-mixed-symbolic@2.svg

View file

@ -1 +0,0 @@
small-checkbox-mixed-symbolic.svg

View file

@ -0,0 +1 @@
small-checkbox-mixed-symbolic.svg

View file

@ -1 +0,0 @@
small-checkbox-mixed-symbolic@2.svg

View file

@ -0,0 +1 @@
small-checkbox-mixed-symbolic@2.svg

View file

@ -1 +0,0 @@
checkbox-mixed-symbolic.svg

View file

@ -0,0 +1 @@
checkbox-mixed-symbolic.svg

View file

@ -1 +0,0 @@
checkbox-mixed-symbolic@2.svg

View file

@ -0,0 +1 @@
checkbox-mixed-symbolic@2.svg

View file

@ -1 +0,0 @@
small-checkbox-mixed-symbolic.svg

View file

@ -0,0 +1 @@
small-checkbox-mixed-symbolic.svg

View file

@ -1 +0,0 @@
small-checkbox-mixed-symbolic@2.svg

View file

@ -0,0 +1 @@
small-checkbox-mixed-symbolic@2.svg

View file

@ -1 +0,0 @@
metacity-theme-3.xml

View file

@ -0,0 +1 @@
metacity-theme-3.xml

View file

@ -1 +0,0 @@
metacity-theme-3.xml

View file

@ -0,0 +1 @@
metacity-theme-3.xml