[openbox] wip 18.1

This commit is contained in:
Frede Hundewadt 2019-08-07 13:23:11 +02:00
parent 36f8a02486
commit 26872ed666
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
5 changed files with 122 additions and 85 deletions

View File

@ -13,6 +13,7 @@
>extra mpg123
>extra pavucontrol
>extra pamixer
>extra playerctl
>extra pulseaudio
>extra pulseaudio-alsa
>extra volumeicon
@ -34,8 +35,6 @@
#---------=> extra fonts
>extra noto-fonts
>extra noto-fonts-cjk
>extra noto-fonts-emoji
#---------=> office
>extra libreoffice-fresh
@ -63,7 +62,6 @@
>extra poppler-glib
>extra p7zip
>extra thunar-archive-plugin-gtk3
>extra thunar-gtk3
>extra thunar-media-tags-plugin
>extra thunar-volman-gtk3
>extra tumbler
@ -114,15 +112,14 @@ xed
alsa-firmware
alsa-utils
alsa-plugins
alsa-tools
playerctl
#---------=> CLI internet apps
lynx
w3m
#---------=> GUI file manager
pcmanfm-gtk3
#pcmanfm-gtk3
thunar-gtk3
#---------=> CLI file manager
mc
@ -178,10 +175,12 @@ manjaro-openbox-config
manjaro-openbox-desktop-settings
#---------=> edition theming and settings
kvantum-theme-matcha
manjaro-grub-theme-glassfield
manjaro-openbox-scripts
manjaro-openbox-maia
manjaro-openbox-wallpapers
manjaro-openbox-wallpapers-matrix
manjaro-slick-greeter-theme-glassfield
manjaro-wallpapers-18.0
manjaro-wallpapers-by-lunix-cool-logo
@ -192,6 +191,10 @@ matcha-gtk-theme
papirus-maia-icon-theme
xcursor-breeze
#---------=> qt5 theme handling
kvantum-qt5
qt5ct
#---------=> fonts packages
manjaro-openbox-fonts
ttf-dejavu
@ -204,7 +207,7 @@ ttf-roboto
#---------=> network
firewalld
network-manager-applet
# network-manager-applet
networkmanager
networkmanager-dmenu
networkmanager-openvpn
@ -286,7 +289,6 @@ manjaro-hotfixes
polkit
polkit-gnome
python2-xdg
qt5ct
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils

View File

@ -1 +0,0 @@
../../shared/Packages-Live

View File

@ -0,0 +1,11 @@
calamares-git
>manjaro grub-theme-live-manjaro
gsmartcontrol
manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils
nbd
pcmanfm
squashfs-tools
clonezilla

View File

@ -1,16 +1,14 @@
### Required for xfce settings to work
xfsettingsd &
sleep 0.5; xfsettingsd &
### compositor
sleep 1; manjaro-compositor --start &
### use desktop icons and pcmanfm as wallpaper manager
### uncomment pcmanfm and comment nitrogen below
pcmanfm --desktop &
### launch tint2 and polybar
sleep 1; manjaro-tint2-session &
sleep 1; polybar -c ~/.config/polybar/config openbox-bar
sleep 1; polybar -c ~/.config/polybar/config openbox-bar &
### launch conky
manjaro-conky-session &

View File

@ -39,77 +39,99 @@
</menu>
<!-- PREFERENCES MENU -->
<menu id="preferences" label="Preferences">
<menu id="openbox" label="Openbox">
<item label="Customize Look and Feel">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Openbox Configuration">
<action name="Execute">
<command>obconf</command>
</action>
</item>
<item label="GUI Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="GUI Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<item label="GUI Autostart Editor">
<action name="Execute">
<command>ob-autostart</command>
</action>
</item>
<separator />
<item label="Edit autostart">
<action name="Execute">
<command>xdg-open ~/.config/openbox/autostart</command>
</action>
</item>
<item label="Edit menu.xml">
<action name="Execute">
<command>xdg-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>xdg-open ~/.config/openbox/rc.xml</command>
</action>
</item>
<separator/>
<item label="Openbox Reconfigure">
<action name="Reconfigure"/>
</item>
<item label="Openbox Restart">
<action name="Restart"/>
</item>
</menu>
<menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu id="system-settings" label="System">
<item label="Appearance">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
</action>
</item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu>
<menu id="appearance-config" label="Customize Look and Feel">
<item label="Gtk Theme">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Gtk3 Theme">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Window Manager">
<action name="Execute">
<command>obconf</command>
</action>
</item>
</menu>
<menu id="openbox-config" label="Openbox">
<item label="GUI Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="GUI Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<separator/>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
</action>
</item>
</menu>
<menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu id="system-settings" label="System">
<item label="Audio Settings">
<action name="Execute">
<command>pavucontrol</command>
</action>
</item>
<item label="Add/Remove Software">
<action name="Execute">
<command>pamac-manager</command>
</action>
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
</action>
</item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu>
<item label="Reconfigure Openbox">
<action name="Reconfigure"/>
</item>
<item label="Restart Openbox">
<action name="Restart"/>
</item>
<separator/>
<item label="Wallpaper">
<action name="Execute">
<command>nitrogen</command>
</action>
</item>
<item label="Panel Chooser">
<action name="Execute">
<command>manjaro-panel-chooser</command>
</action>
</item>
<item label="Rofi Theme">
<action name="Execute">
<command>rofi-theme-selector</command>
</action>
</item>
</menu>
<!-- ROOT MENU -->
<menu id="root-menu" label="Openbox 3">

View File

@ -36,7 +36,12 @@ geoip="true"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('dpcpcd' 'systemd-timesyncd')
# common services
# 'avahi-daemon' 'bluetooth' 'cronie' 'ModemManager'
# 'NetworkManager' or 'dhcpcd'
# 'org.cups.cupsd' 'systemd-timesyncd' 'tlp' 'tlp-sleep'
# 'ufw' or 'firewalld'
enable_systemd=('NetworkManager' 'systemd-timesyncd')
disable_systemd=('pacman-init')
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"