123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- # background & border
- rounded = 11
- border_width = 1
- background_color = #000000 80
- border_color = #ffffff 20
- rounded = 6
- border_width = 0
- background_color = #ffffff 20
- border_color = #ffffff 20
- # panel
- panel_items = LTSC
- panel_monitor = all
- panel_position = bottom center
- panel_size = 85% 28
- panel_margin = 4 2
- panel_padding = 0 0 2
- font_shadow = 0
- panel_background_id = 0
- # launchbar
- launcher_padding = 4 2 3
- launcher_background_id = 1
- launcher_icon_theme = gnome
- launcher_icon_size = 16
- launcher_item_app = /usr/share/applications/urxvt.desktop
- launcher_item_app = /usr/share/applications/sublime_text.desktop
- launcher_item_app = /usr/share/applications/firefox.desktop
- launcher_item_app = /usr/share/applications/pcmanfm.desktop
- # taskbar
- taskbar_mode = single_desktop
- taskbar_padding = 4 4 2
- taskbar_background_id = 1
- # tasks
- task_icon = 1
- task_text = 1
- task_maximum_size = 100 26
- task_centered = 1
- task_padding = 1 1
- task_font = ForMateKonaVe 7
- task_font_color = #ffffff 70
- task_active_font_color = #ffffff 85
- task_background_id = 3
- task_active_background_id = 2
- # mouse actions on tasks
- mouse_middle = maximize_restore
- mouse_right = none
- mouse_scroll_up = toggle
- mouse_scroll_down = iconify
- # systray
- systray = 1
- systray_padding = 4 2 3
- systray_background_id = 1
- systray_icon_size = 16
- systray_monitor = primary
- # battery
- battery = 0
- battery_low_status = 7
- battery_low_cmd = zenity --warning --title="Battery" --text="Low power, please plug into the nearest outlet."
- bat1_font = ForMateKonaVe bold 8
- bat2_font = ForMateKonaVe 7
- battery_font_color = #ffffff 70
- battery_padding = 4 16
- battery_background_id = 1
- # clock
- time1_format = %T
- time1_font = ForMateKonaVe bold 8
- time2_format = %a. %Y/%m/%d
- time2_font = ForMateKonaVe 6
- clock_font_color = #ffffff 76
- clock_padding = 4 4
- clock_background_id = 1
- # autohide options
- autohide = 0
- autohide_show_timeout = 0.3
- autohide_hide_timeout = 2
- autohide_height = 2
- strut_policy = follow_size
|