battery indicator (tint2)
parent
75a467199f
commit
39eed9a0c7
|
@ -55,7 +55,7 @@
|
|||
<keepBorder>yes</keepBorder>
|
||||
<animateIconify>yes</animateIconify>
|
||||
<font place="ActiveWindow">
|
||||
<name>Sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>9</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Bold</weight>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>Sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>9</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Bold</weight>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>Sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>11</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Normal</weight>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>Sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>10</size>
|
||||
<!-- font size in points -->
|
||||
<weight>Normal</weight>
|
||||
|
@ -91,7 +91,7 @@
|
|||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="ActiveOnScreenDisplay">
|
||||
<name>sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>9</size>
|
||||
<!-- font size in points -->
|
||||
<weight>bold</weight>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<!-- 'italic' or 'normal' -->
|
||||
</font>
|
||||
<font place="InactiveOnScreenDisplay">
|
||||
<name>sans</name>
|
||||
<name>Ubuntu</name>
|
||||
<size>9</size>
|
||||
<!-- font size in points -->
|
||||
<weight>bold</weight>
|
||||
|
@ -1107,7 +1107,7 @@
|
|||
<mousebind action="Press" button="Left">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
<action name="Unshade"/>
|
||||
<!--<action name="Unshade"/>-->
|
||||
</mousebind>
|
||||
<mousebind action="Press" button="Middle">
|
||||
<action name="Lower"/>
|
||||
|
|
|
@ -53,7 +53,7 @@ $color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
|||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
|
|
|
@ -63,8 +63,8 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:ET:FEEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_items = PPPPPF:ET:FEEPSBCPP
|
||||
panel_size = 90% 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
panel_background_id = 1
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_padding = 2 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -63,7 +63,7 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:ET:FEEPSCPP
|
||||
panel_items = PPPPPF:ET:FEEPSBCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_hide = 90
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -187,24 +187,24 @@ clock_dwheel_command =
|
|||
#-------------------------------------
|
||||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 20
|
||||
battery_low_cmd =
|
||||
battery_full_cmd = notify-send battery full
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = Monospace 9
|
||||
bat2_font = Cantarell 0
|
||||
battery_font_color = #ffffff 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd = notify-send ac_connected
|
||||
ac_disconnected_cmd = notify-send ac disconnected
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTSCPP
|
||||
panel_items = PPLTSBCPP
|
||||
panel_size = 80% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 4
|
||||
|
@ -224,23 +224,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTSEPCPP
|
||||
panel_items = PPPPPPLTSEPBCPP
|
||||
panel_size = 80% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 1
|
||||
|
@ -220,23 +220,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -220,8 +220,8 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send.sh "Battery alert!" "Battery low..."
|
||||
battery_full_cmd = notify-send.sh "Battery full" "Battery fully loaded"
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
|
@ -235,8 +235,8 @@ battery_rclick_command =
|
|||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd = notify-send.sh "AC" "AC connected"
|
||||
ac_disconnected_cmd = notify-send.sh "AC" "AC disconnected"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -1,378 +0,0 @@
|
|||
#---- 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 = xdg-open ~/.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
|
||||
|
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_items = PPPPPPLTFEPSBCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -218,7 +218,7 @@ time2_font = sans 7
|
|||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %B
|
||||
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
|
||||
|
@ -230,23 +230,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #222222 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_items = PPPPPPLTFEPSBCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -218,7 +218,7 @@ time2_font = sans 7
|
|||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %B
|
||||
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
|
||||
|
@ -230,23 +230,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #222222 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -63,7 +63,7 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:EET:FEPSCPP
|
||||
panel_items = PPPPPF:EET:FEPSBCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPFTFSCP
|
||||
panel_items = PPFTFSBCP
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 1 4
|
||||
|
@ -224,23 +224,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send -i battery-caution-symbolic "low battery"
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Battery is fully charged"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger connected"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Power Management" "Charger disconnected"
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
|
|
|
@ -53,7 +53,7 @@ $color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
|||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 1}$alignrcolor${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTSCPP
|
||||
panel_items = PPLTSBCPP
|
||||
panel_size = 80% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 4
|
||||
|
@ -229,12 +229,12 @@ battery_full_cmd =
|
|||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPFTFSCPP
|
||||
panel_items = PPFTFSBCPP
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 1 4
|
||||
|
@ -224,17 +224,17 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
|
|
|
@ -53,7 +53,7 @@ $color${voffset -20}$color1${font Cantarell:size=18}${time %b}$font\
|
|||
${voffset -3} $color${font Cantarell:size=20} ${time %Y}$font
|
||||
${voffset 10}${goto 20}${color} CPU$alignr$cpu% ${voffset -24}
|
||||
$color2$alignr${cpugraph 50,190 -l -t}${voffset -6}
|
||||
${goto 18}$font$color0${top name 1}${alignr 4}$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 18}$color0${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 18}$color0${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 18}$color0${top name 4}$alignr$color${top cpu 4}%
|
||||
|
|
|
@ -63,7 +63,7 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:ET:FEEPSCPP
|
||||
panel_items = PPPPPF:ET:FEEPSBCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -63,7 +63,7 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:ET:FEEPSCPP
|
||||
panel_items = PPPPPF:ET:FEEPSBCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -188,23 +188,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 20
|
||||
battery_low_cmd =
|
||||
battery_full_cmd = notify-send battery full
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = Monospace 9
|
||||
bat2_font = Cantarell 0
|
||||
battery_font_color = #ffffff 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd = notify-send ac_connected
|
||||
ac_disconnected_cmd = notify-send ac disconnected
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTSCPP
|
||||
panel_items = PPLTSBCPP
|
||||
panel_size = 80% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 4
|
||||
|
@ -224,23 +224,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTSEPCPP
|
||||
panel_items = PPPPPPLTSEPBCPP
|
||||
panel_size = 80% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 1
|
||||
|
@ -220,23 +220,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -220,8 +220,8 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send.sh "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh "Bateria pełna" "Bateria naładowana w 100%"
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
|
@ -235,8 +235,8 @@ battery_rclick_command =
|
|||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd = notify-send.sh "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh "Zasilanie" "Zasilanie rozłączone"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
|
||||
#-------------------------------------
|
||||
|
|
|
@ -1,378 +0,0 @@
|
|||
#---- Generated by tint2conf f6a7 ----
|
||||
# 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 = #060b0a 0
|
||||
border_color = #ffffef 100
|
||||
background_color_hover = #202020 100
|
||||
border_color_hover = #ffffef 100
|
||||
background_color_pressed = #202020 100
|
||||
border_color_pressed = #ffffef 100
|
||||
|
||||
# Background 2: Active desktop name, Active task, Button, Clock, Executor, Launcher icon, Urgent task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #817d4e 100
|
||||
border_color = #224f55 0
|
||||
background_color_hover = #847d50 100
|
||||
border_color_hover = #224f55 0
|
||||
background_color_pressed = #46919c 100
|
||||
border_color_pressed = #224f55 0
|
||||
|
||||
# Background 3: Battery, Default task, 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 = #585636 100
|
||||
border_color = #ffffef 100
|
||||
background_color_hover = #847d50 80
|
||||
border_color_hover = #ffffef 100
|
||||
background_color_pressed = #46919c 32
|
||||
border_color_pressed = #ffffef 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPLETSEPCBPP
|
||||
panel_size = 100% 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 = #ffffef 100
|
||||
taskbar_name_active_font_color = #ffffef 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 = #ffffef 100
|
||||
task_active_font_color = #ffffef 100
|
||||
task_urgent_font_color = #ffffef 100
|
||||
task_iconified_font_color = #ffffef 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 = #ffffef 100
|
||||
clock_padding = 6 0
|
||||
clock_background_id = 2
|
||||
clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = notify-send "$(cal)"
|
||||
clock_rclick_command =
|
||||
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 = #ffffef 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: Pokaż pulpit, Kółko: Przełącz pulpit, P: Lista okien
|
||||
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 = #ffffef 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 = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip = L: Mute/unmute, Kółko: Głośność, P: 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 = #ffffef 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 = Lewy 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 = #ffffef 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), P = Menu Ustawień (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 = #ffffef 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: Menadżer plików (super + f), P: Menu Miejsca (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 = #ffffef 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 = #ffffef 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: Przeglądarka WWW (super+w), P: Więcej
|
||||
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 = #ffffef 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: Zrzut ekranu (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 = #ffffef 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) środkowy: Wyloguj teraz, P: Edytuj Power menu
|
||||
button_lclick_command = mb-jgtools mblogout ipc
|
||||
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #ffffef 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 = Prawy 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 = #ffffef 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 = #ffffef 100
|
||||
tooltip_font = Roboto Mono 8
|
||||
|
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_items = PPPPPPLTFEPSBCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -230,23 +230,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #222222 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_items = PPPPPPLTFEPSBCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -230,23 +230,23 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #222222 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
|
|
|
@ -63,7 +63,7 @@ border_color_pressed = #000000 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPPPPF:EET:FEPSCPP
|
||||
panel_items = PPPPPF:EET:FEPSBCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
|
@ -180,22 +180,22 @@ 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_low_status = 10
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 1
|
||||
battery_lclick_command =
|
||||
battery_hide = 98
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
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"
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
|
@ -325,7 +325,7 @@ button_max_icon_size = 20
|
|||
# Button 3
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Menadżer plików (super + f), P: Menu Miejsca (super+.)
|
||||
button_tooltip = L: Menu Miejsca (super+.), P: Menadżer plików (super + f)
|
||||
button_lclick_command = exo-open --launch FileManager
|
||||
button_rclick_command = mb-places ipc
|
||||
button_mclick_command =
|
||||
|
@ -342,7 +342,7 @@ button_max_icon_size = 34
|
|||
# Button 4
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
|
||||
button_tooltip = L: Terminal emulator (super+t), P: Quake-term (ctrl+~)
|
||||
button_lclick_command = exo-open --launch TerminalEmulator
|
||||
button_rclick_command = mabox-terminal
|
||||
button_mclick_command =
|
||||
|
|
|
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPFTFSCP
|
||||
panel_items = PPFTFSBCP
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 1 4
|
||||
|
@ -224,29 +224,29 @@ clock_dwheel_command =
|
|||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 10
|
||||
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
|
||||
battery_full_cmd =
|
||||
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Bateria" "Niski pozion naładowania baterii!"
|
||||
battery_full_cmd = notify-send.sh -i battery --urgency=low "Bateria naładowana" "Bateria naładowana w 100%"
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat1_format = %p
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
ac_connected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie podłączone"
|
||||
ac_disconnected_cmd = notify-send.sh -i battery --urgency=low "Zasilanie" "Zasilanie odłączone"
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_text = <
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+super+lewo)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
|
@ -277,7 +277,7 @@ button_max_icon_size = 0
|
|||
# Button 3
|
||||
button = new
|
||||
button_text = >
|
||||
button_tooltip = Prawy panel (super+tab)
|
||||
button_tooltip = Prawy panel (ctrl+super+prawo)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
|
|
Loading…
Reference in New Issue