last update: 2024-10-06 at 12:00:13 CEST |
Customize the OpenBox Window Manager
Install Tint2
sudo apt-get install tint2 mkdir -p ~/.config/tint2 ~/.config/openbox vim ~/.config/tint2/tint2rc
my tint2rc
Background Color
Create a jpg with this color:
-
RBG 189 186 181
-
#bdbab5
feh --bg-scale ~/Data/themes/background.jpg echo "eval `cat $HOME/.fehbg` &" > ~/.config/openbox/autostart
Install an OpenBox Theme
Customize the Theme
gzip -d Natural.obt vim Natural/openbox-3/themerc vim Natural/openbox-3/themerc obconf # Install a new theme...
Openbox Icons
lxappearance
Install a Screen Shooter
sudo apt-get install xfce4-screenshooter
vim ~/.config/openbox/rc.xml
<keybind key="Print"> <action name="Execute"> <command>xfce4-screenshooter</command> </action> </keybind>
openbox --reconfigure