Use monospace alias for fonts, remove menu clutter
This commit is contained in:
@ -13,9 +13,6 @@ xfsettingsd &
|
||||
# fancy window switcher
|
||||
skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &
|
||||
|
||||
# side panel shortcuts for file managers
|
||||
xdg-user-dirs-gtk-update &
|
||||
|
||||
# start the panel
|
||||
al-polybar-session &
|
||||
|
||||
|
@ -18,13 +18,6 @@
|
||||
</action>
|
||||
</item>
|
||||
<separator/>
|
||||
<menu id="accessories" label="Accessories">
|
||||
<item label="Archive Manager">
|
||||
<action name="Execute">
|
||||
<command>file-roller</command>
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
<menu id="screenshot" label="Screenshot">
|
||||
<item label="Screenshot Now">
|
||||
<action name="Execute">
|
||||
@ -37,13 +30,6 @@
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
<menu id="multimedia" label="Multimedia">
|
||||
<item label="Video Player">
|
||||
<action name="Execute">
|
||||
<command>mpv --player-operation-mode=pseudo-gui</command>
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
<separator/>
|
||||
<menu execute="al-places-pipemenu --recent ~/" id="pipe-placesmenu" label="Places"/>
|
||||
<separator/>
|
||||
@ -125,23 +111,6 @@
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
<menu id="system-settings" label="System">
|
||||
<item label="Root File Manager">
|
||||
<action name="Execute">
|
||||
<command>pkexec thunar</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Root Terminal">
|
||||
<action name="Execute">
|
||||
<command>termite -e su</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="GParted">
|
||||
<action name="Execute">
|
||||
<command>gparted</command>
|
||||
</action>
|
||||
</item>
|
||||
</menu>
|
||||
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
||||
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
||||
<separator/>
|
||||
|
@ -23,37 +23,37 @@
|
||||
<keepBorder>yes</keepBorder>
|
||||
<animateIconify>no</animateIconify>
|
||||
<font place="ActiveWindow">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>11</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>11</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Italic</slant>
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>11</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>10</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="ActiveOnScreenDisplay">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>10</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
</font>
|
||||
<font place="InactiveOnScreenDisplay">
|
||||
<name>Roboto</name>
|
||||
<name>sans</name>
|
||||
<size>10</size>
|
||||
<weight>Normal</weight>
|
||||
<slant>Normal</slant>
|
||||
|
Reference in New Issue
Block a user