lucide font glyphs for tint2's

master
Daniel Napora 2022-05-19 15:12:35 +02:00
parent ae58c96ecd
commit ad6face1c6
14 changed files with 1594 additions and 68 deletions

View File

@ -0,0 +1,113 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!--
When a glyph is missing in the current font freetype2 will look into
other installed fonts to see if it's going to find it, but which fonts?
and in which order?
The configuration below aim to declare an ordered list of fonts
to be looked into when a glyph is not found in a specic font
<alias>
<family>FONT_WITH_A_POSSIBLY_MISSING_GLYPH</family>
<prefer>
<family>FIRST_FONT_TO_LOOK_INTO</family>
<family>SECOND_FONT_TO_LOOK_INTO</family>
<family>...</family>
</prefer>
</alias>
-->
<fontconfig>
<alias>
<family>monospace</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>serif</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Noto Sans</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>JetBrains Mono</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>JetBrains Mono NL</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Inconsolata</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Roboto</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Serif</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Autour One</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Cantarell</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Ubuntu</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
<alias>
<family>Source Code Pro</family>
<prefer>
<family>lucide</family>
<family>FontAwesome</family>
</prefer>
</alias>
</fontconfig>

View File

@ -325,17 +325,22 @@
<command>rofr.sh</command>
</action>
</keybind>
<keybind key="W-c">
<keybind key="W-A-c">
<action name="Execute">
<command>mbxcolors</command>
</action>
</keybind>
<keybind key="W-A-o">
<action name="Execute">
<command>colorizer -s</command>
</action>
</keybind>
<keybind key="W-p">
<action name="Execute">
<command>compton_toggle</command>
</action>
</keybind>
<keybind key="W-A-c">
<keybind key="W-c">
<action name="Execute">
<command>conky_toggle</command>
</action>
@ -1296,7 +1301,7 @@
<!-- Menus -->
<mousebind button="Left" action="Press">
<action name="ToggleShowDesktop"/>
</mousebind>
</mousebind>
<mousebind action="Press" button="Middle">
<action name="Execute">
<command>jgdesktops -s</command>

View File

@ -290,7 +290,7 @@ execp_icon_h = 12
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -307,7 +307,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_text =
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
@ -324,7 +324,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 3
button = new
button_text =
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
@ -341,7 +341,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 4
button = new
button_text =
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
@ -358,7 +358,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 5
button = new
button_text =
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
@ -375,7 +375,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 6
button = new
button_text =
button_text =
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
@ -392,7 +392,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
@ -409,7 +409,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_text =
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -0,0 +1,300 @@
#---- Generated by tint2conf 3f7c ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Tooltip
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #282a36 100
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 2: Active taskbar, Launcher
rounded = 5
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #44475a 100
border_color = #000000 0
background_color_hover = #282a36 100
border_color_hover = #000000 0
background_color_pressed = #202020 100
border_color_pressed = #000000 0
gradient_id_pressed = 0
# Background 3: Active desktop name, Active task, Systray
rounded = 5
border_width = 2
border_sides = TBLR
border_content_tint_weight = 8
background_content_tint_weight = 0
background_color = #151515 100
border_color = #000000 0
gradient_id = 0
background_color_hover = #bf3f3f 0
border_color_hover = #000000 0
gradient_id_hover = 0
background_color_pressed = #99ad6a 100
border_color_pressed = #000000 0
gradient_id_pressed = 0
# Background 4: Launcher icon
rounded = 5
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 5: Panel
rounded = 5
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_items = PL
panel_size = 90% 68
panel_margin = 0 48
panel_padding = 0 1 4
panel_background_id = 5
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = center right vertical
panel_layer = top
panel_monitor = all
panel_shrink = 1
autohide = 1
autohide_show_timeout = 0.5
autohide_hide_timeout = 0.2
autohide_height = 2
strut_policy = none
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 60 0 0
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 2 0
taskbar_background_id = 0
taskbar_active_background_id = 2
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 8 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 3
taskbar_name_font_color = #e8e8d3 100
taskbar_name_active_font_color = #ffee99 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 3
task_maximum_size = 150 32
task_padding = 3 3 3
task_font = Iosevka Nerd Font 10
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 150
task_font_color = #689d6a 100
task_normal_font_color = #26a269 100
task_active_font_color = #d3d8bd 100
task_iconified_font_color = #c1bd53 100
task_icon_asb = 50 -30 -30
task_iconified_icon_asb = 50 -60 -60
task_background_id = 0
task_normal_background_id = 0
task_active_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = close
mouse_scroll_up = next_task
mouse_scroll_down = prev_task
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 0
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 10 10 4
launcher_background_id = 2
launcher_icon_background_id = 4
launcher_icon_size = 48
launcher_icon_asb = 80 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 1
launcher_apps_dir = ~/.config/tint2/launcherapps
#-------------------------------------
# Clock
time1_format = %H %M
time2_format =
time1_font = Rubik 16
time1_timezone =
time2_timezone =
clock_font_color = #d3d8bd 100
clock_padding = 0 0
clock_background_id = 0
clock_tooltip = Today is %A,%n%d %B
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command =
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 0
battery_low_cmd = notify-send --urgency=critical "Power Management" "Battery is running low"
battery_full_cmd = notify-send --urgency=low "Power Management" "Battery is fully charged"
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 1
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd = notify-send --urgency=low "Power Management" "Charger connected"
ac_disconnected_cmd = notify-send --urgency=low "Power Management" "Charger disconnected"
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Add/Remove Launchers
button_lclick_command = jgtint2-pipe -s ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 12
button_font_color = #bd93f9 100
button_padding = 16 9
button_background_id = 2
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.2
tooltip_padding = 10 10
tooltip_background_id = 1
tooltip_font_color = #e8e8d3 100
tooltip_font = Rubik 10

