Use monospace alias for fonts, remove menu clutter

This commit is contained in:
natemaia
2018-12-02 20:19:37 -08:00
parent 26b202b69f
commit 25d560d149
60 changed files with 313 additions and 4428 deletions

View File

@ -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 &

View File

@ -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/>

View File

@ -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>