pl upd
parent
31cd7f8dfd
commit
c08106169d
|
@ -1,105 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Blue',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#368aeb',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,105 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Green',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#70b433',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,112 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#778899',
|
||||
color3 = '#9ACD32',-- YellowGreen
|
||||
color4 = '#FFA07A',-- LightSalmon
|
||||
color5 = '#FFDEAD',-- NavajoWhite
|
||||
color6 = '#00BFFF',-- DeepSkyBlue
|
||||
color7 = '#5F9EA0',-- CadetBlue
|
||||
color8 = '#BDB76B',-- DarkKhaki
|
||||
color9 = '#CD5C5C',-- IndianRed
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,105 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Red',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#ff81ca',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,120 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
--alignment mm
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#f6cb33',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#CCCCCC',
|
||||
color3 = '#9ACD32',-- YellowGreen
|
||||
color4 = '#FFA07A',-- LightSalmon
|
||||
color5 = '#FFDEAD',-- NavajoWhite
|
||||
color6 = '#00BFFF',-- DeepSkyBlue
|
||||
color7 = '#5F9EA0',-- CadetBlue
|
||||
color8 = '#BDB76B',-- DarkKhaki
|
||||
color9 = '#CD5C5C',-- IndianRed
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,105 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Red',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#111111',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#ff5e56',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,105 +0,0 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Yellow',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#FFFFFF',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
color2 = '#efc541',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}RUN${alignr}${color2}super = windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}file manager ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}run... ${alignr}${color}super+m / alt+F2
|
||||
${color2}web browser ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}volume control ${alignr}${color}super+v
|
||||
${color2}toggle Picom ${alignr}${color}super+p
|
||||
${color2}lock screen ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}exit ${alignr}${color}super+x
|
||||
${color}SIDEPANELS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Left ${alignr} ${color}ctrl+super+left
|
||||
${color2}Right ${alignr} ${color}ctrl+super+right
|
||||
${color2}Settings menu ${alignr} ${color}super+s
|
||||
${color}WINDOWS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}close ${alignr} ${color}alt+F4
|
||||
${color2}iconify ${alignr} ${color}alt+F5
|
||||
${color2}maximize ${alignr} ${color}alt+F6
|
||||
${color2}lower ${alignr} ${color}alt+esc
|
||||
${color2}show desktop ${alignr} ${color}super+d
|
||||
${color2}un/decorate ${alignr} ${color}super+b
|
||||
${color2}toggle fullscreen ${alignr} ${color}F11
|
||||
${color2}grow/move ${alignr} ${color}super+alt+arrows
|
||||
${color2}windows placement:
|
||||
${color2} - half screen ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9]
|
||||
${color}DESKTOPS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}go to desktop ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -1,300 +0,0 @@
|
|||
#---- Generated by tint2conf 1093 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Clock, Inactive desktop name, Launcher, Systray
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Active desktop name, Active task, Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel, Tooltip, Urgent task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PP
|
||||
panel_size = 60 20
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 2
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
scale_relative_to_dpi = 0
|
||||
scale_relative_to_screen_height = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 1
|
||||
taskbar_background_id = 6
|
||||
taskbar_active_background_id = 6
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 6
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #1c3c32 100
|
||||
taskbar_name_active_font_color = #12652e 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 0
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 1 1
|
||||
task_padding = 0 0 0
|
||||
task_tooltip = 0
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 6
|
||||
task_normal_background_id = 6
|
||||
task_active_background_id = 6
|
||||
task_urgent_background_id = 6
|
||||
task_iconified_background_id = 6
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip =
|
||||
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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
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_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
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_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -1,301 +0,0 @@
|
|||
#---- Generated by tint2conf b54e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Active taskbar, Clock, Inactive desktop name, Inactive taskbar, Launcher, Systray, Urgent task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3: Default task, Normal task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4: Active task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5: Iconified task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Panel, Tooltip
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTBSCP
|
||||
panel_size = 100% 60
|
||||
panel_margin = 0 20
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left vertical
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #000000 100
|
||||
taskbar_name_active_font_color = #000000 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 0
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 54 58
|
||||
task_padding = 10 8 12
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 1
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 3
|
||||
task_normal_background_id = 3
|
||||
task_active_background_id = 4
|
||||
task_urgent_background_id = 1
|
||||
task_iconified_background_id = 5
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 10
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = Droid Sans 10
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip =
|
||||
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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
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 = mb-jgtools places
|
||||
button_dwheel_command = mb-jgtools right
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = exit
|
||||
button_text =
|
||||
button_tooltip = Exit...
|
||||
button_lclick_command = mb-jgtools mblogout ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf dc5e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1e1f29 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #282a36 60
|
||||
border_color = #000000 0
|
||||
background_color_hover = #000000 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
rounded = 5
|
||||
border_width = 2
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 8
|
||||
background_content_tint_weight = 0
|
||||
background_color = #44475a 100
|
||||
border_color = #000000 0
|
||||
gradient_id = 0
|
||||
background_color_hover = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:ET:FEEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #a89984 100
|
||||
task_active_font_color = #ddc7a1 100
|
||||
task_iconified_font_color = #928374 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #ff79c6 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #bd93f9 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = #f1fa8c 100
|
||||
execp_padding = 4 2
|
||||
execp_background_id = 2
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
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
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = feather 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #bd93f9 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf 6723 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #151515 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
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 = #000000 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
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 = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:ET:FEEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #a89984 100
|
||||
task_active_font_color = #ddc7a1 100
|
||||
task_iconified_font_color = #928374 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #d4be98 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #d8a657 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 2
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
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 = #a3be8c 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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
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
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = feather 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #d8a657 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
#---- Generated by tint2conf 2319 ----
|
||||
#---- Generated by tint2conf 8d47 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1:
|
||||
# Background 1: Egzekutor
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
|
@ -18,7 +18,7 @@ border_color_hover = #000000 30
|
|||
background_color_pressed = #000000 60
|
||||
border_color_pressed = #000000 30
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
# Background 2: Domyślne zadanie, Zminimalizowane
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = B
|
||||
|
@ -31,7 +31,7 @@ border_color_hover = #eaeaea 44
|
|||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 3: Active task
|
||||
# Background 3: Aktywne
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = B
|
||||
|
@ -44,7 +44,7 @@ border_color_hover = #eaeaea 44
|
|||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 4: Urgent task
|
||||
# Background 4: Pilne
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -57,7 +57,7 @@ border_color_hover = #aa7733 100
|
|||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Panel, Tooltip
|
||||
# Background 5: Panel, Podpowiedzi
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = B
|
||||
|
@ -72,7 +72,7 @@ border_color_pressed = #000000 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPL:TSBCP
|
||||
panel_items = PPPPPPL:TESBCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 0 2
|
||||
|
@ -146,7 +146,7 @@ mouse_scroll_down = toggle
|
|||
systray_padding = 0 0 1
|
||||
systray_background_id = 0
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_size = 20
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
@ -162,10 +162,6 @@ launcher_icon_theme = Numix-Square
|
|||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
|
@ -180,7 +176,7 @@ time2_font = Cantarell 0
|
|||
clock_font_color = #ffffff 100
|
||||
clock_padding = 5 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A %dth day of %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
|
||||
|
@ -219,12 +215,36 @@ separator_style = dots
|
|||
separator_size = 4
|
||||
separator_padding = 0 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/volumettf
|
||||
execp_interval = 0
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 1
|
||||
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 = 1
|
||||
execp_centered = 1
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Left SidePanel - Places (ctrl+win+left)
|
||||
button_tooltip = Left panel (ctrl+win+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
|
@ -241,14 +261,13 @@ button_max_icon_size = 16
|
|||
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 = 0 0
|
||||
button_padding = 1 2
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
@ -256,9 +275,94 @@ button_max_icon_size = 0
|
|||
#-------------------------------------
|
||||
# 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_color = #000000 100
|
||||
button_padding = 1 2
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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_color = #000000 100
|
||||
button_padding = 1 2
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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_color = #000000 100
|
||||
button_padding = 1 2
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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_color = #000000 100
|
||||
button_padding = 1 2
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 7
|
||||
button = new
|
||||
button_icon = system-shutdown
|
||||
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 = #000000 100
|
||||
button_padding = 4 4
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 8
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Right SidePanel (ctrl+win+right)
|
||||
button_tooltip = Right panel (ctrl+win+right)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
|
|
|
@ -0,0 +1,430 @@
|
|||
#---- Generated by tint2conf 9d1f ----
|
||||
# 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 = Numix-Square
|
||||
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 = 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 = #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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#---- Generated by tint2conf 6e20 ----
|
||||
#---- Generated by tint2conf 82bc ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
|
@ -18,7 +18,7 @@ border_color_hover = #464646 100
|
|||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #bbbbbb 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
# Background 2: Domyślne zadanie, Zminimalizowane
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -31,7 +31,7 @@ border_color_hover = #4a4a4a 100
|
|||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 3: Active task
|
||||
# Background 3: Aktywne
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -44,7 +44,7 @@ border_color_hover = #aaaaaa 100
|
|||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 4: Urgent task
|
||||
# Background 4: Pilne
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -57,7 +57,7 @@ border_color_hover = #aa7733 100
|
|||
background_color_pressed = #aa4400 100
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Tooltip
|
||||
# Background 5: Podpowiedzi
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -70,7 +70,7 @@ border_color_hover = #999999 100
|
|||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 6: Inactive desktop name
|
||||
# Background 6: Nazwa nieaktywnego pulpitu
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -83,7 +83,7 @@ border_color_hover = #cccccc 100
|
|||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 7: Active desktop name
|
||||
# Background 7: Nazwa aktywnego pulpitu
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -96,7 +96,7 @@ border_color_hover = #999999 100
|
|||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 8: Systray
|
||||
# Background 8: Zasobnik systemowy
|
||||
rounded = 3
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
|
@ -111,10 +111,10 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 2 4
|
||||
panel_padding = 4 2 4
|
||||
panel_background_id = 1
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
|
@ -152,8 +152,8 @@ taskbar_always_show_all_desktop_tasks = 1
|
|||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 46
|
||||
taskbar_name_font = sans Bold 9
|
||||
taskbar_name_font_color = #222222 44
|
||||
taskbar_name_active_font_color = #222222 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
|
@ -200,14 +200,10 @@ launcher_background_id = 0
|
|||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
launcher_icon_theme = Chicago95
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
|
@ -215,14 +211,14 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
|
|||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format = %A %d %B
|
||||
time1_font = sans bold 8
|
||||
time1_font = sans Bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A %dth day of %B
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %B
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
clock_rclick_command = manjaro-settings-manager -m msm_timedate
|
||||
|
@ -252,17 +248,41 @@ battery_dwheel_command =
|
|||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
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 = #241f31 100
|
||||
execp_padding = 0 0
|
||||
execp_background_id = -1
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Left SidePanel - Places (ctrl+win+left)
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
@ -274,7 +294,7 @@ button_max_icon_size = 16
|
|||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = LMB -> main menu, RMB -> settings menu
|
||||
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
|
||||
button_mclick_command =
|
||||
|
@ -284,19 +304,122 @@ button_font_color = #000000 100
|
|||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 24
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_icon = desktop
|
||||
button_text =
|
||||
button_tooltip = Right SidePanel (ctrl+win+right)
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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 = Noto Sans 10
|
||||
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_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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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 = feather 14
|
||||
button_font_color = #241f31 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 8
|
||||
button = new
|
||||
button_icon = system-shutdown
|
||||
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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 9
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#---- Generated by tint2conf 6e20 ----
|
||||
#---- Generated by tint2conf 82bc ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
|
@ -18,7 +18,7 @@ border_color_hover = #464646 100
|
|||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #bbbbbb 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
# Background 2: Domyślne zadanie, Zminimalizowane
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -31,7 +31,7 @@ border_color_hover = #4a4a4a 100
|
|||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 3: Active task
|
||||
# Background 3: Aktywne
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -44,7 +44,7 @@ border_color_hover = #aaaaaa 100
|
|||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 4: Urgent task
|
||||
# Background 4: Pilne
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -57,7 +57,7 @@ border_color_hover = #aa7733 100
|
|||
background_color_pressed = #aa4400 100
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Tooltip
|
||||
# Background 5: Podpowiedzi
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -70,7 +70,7 @@ border_color_hover = #999999 100
|
|||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 6: Inactive desktop name
|
||||
# Background 6: Nazwa nieaktywnego pulpitu
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -83,7 +83,7 @@ border_color_hover = #cccccc 100
|
|||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 7: Active desktop name
|
||||
# Background 7: Nazwa aktywnego pulpitu
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
|
@ -96,7 +96,7 @@ border_color_hover = #999999 100
|
|||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 8: Systray
|
||||
# Background 8: Zasobnik systemowy
|
||||
rounded = 3
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
|
@ -111,10 +111,10 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 2 4
|
||||
panel_padding = 4 2 4
|
||||
panel_background_id = 1
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
|
@ -152,8 +152,8 @@ taskbar_always_show_all_desktop_tasks = 1
|
|||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 46
|
||||
taskbar_name_font = sans Bold 9
|
||||
taskbar_name_font_color = #222222 44
|
||||
taskbar_name_active_font_color = #222222 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
|
@ -200,14 +200,10 @@ launcher_background_id = 0
|
|||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
launcher_icon_theme = Chicago95
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
|
@ -215,14 +211,14 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
|
|||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format = %A %d %B
|
||||
time1_font = sans bold 8
|
||||
time1_font = sans Bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A %dth day of %B
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %B
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
clock_rclick_command = manjaro-settings-manager -m msm_timedate
|
||||
|
@ -252,17 +248,41 @@ battery_dwheel_command =
|
|||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
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 = #241f31 100
|
||||
execp_padding = 0 0
|
||||
execp_background_id = -1
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Left SidePanel - Places (ctrl+tab)
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
@ -274,7 +294,7 @@ button_max_icon_size = 16
|
|||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Left -> main menu, Right -> settings menu
|
||||
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
|
||||
button_mclick_command =
|
||||
|
@ -284,19 +304,122 @@ button_font_color = #000000 100
|
|||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 24
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_icon = desktop
|
||||
button_text =
|
||||
button_tooltip = Right SidePanel (super+tab)
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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 = Noto Sans 10
|
||||
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_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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
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 = feather 14
|
||||
button_font_color = #241f31 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 8
|
||||
button = new
|
||||
button_icon = system-shutdown
|
||||
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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 9
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf b92b ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f232b 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #2b303c 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
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
rounded = 5
|
||||
border_width = 2
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 8
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f232b 80
|
||||
border_color = #000000 0
|
||||
gradient_id = 0
|
||||
background_color_hover = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:EET:FEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #81a1c1 100
|
||||
task_active_font_color = #a3be8c 100
|
||||
task_iconified_font_color = #4c566a 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #d8dee9 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Today is %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 2
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #8fbcbb 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
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 12
|
||||
execp_font_color = #8fbcbb 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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
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
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = feather 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #ebcb8b 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -1,299 +0,0 @@
|
|||
#---- Generated by tint2conf 376b ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #000000 48
|
||||
border_color = #5e0b0b 100
|
||||
background_color_hover = #000000 70
|
||||
border_color_hover = #000000 30
|
||||
background_color_pressed = #000000 70
|
||||
border_color_pressed = #000000 30
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 1
|
||||
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 = #aaaaaa 22
|
||||
border_color_hover = #eaeaea 44
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 3: Active task, Inactive taskbar, Launcher
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #777777 20
|
||||
border_color = #ffffff 40
|
||||
background_color_hover = #aaaaaa 22
|
||||
border_color_hover = #eaeaea 44
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 4: Urgent task
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
background_color_hover = #cc7700 100
|
||||
border_color_hover = #aa7733 100
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Clock, Tooltip
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #5e0b0b 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 0
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 0
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
# Background 6:
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #5e0b0b 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
# Background 7: Systray
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #65543f 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTSBCP
|
||||
panel_size = 80% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 2 2 0
|
||||
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.5
|
||||
autohide_height = 2
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 1
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 3 0 4
|
||||
taskbar_background_id = 3
|
||||
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 = 4 2
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Noto Sans 9
|
||||
taskbar_name_font_color = #e3e3e3 100
|
||||
taskbar_name_active_font_color = #f4c00d 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 100000
|
||||
task_maximum_size = 96 30
|
||||
task_padding = 2 3 4
|
||||
task_font = Noto Sans 8
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #f6cb33 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 2 1 2
|
||||
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 = 2 0 2
|
||||
launcher_background_id = 3
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = ubuntu 10
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #f6cb33 100
|
||||
clock_padding = 6 0
|
||||
clock_background_id = 5
|
||||
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 = ubuntu 10
|
||||
bat2_font = ubuntu 8
|
||||
battery_font_color = #ffffff 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
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_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.1
|
||||
tooltip_padding = 6 10
|
||||
tooltip_background_id = 5
|
||||
tooltip_font_color = #f6cb33 100
|
||||
|
|
@ -0,0 +1,87 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
me="$(basename "$0")"
|
||||
maxlen="$2" # Longitud máxima de la cuerda antes de dividir en líneas
|
||||
lines="$1" # Es mejor si maxlen% lines es 0
|
||||
tmp_dir="/tmp"
|
||||
|
||||
function only_me_or_exit {
|
||||
# Asegúrese de que solo se esté ejecutando 1 instancia
|
||||
touch "$1"
|
||||
read lastPID < "$1" # Si lastPID no es nulo y existe un proceso con ese pid, salir [ ! -z "$lastPID" -a -d /proc/$lastPID ] && { echo "Ya se está ejecutando una instancia de $me con pid $lastPID." ; exit 1 ; } # else - Guardar pid en el archivo de bloqueo y continuar echo $$ > "$1"
|
||||
}
|
||||
|
||||
function exit_only_me {
|
||||
rm "$pidfile"
|
||||
exit
|
||||
}
|
||||
|
||||
function otherinfo_func {
|
||||
# Obtener el tiempo actual y total de la canción
|
||||
iCurrentTime="$(audtool --current-song-output-length)"
|
||||
iTotalTime="$(audtool --current-song-length)"
|
||||
echo "${iCurrentTime}/${iTotalTime}"
|
||||
}
|
||||
|
||||
function join_maxlen_func {
|
||||
# 2 strings - $1 y $2 - no pasar $maxlen de caracteres
|
||||
# pero la primera cuerda debe acortarse, no la 2da.
|
||||
dots=""
|
||||
[ ${#1} -gt $((maxlen - ${#2})) ] && dots="..."
|
||||
echo "${1:0:((maxlen - ${#dots} - ${#2}))}$dots $2"
|
||||
}
|
||||
|
||||
function lines_func {
|
||||
string="$1"
|
||||
for (( ; lines > 1 ; lines-- ))
|
||||
do
|
||||
length=${#string}
|
||||
for (( fwd=$((length/lines)) , bwd=$((length/lines)) ; bwd >= 0 ; fwd++ , bwd-- ))
|
||||
do
|
||||
if [[ "${string:$fwd:1}" = " " ]]
|
||||
then
|
||||
echo "${string:0:$fwd}"
|
||||
string="${string:$((fwd + 1))}"
|
||||
break
|
||||
fi
|
||||
if [[ "${string:$bwd:1}" = " " ]]
|
||||
then
|
||||
echo "${string:0:$bwd}"
|
||||
string="${string:$((bwd + 1))}"
|
||||
break
|
||||
fi
|
||||
#~ "${string:$bwd:1}"
|
||||
#~ wordlength
|
||||
done
|
||||
done
|
||||
echo "$string"
|
||||
}
|
||||
|
||||
# Solo se tiene que ejecutar 1 sola instancia
|
||||
pidfile="$tmp_dir/${me}_pid"
|
||||
only_me_or_exit "$pidfile"
|
||||
|
||||
if pidof audacious >/dev/null
|
||||
then
|
||||
|
||||
status="$(audtool --playback-status)"
|
||||
infostring="$(audtool --current-song)"
|
||||
|
||||
case "$status" in
|
||||
"playing")
|
||||
#echo ""
|
||||
lines_func " $(join_maxlen_func "$infostring" "$(otherinfo_func)")"
|
||||
exit_only_me
|
||||
;;
|
||||
"paused")
|
||||
#echo ""
|
||||
lines_func " $(join_maxlen_func "$infostring" "$(otherinfo_func)")"
|
||||
exit_only_me
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
echo # no icon for uptime?
|
||||
exit_only_me
|
|
@ -0,0 +1,44 @@
|
|||
#!/bin/bash
|
||||
|
||||
function get_current_desktop {
|
||||
DSK=($(wmctrl -d | grep \* | tr -s ' ' | cut -d' ' -f1,10))
|
||||
CUR_DSK=${DSK[0]}
|
||||
CUR_DSK_NAME=${DSK[1]}
|
||||
}
|
||||
|
||||
function get_desktop_count {
|
||||
MAX_DSK=$(wmctrl -d | wc -l)
|
||||
}
|
||||
|
||||
function switch_desktop {
|
||||
get_current_desktop
|
||||
get_desktop_count
|
||||
MAX_IDX=$((MAX_DSK-1))
|
||||
NEW_DSK=$((CUR_DSK+1))
|
||||
if [ "$NEW_DSK" -lt 0 ]; then
|
||||
NEW_DSK=${MAX_IDX}
|
||||
elif [ "$NEW_DSK" -gt "$MAX_IDX" ]; then
|
||||
NEW_DSK=0
|
||||
fi
|
||||
wmctrl -s $NEW_DSK
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
info)
|
||||
get_current_desktop
|
||||
echo "<small>$CUR_DSK_NAME</small>"
|
||||
;;
|
||||
number)
|
||||
get_current_desktop
|
||||
echo $CUR_DSK
|
||||
;;
|
||||
next)
|
||||
switch_desktop 1
|
||||
;;
|
||||
prev)
|
||||
switch_desktop -1
|
||||
;;
|
||||
*)
|
||||
echo "WRONG INPUT"
|
||||
;;
|
||||
esac
|
|
@ -0,0 +1,33 @@
|
|||
#!/bin/bash
|
||||
# Tint2 volume executor with icond from volumeicon
|
||||
|
||||
muted=$(pacmd list-sinks | awk '/muted/ { print $2 }')
|
||||
vol=$(LANG=C pactl list sinks | awk '/Volume:/ {printf "%s ",$5}' | cut -f1 -d ' ' | cut -f1 -d '%')
|
||||
|
||||
if [[ $muted = "no" ]]; then
|
||||
if [[ $vol -ge 80 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/8.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 70 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/7.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 60 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/6.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 50 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/5.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 30 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/4.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 10 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/3.png
|
||||
echo "$vol%"
|
||||
elif [[ $vol -ge 0 ]]; then
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/2.png
|
||||
echo "$vol%"
|
||||
fi
|
||||
else
|
||||
echo /usr/share/volumeicon/icons/Blue Bar/1.png
|
||||
echo ""
|
||||
fi
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/bash
|
||||
# Tint2 volume executor with ttf icons
|
||||
|
||||
muted=$(pacmd list-sinks | awk '/muted/ { print $2 }')
|
||||
vol=$(LANG=C pactl list sinks | awk '/Volume:/ {printf "%s ",$5}' | cut -f1 -d ' ' | cut -f1 -d '%')
|
||||
|
||||
if [[ $muted = "no" ]]; then
|
||||
if [[ $vol -ge 80 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 70 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 60 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 50 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 30 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 10 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
elif [[ $vol -ge 0 ]]; then
|
||||
echo "<sup><span size='xx-small'> $vol%</span></sup>"
|
||||
fi
|
||||
else
|
||||
echo "<sub><span size='xx-small'> $vol%</span></sub>"
|
||||
fi
|
|
@ -1,215 +0,0 @@
|
|||
#---- Generated by tint2conf 3c6e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Domyślne zadanie
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #2b2b2c 100
|
||||
border_color = #000000 48
|
||||
background_color_hover = #ffffff 20
|
||||
border_color_hover = #cfcfcf 15
|
||||
background_color_pressed = #ffffff 20
|
||||
border_color_pressed = #cfcfcf 15
|
||||
|
||||
# Background 2:
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1a954e 60
|
||||
border_color = #404040 100
|
||||
background_color_hover = #0abb2f 40
|
||||
border_color_hover = #292929 100
|
||||
background_color_pressed = #8c3e00 95
|
||||
border_color_pressed = #ffffff 48
|
||||
|
||||
# Background 3: Aktywne
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #353638 100
|
||||
border_color = #000000 59
|
||||
background_color_hover = #2f2f2f 100
|
||||
border_color_hover = #222222 68
|
||||
background_color_pressed = #f1f1f1 40
|
||||
border_color_pressed = #ffffff 68
|
||||
|
||||
# Background 4: Aktywne zadanie, Nieaktywne zadanie, Panel, Zegar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #484a4d 100
|
||||
border_color = #232323 60
|
||||
background_color_hover = #2f2f2f 0
|
||||
border_color_hover = #222222 0
|
||||
background_color_pressed = #f1f1f1 0
|
||||
border_color_pressed = #ffffff 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = LTC
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 5
|
||||
panel_background_id = 4
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = bottom center horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.2
|
||||
autohide_hide_timeout = 1
|
||||
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 1 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 2 2
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 4
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Sans 9
|
||||
taskbar_name_font_color = #696969 100
|
||||
taskbar_name_active_font_color = #40e513 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 = 20
|
||||
task_maximum_size = 200 32
|
||||
task_padding = 2 2 2
|
||||
task_font = Droid Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #ffffff 65
|
||||
task_active_font_color = #ffffff 100
|
||||
task_urgent_font_color = #ffffff 100
|
||||
task_iconified_font_color = #ffffff 60
|
||||
task_icon_asb = 30 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 1
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 0
|
||||
task_iconified_background_id = 0
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 0 6 10
|
||||
systray_background_id = 0
|
||||
systray_sort = left2right
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 30
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Trebuchet MS 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #ffffff 80
|
||||
clock_padding = 10 6
|
||||
clock_background_id = 4
|
||||
clock_tooltip =
|
||||
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 = 20
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
bat1_font = Liberation Mono 8
|
||||
bat2_font = Liberation Mono 8
|
||||
battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 2 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 96
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.1
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 10 10
|
||||
tooltip_background_id = 0
|
||||
tooltip_font_color = #ffffff 100
|
||||
tooltip_font = Droid Sans 9
|
||||
|
|
@ -1,300 +0,0 @@
|
|||
#---- Generated by tint2conf 1093 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Clock, Inactive desktop name, Launcher, Systray
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Active desktop name, Active task, Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel, Tooltip, Urgent task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PP
|
||||
panel_size = 60 20
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 2
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
scale_relative_to_dpi = 0
|
||||
scale_relative_to_screen_height = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 1
|
||||
taskbar_background_id = 6
|
||||
taskbar_active_background_id = 6
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 6
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #1c3c32 100
|
||||
taskbar_name_active_font_color = #12652e 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 0
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 1 1
|
||||
task_padding = 0 0 0
|
||||
task_tooltip = 0
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 6
|
||||
task_normal_background_id = 6
|
||||
task_active_background_id = 6
|
||||
task_urgent_background_id = 6
|
||||
task_iconified_background_id = 6
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip = Hoy es %A, %e de %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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Panel Izquierdo - Lugares (ctrl+win+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Panel Derecho(ctrl+win+right)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -1,301 +0,0 @@
|
|||
#---- Generated by tint2conf b54e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Active taskbar, Clock, Inactive desktop name, Inactive taskbar, Launcher, Systray, Urgent task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3: Default task, Normal task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4: Active task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5: Iconified task
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Panel, Tooltip
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTBSCP
|
||||
panel_size = 100% 60
|
||||
panel_margin = 0 20
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left vertical
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #000000 100
|
||||
taskbar_name_active_font_color = #000000 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 0
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 54 58
|
||||
task_padding = 10 8 12
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 1
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 3
|
||||
task_normal_background_id = 3
|
||||
task_active_background_id = 4
|
||||
task_urgent_background_id = 1
|
||||
task_iconified_background_id = 5
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 10
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = Droid Sans 10
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip = Hoy es %A, %e de %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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Izquierda -> Menú principal, Derecha - Menú de configuración
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command = mb-jgtools settings ipc
|
||||
button_mclick_command =
|
||||
button_uwheel_command = mb-jgtools places
|
||||
button_dwheel_command = mb-jgtools right
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = exit
|
||||
button_text =
|
||||
button_tooltip = Salir
|
||||
button_lclick_command = mb-jgtools mblogout ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -1,314 +0,0 @@
|
|||
#---- Generated by tint2conf 7534 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #d4cfc7 100
|
||||
border_color = #ffffff 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #464646 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #bbbbbb 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #d4cfc7 100
|
||||
border_color = #484848 29
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #4a4a4a 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 3: Active task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #ebebeb 100
|
||||
border_color = #484848 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #aaaaaa 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 4: Urgent task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
background_color_hover = #aa4400 100
|
||||
border_color_hover = #aa7733 100
|
||||
background_color_pressed = #aa4400 100
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Tooltip
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #ffffaa 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 6: Inactive desktop name
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #eeeeee 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 7: Active desktop name
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #dddddd 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #dddddd 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 8: Systray
|
||||
rounded = 3
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #dddddd 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #dddddd 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 2 4
|
||||
panel_background_id = 1
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = bottom center horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0
|
||||
autohide_hide_timeout = 0.5
|
||||
autohide_height = 2
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 2
|
||||
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 = 1
|
||||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 47
|
||||
taskbar_name_active_font_color = #222222 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 = 100000
|
||||
task_maximum_size = 140 35
|
||||
task_padding = 4 3 4
|
||||
task_font = sans 8
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #222222 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = prev_task
|
||||
mouse_scroll_down = next_task
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 4 0 2
|
||||
systray_background_id = 8
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 22
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
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 bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Hoy es %A, %e de %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 = #222222 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Panel Izquierdo - Lugares (ctrl+win+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Izquierda -> Menú principal, Derecha - Menú de configuración
|
||||
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 = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 24
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Panel Derecho(ctrl+win+right)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.5
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 6 6
|
||||
tooltip_background_id = 5
|
||||
tooltip_font_color = #222222 100
|
||||
tooltip_font = sans 9
|
||||
|
|
@ -1,314 +0,0 @@
|
|||
#---- Generated by tint2conf 7534 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #d4cfc7 100
|
||||
border_color = #ffffff 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #464646 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #bbbbbb 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #d4cfc7 100
|
||||
border_color = #484848 29
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #4a4a4a 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 3: Active task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #ebebeb 100
|
||||
border_color = #484848 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #aaaaaa 100
|
||||
background_color_pressed = #cccccc 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 4: Urgent task
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
background_color_hover = #aa4400 100
|
||||
border_color_hover = #aa7733 100
|
||||
background_color_pressed = #aa4400 100
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Tooltip
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #ffffaa 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 6: Inactive desktop name
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #eeeeee 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #eeeeee 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #eeeeee 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
# Background 7: Active desktop name
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #dddddd 100
|
||||
border_color = #999999 100
|
||||
background_color_hover = #dddddd 100
|
||||
border_color_hover = #999999 100
|
||||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #999999 100
|
||||
|
||||
# Background 8: Systray
|
||||
rounded = 3
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #dddddd 100
|
||||
border_color = #cccccc 100
|
||||
background_color_hover = #dddddd 100
|
||||
border_color_hover = #cccccc 100
|
||||
background_color_pressed = #dddddd 100
|
||||
border_color_pressed = #cccccc 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 2 4
|
||||
panel_background_id = 1
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top center horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0
|
||||
autohide_hide_timeout = 0.5
|
||||
autohide_height = 2
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 2
|
||||
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 = 1
|
||||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 47
|
||||
taskbar_name_active_font_color = #222222 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 = 100000
|
||||
task_maximum_size = 140 35
|
||||
task_padding = 4 3 4
|
||||
task_font = sans 8
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #222222 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = prev_task
|
||||
mouse_scroll_down = next_task
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 4 0 2
|
||||
systray_background_id = 8
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 22
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
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 bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
clock_font_color = #222222 100
|
||||
clock_padding = 1 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Hoy es %A, %e de %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 = #222222 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Izquierda -> Menú principal, Derecha - Menú de configuración
|
||||
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 = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 24
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Panel Derecho(super+tab)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.5
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 6 6
|
||||
tooltip_background_id = 5
|
||||
tooltip_font_color = #222222 100
|
||||
tooltip_font = sans 9
|
||||
|
|
@ -1,215 +0,0 @@
|
|||
#---- Generated by tint2conf 3c6e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Domyślne zadanie
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #2b2b2c 100
|
||||
border_color = #000000 48
|
||||
background_color_hover = #ffffff 20
|
||||
border_color_hover = #cfcfcf 15
|
||||
background_color_pressed = #ffffff 20
|
||||
border_color_pressed = #cfcfcf 15
|
||||
|
||||
# Background 2:
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1a954e 60
|
||||
border_color = #404040 100
|
||||
background_color_hover = #0abb2f 40
|
||||
border_color_hover = #292929 100
|
||||
background_color_pressed = #8c3e00 95
|
||||
border_color_pressed = #ffffff 48
|
||||
|
||||
# Background 3: Aktywne
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #353638 100
|
||||
border_color = #000000 59
|
||||
background_color_hover = #2f2f2f 100
|
||||
border_color_hover = #222222 68
|
||||
background_color_pressed = #f1f1f1 40
|
||||
border_color_pressed = #ffffff 68
|
||||
|
||||
# Background 4: Aktywne zadanie, Nieaktywne zadanie, Panel, Zegar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #484a4d 100
|
||||
border_color = #232323 60
|
||||
background_color_hover = #2f2f2f 0
|
||||
border_color_hover = #222222 0
|
||||
background_color_pressed = #f1f1f1 0
|
||||
border_color_pressed = #ffffff 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = LTC
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 5
|
||||
panel_background_id = 4
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = bottom center horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.2
|
||||
autohide_hide_timeout = 1
|
||||
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 1 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 2 2
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 4
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Sans 9
|
||||
taskbar_name_font_color = #696969 100
|
||||
taskbar_name_active_font_color = #40e513 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 = 20
|
||||
task_maximum_size = 200 32
|
||||
task_padding = 2 2 2
|
||||
task_font = Droid Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #ffffff 65
|
||||
task_active_font_color = #ffffff 100
|
||||
task_urgent_font_color = #ffffff 100
|
||||
task_iconified_font_color = #ffffff 60
|
||||
task_icon_asb = 30 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 1
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 0
|
||||
task_iconified_background_id = 0
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 0 6 10
|
||||
systray_background_id = 0
|
||||
systray_sort = left2right
|
||||
systray_icon_size = 22
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 30
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Trebuchet MS 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #ffffff 80
|
||||
clock_padding = 10 6
|
||||
clock_background_id = 4
|
||||
clock_tooltip = Hoy es %A, %e de %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 = 20
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
bat1_font = Liberation Mono 8
|
||||
bat2_font = Liberation Mono 8
|
||||
battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 2 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 96
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.1
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 10 10
|
||||
tooltip_background_id = 0
|
||||
tooltip_font_color = #ffffff 100
|
||||
tooltip_font = Droid Sans 9
|
||||
|
|
@ -70,21 +70,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -6,17 +6,15 @@ conky.config = {
|
|||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Colorize',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
--alignment mm
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
@ -24,25 +22,11 @@ conky.config = {
|
|||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#f6cb33',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#CCCCCC',
|
||||
color3 = '#9ACD32',-- YellowGreen
|
||||
color4 = '#FFA07A',-- LightSalmon
|
||||
color5 = '#FFDEAD',-- NavajoWhite
|
||||
color6 = '#00BFFF',-- DeepSkyBlue
|
||||
color7 = '#5F9EA0',-- CadetBlue
|
||||
color8 = '#BDB76B',-- DarkKhaki
|
||||
color9 = '#CD5C5C',-- IndianRed
|
||||
default_color = '#847D50',
|
||||
color2 = '#e0ddc7',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
|
@ -80,27 +64,26 @@ conky.config = {
|
|||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
|
@ -87,21 +87,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -0,0 +1,103 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Dracula',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#8be9fd',
|
||||
color2 = '#6272a4',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}zamknij ${alignr} ${color}alt+F4
|
||||
${color2}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color2}maksymalizacja ${alignr} ${color}alt+F6
|
||||
${color2}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color2}wł/wył obramowanie ${alignr} ${color}super+b
|
||||
${color2}wł/wył pełny ekran ${alignr} ${color}F11 / super+ENTER
|
||||
${color2}powiększanie/przesuwanie ${alignr} ${color}super+alt+strzałki
|
||||
${color2}rozmieszczanie okien:
|
||||
${color2} - połowa ekranu ${alignr} ${color}super+strzałki
|
||||
${color2} - 1/4 ekranu ${alignr} ${color}super+numeryczna[1..9]
|
||||
${color}PULPITY${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}przejdź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -66,25 +66,24 @@ conky.config = {
|
|||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -70,21 +70,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -0,0 +1,103 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Gruvbox',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#89b482',
|
||||
color2 = '#d8a657',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}zamknij ${alignr} ${color}alt+F4
|
||||
${color2}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color2}maksymalizacja ${alignr} ${color}alt+F6
|
||||
${color2}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color2}wł/wył obramowanie ${alignr} ${color}super+b
|
||||
${color2}wł/wył pełny ekran ${alignr} ${color}F11 / super+ENTER
|
||||
${color2}powiększanie/przesuwanie ${alignr} ${color}super+alt+strzałki
|
||||
${color2}rozmieszczanie okien:
|
||||
${color2} - połowa ekranu ${alignr} ${color}super+strzałki
|
||||
${color2} - 1/4 ekranu ${alignr} ${color}super+numeryczna[1..9]
|
||||
${color}PULPITY${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}przejdź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,104 @@
|
|||
conky.config = {
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Gruvbox',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '#d8dee9',
|
||||
color2 = '#4c566a',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
|
||||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}zamknij ${alignr} ${color}alt+F4
|
||||
${color2}minimalizuj ${alignr} ${color}alt+F5
|
||||
${color2}maksymalizacja ${alignr} ${color}alt+F6
|
||||
${color2}pokaż pulpit ${alignr} ${color}super+d
|
||||
${color2}wł/wył obramowanie ${alignr} ${color}super+b
|
||||
${color2}wł/wył pełny ekran ${alignr} ${color}F11 / super+ENTER
|
||||
${color2}powiększanie/przesuwanie ${alignr} ${color}super+alt+strzałki
|
||||
${color2}rozmieszczanie okien:
|
||||
${color2} - połowa ekranu ${alignr} ${color}super+strzałki
|
||||
${color2} - 1/4 ekranu ${alignr} ${color}super+numeryczna[1..9]
|
||||
${color}PULPITY${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}przejdź na pulpit ${alignr} ${color}super+[1..4]
|
||||
]];
|
|
@ -70,21 +70,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -70,21 +70,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -70,21 +70,21 @@ conky.config = {
|
|||
conky.text = [[
|
||||
${color}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}quake-terminal ${alignr}${color}ctrl+~
|
||||
${color2}kontrola głośności ${alignr}${color}super+v
|
||||
${color2}menu ${alignr}${color}super / super+spacja
|
||||
${color2}uruchom... ${alignr}${color}super+m / alt+F2
|
||||
${color2}zrzuty ekranu... ${alignr}${color}PrtScr
|
||||
${color2}wł/wył Picom ${alignr}${color}super+p
|
||||
${color2}wł/wył Conky ${alignr}${color}super+alt+c
|
||||
${color2}blokuj ekran ${alignr}${color}super+l
|
||||
${color2}xkill ${alignr}${color}super+k
|
||||
${color2}wyjście ${alignr}${color}super+x
|
||||
${color}PANELE${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}Lewy ${alignr} ${color}ctrl+super+left
|
||||
${color2}Prawy ${alignr} ${color}ctrl+super+right
|
||||
${color2}Miejsca ${alignr} ${color}super+.
|
||||
${color2}Menu ustawień ${alignr} ${color}super+s
|
||||
${color}OKNA${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
|
|
|
@ -0,0 +1,84 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
--own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
--own_window_argb_visual = true,
|
||||
--own_window_argb_value = 228,
|
||||
own_window_colour = '#162c27',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
-- gap_x = 15,
|
||||
gap_x = 15,
|
||||
gap_y = 40,
|
||||
alignment = 'top_right',
|
||||
--minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#847D50',
|
||||
color3 = '#CDC76D',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#e0ddc7',
|
||||
|
||||
draw_borders = no,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 0,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}
|
||||
$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B}
|
||||
${voffset -20}${goto 10}$color${font Cantarell:size=20}${time %Y}
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
${font Cantarell:size=9}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
$alignr${execi 1200 whoami}@${nodename}
|
||||
${voffset 10}${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} dostępne aktualizacje: ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq | wc -l}${color}
|
||||
${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -1,13 +1,12 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
-- own_window_argb_visual yes
|
||||
-- own_window_argb_value 125
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Quakeworld Monitor Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
|
@ -21,14 +20,13 @@ conky.config = {
|
|||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = true,
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
|
||||
color2 = '#f6cb33',
|
||||
color3 = '#5e0b0b',
|
||||
color2 = '#6272a4',
|
||||
color3 = '#ff79c6',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#CCCCCC',
|
||||
default_color = '#8be9fd',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
|
@ -44,14 +42,12 @@ conky.config = {
|
|||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}
|
||||
$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B}
|
||||
${voffset -20}${goto 20}$color${font Cantarell:size=20}${time %Y}
|
||||
${voffset -20}${goto 10}$color${font Cantarell:size=20}${time %Y}
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
${font Cantarell:size=9}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
|
@ -0,0 +1,80 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
alignment = 'top_right',
|
||||
minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#d8a657',
|
||||
color3 = '#ea6962',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#89b482',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}
|
||||
$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B}
|
||||
${voffset -20}${goto 10}$color${font Cantarell:size=20}${time %Y}
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
${font Cantarell:size=9}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
$alignr${execi 1200 whoami}@${nodename}
|
||||
${voffset 10}${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} dostępne aktualizacje: ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq | wc -l}${color}
|
||||
${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -0,0 +1,80 @@
|
|||
conky.config = {
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 50,
|
||||
alignment = 'top_right',
|
||||
minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '#4c566a',
|
||||
color3 = '#bf616a',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#d8dee9',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}
|
||||
$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B}
|
||||
${voffset -20}${goto 10}$color${font Cantarell:size=20}${time %Y}
|
||||
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
|
||||
${font Cantarell:size=9}${goto 40}${color}CPU$alignr$cpu%
|
||||
$color2${goto 40}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 40}$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 40}${color}RAM$alignr$legacymem/$memmax
|
||||
$color2${goto 40}$alignr${membar 4,165}
|
||||
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr dysk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color pamięć ${color2}$legacymem - $memmax
|
||||
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
|
||||
#
|
||||
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
|
||||
#
|
||||
$alignr${execi 1200 whoami}@${nodename}
|
||||
${voffset 10}${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}jądro ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} dostępne aktualizacje: ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq | wc -l}${color}
|
||||
${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} gałąź: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -9,6 +9,12 @@ Radio MARYJA,https://radiomaryja.fastcast4u.com/tunein/radiomaryja.pls
|
|||
Radio eM,http://194.181.177.253:8000/listen.pls
|
||||
Antyradio,https://n-16-12.dcs.redcdn.pl/sc/o2/Eurozet/live/antyradio.livx
|
||||
RMF FM,http://217.74.72.4:8000/rmf_fm
|
||||
Lo-fi: Lofi Girl,https://play.streamafrica.net/lofiradio
|
||||
Lo-fi: Chillhop,http://stream.zeno.fm/fyn8eh3h5f8uv
|
||||
Lo-fi: Box Lofi,http://stream.zeno.fm/f3wvbbqmdg8uv
|
||||
Lo-fi: The Bootleg Boy,http://stream.zeno.fm/0r0xa792kwzuv
|
||||
Lo-fi: Radio Spinner,https://live.radiospinner.com/lofi-hip-hop-64
|
||||
Lo-fi: SmoothChill,https://media-ssl.musicradio.com/SmoothChill
|
||||
Alternative (BAGeL Radio - SomaFM),http://somafm.com/bagel.pls
|
||||
American Roots (Boot Liquor - SomaFM),http://somafm.com/bootliquor.pls
|
||||
Celtic (ThistleRadio - SomaFM),http://somafm.com/thistle.pls
|
||||
|
|
|
|
@ -1,300 +0,0 @@
|
|||
#---- Generated by tint2conf fe75 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Aktywne, Aktywne zadanie, Domyślne zadanie, Nazwa aktywnego pulpitu, Nieaktywne zadanie, Normalne zadanie, Panel, Pilne, Podpowiedzi, Zminimalizowane
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PP
|
||||
panel_size = 60 20
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 2
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
scale_relative_to_dpi = 0
|
||||
scale_relative_to_screen_height = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 1
|
||||
taskbar_background_id = 6
|
||||
taskbar_active_background_id = 6
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 6
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #1c3c32 100
|
||||
taskbar_name_active_font_color = #12652e 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 0
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 1 1
|
||||
task_padding = 0 0 0
|
||||
task_tooltip = 0
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 6
|
||||
task_normal_background_id = 6
|
||||
task_active_background_id = 6
|
||||
task_urgent_background_id = 6
|
||||
task_iconified_background_id = 6
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip =
|
||||
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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+win+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Prawy panel (ctrl+win+right)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 14
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -1,301 +0,0 @@
|
|||
#---- Generated by tint2conf 61d4 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Aktywne zadanie, Nazwa nieaktywnego pulpitu, Nieaktywne zadanie, Pilne, Programy, Zasobnik systemowy, Zegar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 2:
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f292d 100
|
||||
border_color = #1f292d 100
|
||||
background_color_hover = #2c3a40 100
|
||||
border_color_hover = #ffffff 50
|
||||
background_color_pressed = #000000 100
|
||||
border_color_pressed = #ffffff 100
|
||||
|
||||
# Background 3: Domyślne zadanie, Normalne zadanie
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 4: Aktywne
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #3fa9f5 30
|
||||
border_color = #3fa9f5 90
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 5: Zminimalizowane
|
||||
rounded = 0
|
||||
border_width = 2
|
||||
border_sides = L
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #ffffff 50
|
||||
background_color_hover = #e20c57 30
|
||||
border_color_hover = #e20c57 90
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 6: Panel, Podpowiedzi
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 66
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 7:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111618 0
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
# Background 8:
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #cf3145 30
|
||||
border_color = #111618 100
|
||||
background_color_hover = #181818 0
|
||||
border_color_hover = #303030 0
|
||||
background_color_pressed = #181818 0
|
||||
border_color_pressed = #303030 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTBSCP
|
||||
panel_size = 100% 60
|
||||
panel_margin = 0 20
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 6
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top left vertical
|
||||
panel_layer = normal
|
||||
panel_monitor = 1
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 2
|
||||
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 25
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 1
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Liberation Sans Bold 10
|
||||
taskbar_name_font_color = #000000 100
|
||||
taskbar_name_active_font_color = #000000 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 0
|
||||
urgent_nb_of_blink = 65535
|
||||
task_maximum_size = 54 58
|
||||
task_padding = 10 8 12
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 1
|
||||
task_thumbnail_size = 140
|
||||
task_font_color = #e7e7e7 80
|
||||
task_normal_font_color = #e7e7e7 80
|
||||
task_urgent_font_color = #e7e7e7 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_normal_icon_asb = 100 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 10
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 3
|
||||
task_normal_background_id = 3
|
||||
task_active_background_id = 4
|
||||
task_urgent_background_id = 1
|
||||
task_iconified_background_id = 5
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle_iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 10 10 10
|
||||
systray_background_id = 1
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 32
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter = ^ClipIt*
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 0 16
|
||||
launcher_background_id = 1
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 38
|
||||
launcher_icon_asb = 95 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Noto Sans Bold 10
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = Droid Sans 10
|
||||
clock_font_color = #c0c0c0 100
|
||||
clock_padding = 0 6
|
||||
clock_background_id = 1
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %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 = 0
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
battery_font_color = #000000 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 0 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Lewy ->Główne menu, Prawy - Menu ustawień
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command = mb-jgtools settings ipc
|
||||
button_mclick_command =
|
||||
button_uwheel_command = mb-jgtools places
|
||||
button_dwheel_command = mb-jgtools right
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = exit
|
||||
button_text =
|
||||
button_tooltip = Zakończ
|
||||
button_lclick_command = mb-jgtools mblogout ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 10 10
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 5
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #e7e7e7 80
|
||||
tooltip_font = Fira Mono 9
|
||||
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf dc5e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1e1f29 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #282a36 60
|
||||
border_color = #000000 0
|
||||
background_color_hover = #000000 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
rounded = 5
|
||||
border_width = 2
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 8
|
||||
background_content_tint_weight = 0
|
||||
background_color = #44475a 100
|
||||
border_color = #000000 0
|
||||
gradient_id = 0
|
||||
background_color_hover = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:ET:FEEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #a89984 100
|
||||
task_active_font_color = #ddc7a1 100
|
||||
task_iconified_font_color = #928374 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #ff79c6 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Dzisiaj jest %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #bd93f9 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# 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, 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 = #f1fa8c 100
|
||||
execp_padding = 4 2
|
||||
execp_background_id = 2
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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_lclick_command = exo-open --launch FileManager
|
||||
button_rclick_command = mb-places ipc
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 = feather 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 6
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
|
||||
button_lclick_command = mb-jgtools screenshot ipc
|
||||
button_rclick_command = flameshot gui
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #f1fa8c 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #bd93f9 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #bd93f9 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf 6723 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #151515 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
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 = #000000 0
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #000000 0
|
||||
border_color_pressed = #000000 0
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
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 = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:ET:FEEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #a89984 100
|
||||
task_active_font_color = #ddc7a1 100
|
||||
task_iconified_font_color = #928374 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #d4be98 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Dzisiaj jest %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #d8a657 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 2
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
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, 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 = #a3be8c 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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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_lclick_command = exo-open --launch FileManager
|
||||
button_rclick_command = mb-places ipc
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Terminal (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 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 = feather 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 6
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
|
||||
button_lclick_command = mb-jgtools screenshot ipc
|
||||
button_rclick_command = flameshot gui
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d4be98 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #d8a657 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #d8a657 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -0,0 +1,430 @@
|
|||
#---- Generated by tint2conf 9d1f ----
|
||||
# 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 = Numix-Square
|
||||
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 = Dzisiej jest %A, %e dzień %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 = 0
|
||||
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 = #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 = Lewy 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 = 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 = #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: Pokaż pulpit, Kółko: Przełącz pulpit, P: Lista okien
|
||||
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: 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 = 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 (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: 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 = 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: Zrzuty ekranu (super+PrtScr) P: 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) środkowy: Wyloguj teraz, P: Edytuj 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 = Prawy 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
|
||||
|
|
@ -0,0 +1,378 @@
|
|||
#---- 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 = 0
|
||||
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 = geany ~/.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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#---- Generated by tint2conf a5d7 ----
|
||||
#---- Generated by tint2conf 82bc ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -152,8 +152,8 @@ taskbar_always_show_all_desktop_tasks = 1
|
|||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 46
|
||||
taskbar_name_font = sans Bold 9
|
||||
taskbar_name_font_color = #222222 44
|
||||
taskbar_name_active_font_color = #222222 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
|
@ -200,14 +200,10 @@ launcher_background_id = 0
|
|||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
launcher_icon_theme = Chicago95
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
|
@ -215,7 +211,7 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
|
|||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format = %A %d %B
|
||||
time1_font = sans bold 8
|
||||
time1_font = sans Bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
|
@ -252,17 +248,41 @@ battery_dwheel_command =
|
|||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
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, 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 = #241f31 100
|
||||
execp_padding = 0 0
|
||||
execp_background_id = -1
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Lewy Panel (ctrl+win+left)
|
||||
button_text =
|
||||
button_tooltip = Lewy Panel (ctrl+super+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
@ -274,6 +294,7 @@ button_max_icon_size = 16
|
|||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
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 =
|
||||
|
@ -288,14 +309,117 @@ button_max_icon_size = 0
|
|||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_icon = desktop
|
||||
button_text =
|
||||
button_tooltip = Prawy panel (ctrl+win+right)
|
||||
button_tooltip = L: Pokaż pulpit, Kółko: Przełącz pulpit, P: Lista okien
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
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 = Noto Sans 10
|
||||
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_icon = utilities-terminal
|
||||
button_text =
|
||||
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 =
|
||||
button_uwheel_command = mabox-terminal
|
||||
button_dwheel_command = mabox-terminal
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 6
|
||||
button = new
|
||||
button_icon = www-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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 7
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
|
||||
button_lclick_command = mb-jgtools screenshot ipc
|
||||
button_rclick_command = flameshot gui
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 14
|
||||
button_font_color = #241f31 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 8
|
||||
button = new
|
||||
button_icon = system-shutdown
|
||||
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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
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 9
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#---- Generated by tint2conf a5d7 ----
|
||||
#---- Generated by tint2conf 82bc ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
|
@ -111,7 +111,7 @@ border_color_pressed = #cccccc 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTFSCP
|
||||
panel_items = PPPPPPLTFEPSCPP
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 4 2 4
|
||||
|
@ -152,8 +152,8 @@ taskbar_always_show_all_desktop_tasks = 1
|
|||
taskbar_name_padding = 6 3
|
||||
taskbar_name_background_id = 6
|
||||
taskbar_name_active_background_id = 7
|
||||
taskbar_name_font = sans bold 9
|
||||
taskbar_name_font_color = #222222 46
|
||||
taskbar_name_font = sans Bold 9
|
||||
taskbar_name_font_color = #222222 44
|
||||
taskbar_name_active_font_color = #222222 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
|
@ -200,14 +200,10 @@ launcher_background_id = 0
|
|||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 22
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Chicago95-tux
|
||||
launcher_icon_theme_override = 0
|
||||
launcher_icon_theme = Chicago95
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
|
@ -215,7 +211,7 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
|
|||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format = %A %d %B
|
||||
time1_font = sans bold 8
|
||||
time1_font = sans Bold 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 7
|
||||
|
@ -252,17 +248,41 @@ battery_dwheel_command =
|
|||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
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, 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 = #241f31 100
|
||||
execp_padding = 0 0
|
||||
execp_background_id = -1
|
||||
execp_centered = 0
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Lewy Panel (ctrl+win+left)
|
||||
button_text =
|
||||
button_tooltip = Lewy Panel (ctrl+super+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
@ -274,6 +294,7 @@ button_max_icon_size = 16
|
|||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
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 =
|
||||
|
@ -288,14 +309,117 @@ button_max_icon_size = 0
|
|||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_icon = desktop
|
||||
button_text =
|
||||
button_tooltip = Prawy panel (ctrl+win+right)
|
||||
button_tooltip = L: Pokaż pulpit, Kółko: Przełącz pulpit, P: Lista okien
|
||||
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_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
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 = Noto Sans 10
|
||||
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_icon = utilities-terminal
|
||||
button_text =
|
||||
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 =
|
||||
button_uwheel_command = mabox-terminal
|
||||
button_dwheel_command = mabox-terminal
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 6
|
||||
button = new
|
||||
button_icon = www-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 = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 7
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
|
||||
button_lclick_command = mb-jgtools screenshot ipc
|
||||
button_rclick_command = flameshot gui
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 14
|
||||
button_font_color = #241f31 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 8
|
||||
button = new
|
||||
button_icon = system-shutdown
|
||||
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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
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 9
|
||||
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 = feather 14
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
|
|
|
@ -0,0 +1,434 @@
|
|||
#---- Generated by tint2conf b92b ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Button, Panel, Podpowiedzi
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f232b 80
|
||||
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: Aktywne zadanie, Egzekutor, Zasobnik systemowy
|
||||
rounded = 5
|
||||
border_width = 0
|
||||
border_sides =
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #2b303c 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
|
||||
gradient_id_pressed = 0
|
||||
|
||||
# Background 3: Aktywne, Nazwa aktywnego pulpitu
|
||||
rounded = 5
|
||||
border_width = 2
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 8
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1f232b 80
|
||||
border_color = #000000 0
|
||||
gradient_id = 0
|
||||
background_color_hover = #99ad6a 100
|
||||
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:
|
||||
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 = PPPPPF:EET:FEPSCPP
|
||||
panel_size = 1900 42
|
||||
panel_margin = 7 7
|
||||
panel_padding = 4 4 4
|
||||
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.5
|
||||
autohide_hide_timeout = 0.2
|
||||
autohide_height = 1
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 0
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 2
|
||||
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 = 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 = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 3
|
||||
task_maximum_size = 140 32
|
||||
task_padding = 3 3 3
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 150
|
||||
task_font_color = #81a1c1 100
|
||||
task_active_font_color = #a3be8c 100
|
||||
task_iconified_font_color = #4c566a 100
|
||||
task_icon_asb = 50 -30 -30
|
||||
task_active_icon_asb = 100 0 0
|
||||
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 = 3 0 0
|
||||
systray_background_id = 2
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 24
|
||||
systray_icon_asb = 100 -20 -20
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 0
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 0
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H %M
|
||||
time2_format =
|
||||
time1_font = Rubik 16
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #d8dee9 100
|
||||
clock_padding = 2 0
|
||||
clock_background_id = 0
|
||||
clock_tooltip = Dzisiaj jest %A,%n%d %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 = 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"
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 1
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Separator 2
|
||||
separator = new
|
||||
separator_background_id = 0
|
||||
separator_color = #000000 0
|
||||
separator_style = dots
|
||||
separator_size = 3
|
||||
separator_padding = 1 0
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 1
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/audacious.sh 0 40
|
||||
execp_interval = 2
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 1
|
||||
execp_monitor = all
|
||||
execp_tooltip =
|
||||
execp_lclick_command = audtool --playback-playpause
|
||||
execp_rclick_command = audtool --mainwin-show
|
||||
execp_mclick_command = audtool --shutdown
|
||||
execp_uwheel_command = audtool --playlist-reverse
|
||||
execp_dwheel_command = audtool --playlist-advance
|
||||
execp_font = feather 8
|
||||
execp_font_color = #a3be8c 100
|
||||
execp_padding = 12 5
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 12
|
||||
execp_icon_h = 12
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 2
|
||||
execp = new
|
||||
execp_command = ~/.config/tint2/scripts/desktop info
|
||||
execp_interval = 1
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
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 = feather 12
|
||||
execp_font_color = #8fbcbb 100
|
||||
execp_padding = 9 0
|
||||
execp_background_id = 2
|
||||
execp_centered = 1
|
||||
execp_icon_w = 20
|
||||
execp_icon_h = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Executor 3
|
||||
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, 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 12
|
||||
execp_font_color = #8fbcbb 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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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_lclick_command = exo-open --launch FileManager
|
||||
button_rclick_command = mb-places ipc
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
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 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 34
|
||||
|
||||
#-------------------------------------
|
||||
# Button 5
|
||||
button = new
|
||||
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 = feather 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
button_max_icon_size = 20
|
||||
|
||||
#-------------------------------------
|
||||
# Button 6
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
|
||||
button_lclick_command = mb-jgtools screenshot ipc
|
||||
button_rclick_command = flameshot gui
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #d8dee9 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 9 0
|
||||
button_background_id = 2
|
||||
button_centered = 1
|
||||
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 = feather 12
|
||||
button_font_color = #8fbcbb 100
|
||||
button_padding = 2 0
|
||||
button_background_id = 1
|
||||
button_centered = 1
|
||||
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 = #ebcb8b 100
|
||||
tooltip_font = Rubik 10
|
||||
|
|
@ -1,299 +0,0 @@
|
|||
#---- Generated by tint2conf 305a ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #000000 48
|
||||
border_color = #5e0b0b 100
|
||||
background_color_hover = #000000 70
|
||||
border_color_hover = #000000 30
|
||||
background_color_pressed = #000000 70
|
||||
border_color_pressed = #000000 30
|
||||
|
||||
# Background 2: Domyślne zadanie, Zminimalizowane
|
||||
rounded = 1
|
||||
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 = #aaaaaa 22
|
||||
border_color_hover = #eaeaea 44
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 3: Aktywne, Nieaktywne zadanie, Programy
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #777777 20
|
||||
border_color = #ffffff 40
|
||||
background_color_hover = #aaaaaa 22
|
||||
border_color_hover = #eaeaea 44
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #eaeaea 44
|
||||
|
||||
# Background 4: Pilne
|
||||
rounded = 4
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #aa4400 100
|
||||
border_color = #aa7733 100
|
||||
background_color_hover = #cc7700 100
|
||||
border_color_hover = #aa7733 100
|
||||
background_color_pressed = #555555 4
|
||||
border_color_pressed = #aa7733 100
|
||||
|
||||
# Background 5: Podpowiedzi, Zegar
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #5e0b0b 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 0
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 0
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
# Background 6:
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #5e0b0b 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
# Background 7: Zasobnik systemowy
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #65543f 100
|
||||
border_color = #000000 100
|
||||
background_color_hover = #ffffaa 100
|
||||
border_color_hover = #000000 100
|
||||
background_color_pressed = #ffffaa 100
|
||||
border_color_pressed = #000000 100
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPLTSBCP
|
||||
panel_size = 80% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 2 2 0
|
||||
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.5
|
||||
autohide_height = 2
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 1
|
||||
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 = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 3 0 4
|
||||
taskbar_background_id = 3
|
||||
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 = 4 2
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Noto Sans 9
|
||||
taskbar_name_font_color = #e3e3e3 100
|
||||
taskbar_name_active_font_color = #f4c00d 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 1
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 100000
|
||||
task_maximum_size = 96 30
|
||||
task_padding = 2 3 4
|
||||
task_font = Noto Sans 8
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #f6cb33 100
|
||||
task_icon_asb = 100 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 4
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 2 1 2
|
||||
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 = 2 0 2
|
||||
launcher_background_id = 3
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Numix-Square
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = ubuntu 10
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #f6cb33 100
|
||||
clock_padding = 6 0
|
||||
clock_background_id = 5
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %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 = ubuntu 10
|
||||
bat2_font = ubuntu 8
|
||||
battery_font_color = #ffffff 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 101
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+win+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
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 = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Lewy -> Menu główne, Prawy -> Menu ustawień
|
||||
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 = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Prawy panel (ctrl+win+right)
|
||||
button_lclick_command = mb-jgtools right
|
||||
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 = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.5
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 6 10
|
||||
tooltip_background_id = 5
|
||||
tooltip_font_color = #f6cb33 100
|
||||
|
|
@ -1,215 +0,0 @@
|
|||
#---- Generated by tint2conf 3c6e ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Domyślne zadanie
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #2b2b2c 100
|
||||
border_color = #000000 48
|
||||
background_color_hover = #ffffff 20
|
||||
border_color_hover = #cfcfcf 15
|
||||
background_color_pressed = #ffffff 20
|
||||
border_color_pressed = #cfcfcf 15
|
||||
|
||||
# Background 2:
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #1a954e 60
|
||||
border_color = #404040 100
|
||||
background_color_hover = #0abb2f 40
|
||||
border_color_hover = #292929 100
|
||||
background_color_pressed = #8c3e00 95
|
||||
border_color_pressed = #ffffff 48
|
||||
|
||||
# Background 3: Aktywne
|
||||
rounded = 2
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #353638 100
|
||||
border_color = #000000 59
|
||||
background_color_hover = #2f2f2f 100
|
||||
border_color_hover = #222222 68
|
||||
background_color_pressed = #f1f1f1 40
|
||||
border_color_pressed = #ffffff 68
|
||||
|
||||
# Background 4: Aktywne zadanie, Nieaktywne zadanie, Panel, Zegar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #484a4d 100
|
||||
border_color = #232323 60
|
||||
background_color_hover = #2f2f2f 0
|
||||
border_color_hover = #222222 0
|
||||
background_color_pressed = #f1f1f1 0
|
||||
border_color_pressed = #ffffff 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = LTC
|
||||
panel_size = 100% 32
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 5
|
||||
panel_background_id = 4
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = bottom center horizontal
|
||||
panel_layer = normal
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.2
|
||||
autohide_hide_timeout = 1
|
||||
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 1 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 2 2
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 4
|
||||
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 = 0 0
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = Sans 9
|
||||
taskbar_name_font_color = #696969 100
|
||||
taskbar_name_active_font_color = #40e513 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 = 20
|
||||
task_maximum_size = 200 32
|
||||
task_padding = 2 2 2
|
||||
task_font = Droid Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #ffffff 65
|
||||
task_active_font_color = #ffffff 100
|
||||
task_urgent_font_color = #ffffff 100
|
||||
task_iconified_font_color = #ffffff 60
|
||||
task_icon_asb = 30 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 100 0 0
|
||||
task_background_id = 1
|
||||
task_active_background_id = 3
|
||||
task_urgent_background_id = 0
|
||||
task_iconified_background_id = 0
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = toggle
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 0 6 10
|
||||
systray_background_id = 0
|
||||
systray_sort = left2right
|
||||
systray_icon_size = 22
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 0 0 2
|
||||
launcher_background_id = 0
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 30
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
|
||||
launcher_item_app = ~/.local/share/applications/calamares.desktop
|
||||
launcher_apps_dir = ~/.config/tint2/launcherapps/
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = Trebuchet MS 9
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
clock_font_color = #ffffff 80
|
||||
clock_padding = 10 6
|
||||
clock_background_id = 4
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %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 = 20
|
||||
battery_low_cmd =
|
||||
battery_full_cmd =
|
||||
bat1_font = Liberation Mono 8
|
||||
bat2_font = Liberation Mono 8
|
||||
battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 2 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 96
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.1
|
||||
tooltip_hide_timeout = 0.1
|
||||
tooltip_padding = 10 10
|
||||
tooltip_background_id = 0
|
||||
tooltip_font_color = #ffffff 100
|
||||
tooltip_font = Droid Sans 9
|
||||
|
|
@ -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 = {color0} 0
|
||||
border_color = {color15} 100
|
||||
background_color_hover = #202020 100
|
||||
border_color_hover = {color15} 100
|
||||
background_color_pressed = #202020 100
|
||||
border_color_pressed = {color15} 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 = {active} 100
|
||||
border_color = #224f55 0
|
||||
background_color_hover = {color1} 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 = {inactive} 100
|
||||
border_color = {color15} 100
|
||||
background_color_hover = {color1} 80
|
||||
border_color_hover = {color15} 100
|
||||
background_color_pressed = #46919c 32
|
||||
border_color_pressed = {color15} 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 = {color15} 100
|
||||
taskbar_name_active_font_color = {color15} 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 = {color15} 100
|
||||
task_active_font_color = {color15} 100
|
||||
task_urgent_font_color = {color15} 100
|
||||
task_iconified_font_color = {color15} 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 = {color15} 100
|
||||
clock_padding = 6 0
|
||||
clock_background_id = 2
|
||||
clock_tooltip = Dzisiaj jest %A %e dzień %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 = {color15} 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 = {color15} 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, 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 = {color15} 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 Panel (ctrl+super+left)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = {color15} 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 = {color15} 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 = {color15} 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 (super+t), P: 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 = {color15} 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 = {color15} 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: Zrzuty ekranu (super+PrtScr) P: 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 = {color15} 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 = geany ~/.config/mabox/exit.csv
|
||||
button_mclick_command = openbox --exit
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = {color15} 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 = {color15} 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 = {color15} 100
|
||||
tooltip_font = Roboto Mono 8
|
||||
|
|
@ -0,0 +1,102 @@
|
|||
conky.config = {{
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#000000',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky Colorize',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
default_color = '{color1}',
|
||||
color2 = '{color7}',
|
||||
|
||||
-- BORDERS
|
||||
draw_borders = false,--yes
|
||||
-- Stippled borders?
|
||||
stippled_borders = 5,
|
||||
-- border margins
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
-- border width
|
||||
border_width = 2,
|
||||
-- graph borders
|
||||
-- draw_graph_borders yes
|
||||
-- default_graph_size 15 40
|
||||
|
||||
-- MISC
|
||||
|
||||
-- Boolean value, if true, Conky will be forked to background when started.
|
||||
background = true,
|
||||
|
||||
-- Adds spaces around certain objects to stop them from moving other things
|
||||
-- around, this only helps if you are using a mono font
|
||||
-- Options: right, left or none
|
||||
use_spacer = 'none',
|
||||
|
||||
-- Subtract (file system) buffers from used memory?
|
||||
no_buffers = true,
|
||||
|
||||
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
|
||||
-- $image lots. Set to 0 to disable the image cache.
|
||||
imlib_cache_size = 0,
|
||||
|
||||
-- Use the Xdbe extension? (eliminates flicker)
|
||||
-- It is highly recommended to use own window with this one
|
||||
-- so double buffer won't be so big.
|
||||
double_buffer = true,
|
||||
|
||||
update_interval = 1,
|
||||
}};
|
||||
|
||||
conky.text = [[
|
||||
${{color}}PROGRAMY${{alignr}}${{color2}}super = windows key${{voffset -6}}
|
||||
${{color2}}${{hr 1}}${{voffset -4}}
|
||||
${{color2}}menu ${{alignr}}${{color}}super / super+spacja
|
||||
${{color2}}menedżer plików ${{alignr}}${{color}}super+f
|
||||
${{color2}}przeglądarka www ${{alignr}}${{color}}super+w
|
||||
${{color2}}terminal ${{alignr}}${{color}}super+t
|
||||
${{color2}}quake-terminal ${{alignr}}${{color}}ctrl+~
|
||||
${{color2}}kontrola głośności ${{alignr}}${{color}}super+v
|
||||
${{color2}}toggle Picom ${{alignr}}${{color}}super+p
|
||||
${{color2}}toggle Conky ${{alignr}}${{color}}super+alt+c
|
||||
${{color2}}lock screen ${{alignr}}${{color}}super+l
|
||||
${{color2}}exit ${{alignr}}${{color}}super+x
|
||||
${{color}}PANELE${{voffset -6}}
|
||||
${{color2}}${{hr 1}}${{voffset -4}}
|
||||
${{color2}}Lewy ${{alignr}} ${{color}}ctrl+super+left
|
||||
${{color2}}Prawy ${{alignr}} ${{color}}ctrl+super+right
|
||||
${{color2}}Miejsca ${{alignr}} ${{color}}super+.
|
||||
${{color2}}Menu Ustawień ${{alignr}} ${{color}}super+s
|
||||
${{color}}OKNA${{voffset -6}}
|
||||
${{color2}}${{hr 1}}${{voffset -4}}
|
||||
${{color2}}zamknij ${{alignr}} ${{color}}alt+F4
|
||||
${{color2}}minimalizuj ${{alignr}} ${{color}}alt+F5
|
||||
${{color2}}maksymalizacja ${{alignr}} ${{color}}alt+F6
|
||||
${{color2}}pokaż pulpit ${{alignr}} ${{color}}super+d
|
||||
${{color2}}wł/wył obramowanie ${{alignr}} ${{color}}super+b
|
||||
${{color2}}pełny ekran ${{alignr}} ${{color}}F11
|
||||
${{color2}}rozmieszczanie okien:
|
||||
${{color2}} - połowa ekranu ${{alignr}} ${{color}}super+strzałki
|
||||
${{color2}} - 1/4 ekranu ${{alignr}} ${{color}}super+numeryczna[1..9]
|
||||
${{color}}PULPITY${{voffset -6}}
|
||||
${{color2}}${{hr 1}}${{voffset -4}}
|
||||
${{color2}}przejdź na pulpit ${{alignr}} ${{color}}super+[1..4]
|
||||
]];
|
|
@ -0,0 +1,84 @@
|
|||
conky.config = {{
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = true,
|
||||
--own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
--own_window_argb_visual = true,
|
||||
--own_window_argb_value = 228,
|
||||
own_window_colour = '{color8}',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Monitor Conky Grey',
|
||||
|
||||
-- gap_x = 15,
|
||||
gap_x = 15,
|
||||
gap_y = 40,
|
||||
alignment = 'top_right',
|
||||
--minimum_width = '200',
|
||||
minimum_width = 200,
|
||||
|
||||
use_xft = true,
|
||||
font = 'Cantarell:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#222222',
|
||||
|
||||
color2 = '{color1}',
|
||||
color3 = '{color3}',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '{color7}',
|
||||
|
||||
draw_borders = no,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 0,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
|
||||
background = true,
|
||||
no_buffers = true,
|
||||
imlib_cache_size = 0,
|
||||
|
||||
double_buffer = true,
|
||||
update_interval = 1,
|
||||
}};
|
||||
|
||||
conky.text = [[
|
||||
${{voffset 8}}${{color}}${{font Cantarell:size=16}}${{time %A}}$font${{voffset -18}}$alignr${{color3}}${{font Cantarell:size=38}}${{time %e}}$font
|
||||
$color${{voffset -20}}$color${{font Cantarell:size=18}}${{time %B}}$font${{voffset -1}} $color${{font Cantarell:size=20}}${{time %Y}}$font
|
||||
#${{voffset 10}}$alignr$color Kraków (PL) ${{weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}}°C
|
||||
#
|
||||
${{voffset 10}}${{goto 40}}${{color}}CPU$alignr$cpu%
|
||||
$color2${{goto 40}}$alignr${{cpubar 4,165}}
|
||||
${{voffset 5}}${{goto 40}}$font$color2${{top name 1}}$alignr$color${{top cpu 1}}%
|
||||
${{goto 40}}$color2${{top name 2}}$alignr$color${{top cpu 2}}%
|
||||
${{goto 40}}$color2${{top name 3}}$alignr$color${{top cpu 3}}%
|
||||
${{goto 40}}$color2${{top name 4}}$alignr$color${{top cpu 4}}%
|
||||
#
|
||||
${{voffset 10}}${{goto 40}}${{color}}PAMIĘĆ$alignr$legacymem/$memmax
|
||||
$color2${{goto 40}}$alignr${{membar 4,165}}
|
||||
${{goto 40}}${{voffset 5}}$color2${{top_mem name 1}}$alignr$color${{top_mem mem_res 1}}
|
||||
${{goto 40}}$color2${{top_mem name 2}}$alignr$color${{top_mem mem_res 2}}
|
||||
${{goto 40}}$color2${{top_mem name 3}}$alignr$color${{top_mem mem_res 3}}
|
||||
${{goto 40}}$color2${{top_mem name 4}}$alignr$color${{top_mem mem_res 4}}
|
||||
#
|
||||
${{voffset 10}}$alignr dysk ${{color2}}${{fs_used /}} - ${{fs_size /}}
|
||||
$alignr$color pamięć ${{color2}}$legacymem - $memmax
|
||||
#${{alignr}}${{color2}}${{font Cantarell:size=9}}swap $swapmax - $swap
|
||||
#
|
||||
${{voffset 10}}$alignr${{color}} Mabox Linux ${{execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {{printf $2" "}} /CODENAME/ {{print $2}}' /etc/lsb-release}}
|
||||
#
|
||||
${{voffset 10}}$alignr${{execi 1200 whoami}}@${{nodename}}
|
||||
${{alignr}}${{color2}}${{font Cantarell:size=9}}uptime ${{color}}${{uptime_short}}
|
||||
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}jądro ${{color}}${{kernel}}
|
||||
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}arch ${{color}}${{machine}}
|
||||
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}system plików ${{color}}${{fs_type}}
|
||||
${{voffset 10}}${{alignr}}${{color}} dostępne aktualizacje ${{color3}}${{font Cantarell:bold:size=10}}${{execpi 1800 pamac checkupdates -aq| wc -l}}${{font}}${{color}}
|
||||
${{alignr}}${{color}} zainstalowane pakiety: ${{color2}}${{execi 10000 pacman -Q | wc -l}}
|
||||
${{alignr}}${{color}} gałąź: ${{color2}}${{execi 10000 pacman-mirrors -G}}
|
||||
]];
|
Loading…
Reference in New Issue