Table of Contents

Autostart

Datei ~/.config/openbox/autostart

xsetroot -solid black
# root-tail -g 3230x2140+2-20 -font '-adobe-courier-medium-r-*-*-12-*-*-*-*-*-*-*' /var/log/syslog,#744444 /home/user/.xsession-errors,#555555 &
journalctl -f | root-tail -g 3230x2140+2-20 -font '-adobe-courier-medium-r-*-*-14-*-*-*-*-*-*-*' -,#744444 /home/user/.xsession-errors,#555555 &
tint2 &
conky &
xclock -xrm "*overrideRedirect: True" -geometry 150x150-0+0 &
xautolock -time 20 -locker 'i3lock -c 000000 -u -p default' -corners +0-0 &
xset b 100 110 50

Nötige Packete:

conky i3lock root-tail tint2 x11-apps x11-xserver-utils xautolock

Task Pannel

Packet: tint2
Config-File: ~/.config/tint2/tint2rc

# Background definitions
# ID 1
rounded = 0
border_width = 1
background_color = #000000 0
border_color = #FFFFFF 75 

# ID 2
rounded = 0
border_width = 0
background_color = #FFFFFF 0 
border_color = #FFFFFF 0

# ID 3
rounded = 0
border_width = 1
background_color = #FFFFFF 0
border_color = #FFFFFF 50

# Panel
panel_items = LTSC
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 16
panel_margin = 0 0
panel_padding = 0 0 0
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 2

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.1
autohide_hide_timeout = 2
autohide_height = 0
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
# taskbar_mode = single_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 3
taskbar_active_background_id = 1

# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 1
task_centered = 1
task_maximum_size = 300 35
task_padding = 0 0
task_background_id = 2
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 2
task_tooltip = 0

# Task Icons
task_icon_asb = 50 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 50 0 0

# Fonts
task_font = sans 7
task_font_color = #FFFFFF 50 
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 50
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 0 0
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 16
systray_icon_asb = 70 0 0

# Clock
time1_format = %H:%M
time1_font = sans 10
# time2_format = %A %d %B
# time2_font = sans 6
clock_font_color = #FFFFFF 100
clock_padding = 0 0
clock_background_id = 0
clock_rclick_command = orage

# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font = sans 10
tooltip_font_color = #000000 80

# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
# battery = 0
# battery_low_status = 10
# battery_low_cmd = notify-send "battery low"
# battery_hide = 98
# bat1_font = sans 8
# bat2_font = sans 6
# battery_font_color = #FFFFFF 74
# battery_padding = 1 0
# battery_background_id = 0

# End of config

Menu für alle User unter /etc/xdg/openbox/menu.xml

<?xml version="1.0" encoding="UTF-8"?>

<openbox_menu xmlns="http://openbox.org/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://openbox.org/
                file:///usr/share/openbox/menu.xsd">

<menu id="root-menu" label="Openbox">
  <item label="Web Browser">
    <action name="Execute"><execute>x-www-browser</execute></action>
  </item>
  <item label="VSCodium">
    <action name="Execute"><execute>/usr/share/codium/codium --unity-launch</execute></action>
  </item>
  <separator/>
<menu id="exit-menu" label="Exit">
  <item label="Log Out">
    <action name="Execute">
      <command>openbox --exit</command>
    </action>
  </item>
  <item label="Restart">
    <action name="Execute">
      <command>systemctl reboot</command>
    </action>
  </item>
  <item label="Shutdown">
    <action name="Execute">
      <command>systemctl poweroff</command>
    </action>
  </item>
</menu>
</menu>
</openbox_menu>