View File

@ -290,7 +290,7 @@ execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -307,7 +307,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_text =
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
@ -324,7 +324,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 3
button = new
button_text =
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
@ -341,7 +341,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 4
button = new
button_text =
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
@ -358,7 +358,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 5
button = new
button_text =
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
@ -375,7 +375,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 6
button = new
button_text =
button_text =
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
@ -392,7 +392,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
@ -409,7 +409,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_text =
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -0,0 +1,300 @@
#---- Generated by tint2conf 3f7c ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Tooltip
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #151515 100
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 2: Active taskbar, Launcher
rounded = 5
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #202020 100
border_color = #000000 0
background_color_hover = #202020 100
border_color_hover = #000000 0
background_color_pressed = #202020 100
border_color_pressed = #000000 0
gradient_id_pressed = 0
# Background 3: Active desktop name, Active task, Systray
rounded = 5
border_width = 2
border_sides = TBLR
border_content_tint_weight = 8
background_content_tint_weight = 0
background_color = #151515 100
border_color = #000000 0
gradient_id = 0
background_color_hover = #bf3f3f 0
border_color_hover = #000000 0
gradient_id_hover = 0
background_color_pressed = #99ad6a 100
border_color_pressed = #000000 0
gradient_id_pressed = 0
# Background 4: Launcher icon
rounded = 5
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 5: Panel
rounded = 5
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_items = PL
panel_size = 90% 68
panel_margin = 0 48
panel_padding = 0 1 4
panel_background_id = 5
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = center right vertical
panel_layer = top
panel_monitor = all
panel_shrink = 1
autohide = 1
autohide_show_timeout = 0.5
autohide_hide_timeout = 0.2
autohide_height = 2
strut_policy = none
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 60 0 0
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 2 0
taskbar_background_id = 0
taskbar_active_background_id = 2
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 8 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 3
taskbar_name_font_color = #e8e8d3 100
taskbar_name_active_font_color = #ffee99 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 3
task_maximum_size = 150 32
task_padding = 3 3 3
task_font = Iosevka Nerd Font 10
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 150
task_font_color = #689d6a 100
task_normal_font_color = #26a269 100
task_active_font_color = #d3d8bd 100
task_iconified_font_color = #c1bd53 100
task_icon_asb = 50 -30 -30
task_iconified_icon_asb = 50 -60 -60
task_background_id = 0
task_normal_background_id = 0
task_active_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = close
mouse_scroll_up = next_task
mouse_scroll_down = prev_task
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 0
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 10 10 4
launcher_background_id = 2
launcher_icon_background_id = 4
launcher_icon_size = 48
launcher_icon_asb = 80 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 1
launcher_apps_dir = ~/.config/tint2/launcherapps
#-------------------------------------
# Clock
time1_format = %H %M
time2_format =
time1_font = Rubik 16
time1_timezone =
time2_timezone =
clock_font_color = #d3d8bd 100
clock_padding = 0 0
clock_background_id = 0
clock_tooltip = Today is %A,%n%d %B
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command =
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 0
battery_low_cmd = notify-send --urgency=critical "Power Management" "Battery is running low"
battery_full_cmd = notify-send --urgency=low "Power Management" "Battery is fully charged"
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 1
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd = notify-send --urgency=low "Power Management" "Charger connected"
ac_disconnected_cmd = notify-send --urgency=low "Power Management" "Charger disconnected"
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Add/Remove Launchers
button_lclick_command = jgtint2-pipe -s ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 12
button_font_color = #d4be98 100
button_padding = 16 9
button_background_id = 2
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.2
tooltip_padding = 10 10
tooltip_background_id = 1
tooltip_font_color = #e8e8d3 100
tooltip_font = Rubik 10

