-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwwp-switcher.xml
33 lines (33 loc) · 1.31 KB
/
wwp-switcher.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<wayfire>
<plugin name="wwp-switcher">
<_short>wWP Switcher</_short>
<_long>Classic switcher plugin for Wayfire</_long>
<category>Window management</category>
<option name="activate" type="key">
<_short>Activate</_short>
<_long>Activates simple switcher with the specified key.</_long>
<default><super> KEY_TAB</default>
</option>
<option name="background_color" type="color">
<_short>Background color</_short>
<_long>Background color to use in the simple switcher.</_long>
<default>#000000DD</default>
</option>
<option name="text_color" type="color">
<_short>Text color</_short>
<_long>Text color to use in the simple switcher.</_long>
<default>#FFFFFFFF</default>
</option>
<option name="font" type="string">
<_short>Font</_short>
<_long>Font to use in the simple switcher.</_long>
<default>DejaVu Sans 12</default>
</option>
<option name="icon_theme" type="string">
<_short>Icon theme</_short>
<_long>Icon theme to use in the simple switcher.</_long>
<default>Papirus-Dark</default>
</option>
</plugin>
</wayfire>