View File

@ -0,0 +1,430 @@
#---- Generated by tint2conf dd94 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 19
background_color_hover = #000000 60
border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Domyślne zadanie
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 78
border_color = #585858 68
background_color_hover = #2f2f2f 100
border_color_hover = #222222 68
background_color_pressed = #f1f1f1 40
border_color_pressed = #ffffff 68
# Background 3:
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #787373 45
border_color = #9a9a9a 100
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Aktywne
rounded = 1
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #4e4e4e 100
border_color = #ece5e5 60
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Podpowiedzi
rounded = 2
border_width = 1
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #666666 100
border_color = #2c2c2c 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Nazwa aktywnego pulpitu
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 2
background_content_tint_weight = 0
background_color = #787373 100
border_color = #ffffff 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Button, Egzekutor, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 50
border_color = #232323 60
background_color_hover = #2f2f2f 50
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPPPPPLTSEPCPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 1
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 1
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 99 0 10
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 0 4
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 10 0
taskbar_name_background_id = 7
taskbar_name_active_background_id = 6
taskbar_name_font = Noto Sans 8
taskbar_name_font_color = #bdbdbd 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 140 24
task_padding = 2 2 5
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #f3f3f5 60
task_active_font_color = #ffffff 80
task_urgent_font_color = #ffffff 80
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 8 4 4
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 24
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 6 4 4
launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_asb = 100 0 0
launcher_icon_theme = BeautyLine
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time1_timezone =
time2_timezone =
time2_font = sans 6
clock_font_color = #ffffff 60
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = manjaro-settings-manager -m msm_timedate
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 60
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 98
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-music ipc
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = feather 14
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 16
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = lucide 12
button_font_color = #f6f5f4 100
button_padding = 2 0
button_background_id = 7
button_centered = 1
button_max_icon_size = 20
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = LMB -> main menu, RMB -> settings menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 4 0
button_background_id = 7
button_centered = 0
button_max_icon_size = 20
#-------------------------------------
# Button 3
button = new
button_icon = desktop
button_text =
button_tooltip = L: Show Desktop, MW:Switch Desktop, R:Windows List
button_lclick_command = show_desktop
button_rclick_command = jgdesktops ipc
button_mclick_command =
button_uwheel_command = ~/.config/tint2/scripts/desktop next
button_dwheel_command = ~/.config/tint2/scripts/desktop prev
button_font = feather 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font = feather 14
button_font_color = #f6f5f4 100
button_padding = 4 5
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_icon = www-browser
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text = 
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = lucide 14
button_font_color = #deddda 100
button_padding = 4 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 16
#-------------------------------------
# Button 8
button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font = lucide 14
button_font_color = #deddda 100
button_padding = 4 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 16
#-------------------------------------
# Button 9
button = new
button_text = 
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = lucide 12
button_font_color = #f6f5f4 100
button_padding = 2 2
button_background_id = 7
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.3
tooltip_hide_timeout = 0.3
tooltip_padding = 10 10
tooltip_background_id = 5
tooltip_font_color = #f9f9f9 100
tooltip_font = Sans Bold 10

View File

@ -99,9 +99,9 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPPPPPLTSEPCPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 1
panel_size = 80% 32
panel_margin = 0 0
panel_padding = 0 1 1
panel_background_id = 1
wm_menu = 1
panel_dock = 0
@ -152,8 +152,8 @@ task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 140 24
task_padding = 2 2 5
task_maximum_size = 140 16
task_padding = 4 4 5
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 1
@ -175,7 +175,7 @@ mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 8 4 4
systray_padding = 4 2 2
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 24
@ -185,10 +185,10 @@ systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 6 4 4
launcher_padding = 6 2 2
launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
@ -200,8 +200,8 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time2_format =
time1_font = sans 14
time1_timezone =
time2_timezone =
time2_font = sans 6
@ -254,18 +254,18 @@ execp_rclick_command = mb-music ipc
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = feather 14
execp_font = lucide 14
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 16
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -291,10 +291,10 @@ button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 4 0
button_padding = 4 5
button_background_id = 7
button_centered = 0
button_max_icon_size = 20
button_max_icon_size = 0
#-------------------------------------
# Button 3
@ -307,7 +307,7 @@ button_rclick_command = jgdesktops ipc
button_mclick_command =
button_uwheel_command = ~/.config/tint2/scripts/desktop next
button_dwheel_command = ~/.config/tint2/scripts/desktop prev
button_font = feather 14
button_font = lucide 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
@ -325,7 +325,7 @@ button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 14
button_font = lucide 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
@ -343,7 +343,7 @@ button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font = feather 14
button_font = lucide 14
button_font_color = #f6f5f4 100
button_padding = 4 5
button_background_id = 7
@ -361,7 +361,7 @@ button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = feather 14
button_font = lucide 14
button_font_color = #deddda 100
button_padding = 4 5
button_background_id = 7
@ -371,7 +371,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_text =
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
@ -383,12 +383,12 @@ button_font_color = #deddda 100
button_padding = 4 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 16
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
@ -400,12 +400,12 @@ button_font_color = #deddda 100
button_padding = 4 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 16
button_max_icon_size = 0
#-------------------------------------
# Button 9
button = new
button_text =
button_text =
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
@ -417,7 +417,7 @@ button_font_color = #f6f5f4 100
button_padding = 2 2
button_background_id = 7
button_centered = 0
button_max_icon_size = 16
button_max_icon_size = 0
#-------------------------------------
# Tooltip

View File

@ -0,0 +1,378 @@
#---- Generated by tint2conf 14c3 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Active taskbar, Inactive taskbar, Launcher, Panel
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #161111 0
border_color = #cbdfff 100
background_color_hover = #202020 100
border_color_hover = #cbdfff 100
background_color_pressed = #202020 100
border_color_pressed = #cbdfff 100
# Background 2: Active desktop name, Active task, Button, Clock, Launcher icon, Urgent task
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #19371d 100
border_color = #224f55 0
background_color_hover = #253b26 100
border_color_hover = #224f55 0
background_color_pressed = #46919c 100
border_color_pressed = #224f55 0
# Background 3: Battery, Default task, Executor, Iconified task, Inactive desktop name, Systray, Tooltip
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #112514 100
border_color = #cbdfff 100
background_color_hover = #253b26 80
border_color_hover = #cbdfff 100
background_color_pressed = #46919c 32
border_color_pressed = #cbdfff 100
#-------------------------------------
# Panel
panel_items = PPPPPLETSEPCBPP
panel_size = 80% 32
panel_margin = 4 2
panel_padding = 2 2 1
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0
autohide_height = 1
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 100 0 10
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 1
taskbar_background_id = 1
taskbar_active_background_id = 1
taskbar_name = 0
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 10 5
taskbar_name_background_id = 3
taskbar_name_active_background_id = 2
taskbar_name_font = Roboto Mono 8
taskbar_name_font_color = #cbdfff 100
taskbar_name_active_font_color = #cbdfff 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 7
task_maximum_size = 180 30
task_padding = 8 2 8
task_font = Roboto Mono 8
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #cbdfff 100
task_active_font_color = #cbdfff 100
task_urgent_font_color = #cbdfff 100
task_iconified_font_color = #cbdfff 100
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 98 0 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 20
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 1
launcher_background_id = 1
launcher_icon_background_id = 2
launcher_icon_size = 0
launcher_icon_asb = 100 -50 -50
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/wpgtk.desktop
launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %I:%M %d %b
time2_format =
time1_font = Roboto Mono 8
time1_timezone =
time2_timezone =
time2_font = Roboto Mono 8
clock_font_color = #cbdfff 100
clock_padding = 6 0
clock_background_id = 2
clock_tooltip = Today is %A %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = manjaro-settings-manager -m msm_timedate
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 0
battery_low_status = 15
battery_low_cmd = notify-send "battery low" "connect to power source"
battery_full_cmd =
bat1_font = Roboto 8
bat2_font = Roboto 8
battery_font_color = #cbdfff 100
bat1_format =
bat2_format =
battery_padding = 10 5
battery_background_id = 3
battery_hide = 95
battery_lclick_command = notify-send "$(acpi)"
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.config/tint2/scripts/desktop info
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Show Desktop, MW:Switch Desktop, R:Windows List
execp_lclick_command = show_desktop
execp_rclick_command = jgdesktops ipc
execp_mclick_command =
execp_uwheel_command = ~/.config/tint2/scripts/desktop next
execp_dwheel_command = ~/.config/tint2/scripts/desktop prev
execp_font_color = #cbdfff 100
execp_padding = 6 0
execp_background_id = 3
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 0
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-music ipc
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = feather 14
execp_font_color = #cbdfff 100
execp_padding = 4 2
execp_background_id = 2
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), R = Settings Menu (super+s)
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font_color = #cbdfff 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_icon = web-browser
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 0 0
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_text = 
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text = 
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 8 8
tooltip_background_id = 3
tooltip_font_color = #cbdfff 100
tooltip_font = Roboto Mono 8

View File

@ -275,7 +275,7 @@ execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -378,7 +378,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_text =
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
@ -396,7 +396,7 @@ button_max_icon_size = 0
# Button 8
button = new
button_icon = system-shutdown
button_text =
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
@ -412,7 +412,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 9
button = new
button_text =
button_text =
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -290,7 +290,7 @@ execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -307,7 +307,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_text =
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
@ -324,7 +324,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 3
button = new
button_text =
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
@ -341,7 +341,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 4
button = new
button_text =
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
@ -358,7 +358,7 @@ button_max_icon_size = 34
#-------------------------------------
# Button 5
button = new
button_text =
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
@ -375,7 +375,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 6
button = new
button_text =
button_text =
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
@ -392,7 +392,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
@ -409,7 +409,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_text =
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -6,20 +6,20 @@ vol=$(LANG=C pactl list sinks | awk '/Volume:/ {printf "%s ",$5}' | cut -f1 -d '
if [[ $muted = "no" ]]; then
if [[ $vol -ge 80 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 70 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 60 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 50 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 30 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 10 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
elif [[ $vol -ge 0 ]]; then
echo "<sup><span size='xx-small'> $vol%</span></sup>"
echo "<sup><span size='xx-small'> $vol%</span></sup>"
fi
else
echo "<sub><span size='xx-small'> $vol%</span></sub>"
echo "<sub><span size='xx-small'> $vol%</span></sub>"
fi

View File

@ -265,7 +265,7 @@ execp_icon_h = 16
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Lewy SidePanel (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -405,7 +405,7 @@ button_max_icon_size = 16
#-------------------------------------
# Button 9
button = new
button_text =
button_text =
button_tooltip = Prawy SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -265,7 +265,7 @@ execp_icon_h = 16
#-------------------------------------
# Button 1
button = new
button_text =
button_text =
button_tooltip = Lewy SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -405,7 +405,7 @@ button_max_icon_size = 16
#-------------------------------------
# Button 9
button = new
button_text =
button_text =
button_tooltip = Prawy SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =