conky update
parent
7cb4996de1
commit
9697f6ec1e
|
@ -0,0 +1,120 @@
|
|||
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 = '#bac8b0',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
gap_x = 65,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
--alignment mm
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Cantarell:bold:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#000000',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#5B3860',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#346078',
|
||||
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 compositor ${alignr}${color}super+c
|
||||
${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}places (left) ${alignr} ${color}ctrl+TAB
|
||||
${color2}settings (right) ${alignr} ${color}super+TAB
|
||||
${color2}toggle DOCK (Gkrellm) ${alignr} ${color}super+alt+d
|
||||
${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+[F1..F4]
|
||||
]];
|
|
@ -0,0 +1,81 @@
|
|||
conky.config = {
|
||||
background = true,
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
-- own_window_argb_visual yes
|
||||
-- own_window_argb_value 125
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#bac8B0',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
alignment = 'bottom_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 = '#000000',
|
||||
|
||||
|
||||
color2 = '#346078',
|
||||
color3 = '#78CC14',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#5B3860',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
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 10}${color}CPU$alignr$cpu%
|
||||
$color2${goto 10}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 15}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 15}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 15}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax
|
||||
$color2${goto 10}$alignr${membar 4,165}
|
||||
${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memory ${color2}$mem - $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}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -0,0 +1,314 @@
|
|||
#---- Generated by tint2conf 6e20 ----
|
||||
# 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 46
|
||||
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 = ~/.local/share/applictations/
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = Today is %A %dth 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 = #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 = Left SidePanel - Places (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 = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_tooltip = Left -> main menu, Right -> 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 = 24
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Right SidePanel (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 = 0
|
||||
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
|
||||
|
|
@ -0,0 +1,120 @@
|
|||
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 = '#bac8B0',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Shortcuts Conky',
|
||||
|
||||
gap_x = 65,
|
||||
gap_y = 45,
|
||||
minimum_width = '200',
|
||||
--alignment mm
|
||||
|
||||
-- FONTS
|
||||
|
||||
use_xft = true,
|
||||
|
||||
font = 'Cantarell:bold:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#000000',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#5B3860',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#346078',
|
||||
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}EJECUTAR${alignr}${color2}super = tecla windows ${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}gestor archivos ${alignr}${color}super+f
|
||||
${color2}menu ${alignr}${color}super / super+spacebar
|
||||
${color2}ejecutar app... ${alignr}${color}super+m / alt+F2
|
||||
${color2}navegador ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${color2}control volumen ${alignr}${color}super+v
|
||||
${color2}activa/desact compositor ${alignr}${color}super+c
|
||||
${color2}bloquear pantalla ${alignr}${color}super+l
|
||||
${color2}terminar proceso ${alignr}${color}super+k
|
||||
${color2}salir ${alignr}${color}super+x
|
||||
${color}PANELES LATERALES${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}lugares (izquierda) ${alignr} ${color}ctrl+TAB
|
||||
${color2}ajustes (derecha) ${alignr} ${color}super+TAB
|
||||
${color2}activar/desact DOCK (Gkrellm) ${alignr} ${color}super+alt+d
|
||||
${color}VENTANAS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}cerrar ${alignr} ${color}alt+F4
|
||||
${color2}minimizar en panel ${alignr} ${color}alt+F5
|
||||
${color2}maximizar ${alignr} ${color}alt+F6
|
||||
${color2}reducir ${alignr} ${color}alt+esc
|
||||
${color2}mostrar escritorio ${alignr} ${color}super+d
|
||||
${color2}quitar barra sup ${alignr} ${color}super+b
|
||||
${color2}activar pantalla completa ${alignr} ${color}F11
|
||||
${color2}aumentar/mover ${alignr} ${color}super+alt+arrows
|
||||
${color2}Posicionar ventanas:
|
||||
${color2} - 1/2 pantalla ${alignr} ${color}super+arrows
|
||||
${color2} - 1/4 pantalla ${alignr} ${color}super+numpad[1..9]
|
||||
${color}ESCRITORIOS${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}navegar escritorios ${alignr} ${color}super+[F1..F4]
|
||||
]];
|
|
@ -0,0 +1,82 @@
|
|||
conky.config = {
|
||||
background = true,
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
-- own_window_argb_visual yes
|
||||
-- own_window_argb_value 125
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#bac8B0',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
alignment = 'bottom_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 = '#000000',
|
||||
|
||||
|
||||
color2 = '#346078',
|
||||
color3 = '#78CC14',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#5B3860',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
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 10}${color}CPU$alignr$cpu%
|
||||
$color2${goto 10}$alignr${cpubar 4,165}
|
||||
${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 15}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 15}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 15}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax
|
||||
$color2${goto 10}$alignr${membar 4,165}
|
||||
${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
#
|
||||
${voffset 10}$disco usado ${color2}${fs_used /} - ${fs_size /}
|
||||
$alignr$color memoria cargada ${color2}$mem - $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}tiempo de uso ${color}${uptime_short}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}arquitectura ${color}${machine}
|
||||
${alignr}${color2}${font Cantarell:size=9}${alignr}sistema de archivos ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} actualizaciones ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} paquetes instalados: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
${alignr}${color} rama: ${color2}${execi 10000 pacman-mirrors -G}
|
||||
]];
|
|
@ -13,5 +13,6 @@ Normal,cat /usr/share/mb-jgtools/normal > ~/.config/mabox/jgmenusize.conf && mb-
|
|||
<big>Grande</big>,cat /usr/share/mb-jgtools/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||
<big><big>Muy Grande</big></big>,cat /usr/share/mb-jgtools/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
|
||||
^tag(autostart)
|
||||
^sep(Reinicio)
|
||||
Elegir apps/servicios del editor gráfico,yautostart,gtk-execute
|
||||
Editar el archivo de reinicio (avanzado),geany ~/.config/openbox/autostart,geany
|
||||
|
|
|
|
@ -0,0 +1,314 @@
|
|||
#---- 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 = ~/.local/share/applictations/
|
||||
|
||||
#-------------------------------------
|
||||
# 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
|
||||
|
|
@ -0,0 +1,57 @@
|
|||
browser exo-open --launch WebBrowser %u
|
||||
player mpv
|
||||
auto-reload no
|
||||
cleanup-on-quit no
|
||||
notify-always yes
|
||||
notify-format "%n nieprzeczytanych wiadomości %f nieprzeczytanych kanałów"
|
||||
notify-program notify-send
|
||||
reload-time 20
|
||||
|
||||
|
||||
bind-key LEFT quit
|
||||
bind-key RIGHT open
|
||||
|
||||
color background white black
|
||||
color listnormal color242 black
|
||||
color listfocus black color2
|
||||
color listnormal_unread color250 black bold
|
||||
color listfocus_unread black color2 bold
|
||||
color info white color22 bold
|
||||
color article white black
|
||||
|
||||
macro m set browser "newsboat-mpv.sh %u"; open-in-browser ; set browser "exo-open --launch WebBrowser %u"
|
||||
|
||||
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
|
||||
|
||||
#highlight feedlist "^ *[0-9]+ *N " color156 default
|
||||
#highlight articlelist "^ *[0-9]+ *N " color156 default
|
||||
|
||||
#highlight article "(^Kanał:.*|^Tytuł:.*|^Autor:.*)" color75 default
|
||||
#highlight article "(^Odsyłacz:.*|^Data:)" color74 default
|
||||
#highlight article "^Podcast Download URL:.*" color71 default
|
||||
#highlight article "^Odsyłacze:" yellow color240 underline
|
||||
#highlight article "\\[[0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article ":.*\\(link\\)$" color74 default
|
||||
#highlight article ":.*\\(image\\)$" color74 default
|
||||
#highlight article ":.*\\(embedded flash\\)$" color74 default
|
||||
|
||||
#color listnormal white default
|
||||
#color listfocus default color240
|
||||
#color info default color240
|
||||
|
||||
color background color236 default
|
||||
color listnormal color248 default
|
||||
color listnormal_unread color6 default
|
||||
color listfocus color236 color12
|
||||
color listfocus_unread color15 color12
|
||||
color info color248 color236
|
||||
color article color248 default
|
||||
highlight article "^(Fuente|Enlace):" color6 default bold
|
||||
highlight article "^(Título):.*$" color6 default bold
|
||||
highlight article "^(Fecha|Autor):" color6 default bold
|
||||
highlight article "https?://[^ ]+" color10 default underline
|
||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
||||
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
|
||||
highlight feedlist "^─.*$" color6 color236 bold
|
|
@ -0,0 +1,121 @@
|
|||
conky.config = {
|
||||
background = true,
|
||||
-- WINDOW
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
|
||||
own_window_colour = '#bac8B0',
|
||||
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:bold:size=9',
|
||||
xftalpha = 1,
|
||||
override_utf8_locale = true,
|
||||
|
||||
-- COLORS
|
||||
draw_shades = false,--yes
|
||||
default_shade_color = '#000000',
|
||||
draw_outline = false,
|
||||
default_outline_color = '#000000',
|
||||
|
||||
--default_color 656667 # Waldorf original colour
|
||||
--default_color 7a7a7a # Flame & Bunsen Grey
|
||||
--default_color 929292 # Labs Grey
|
||||
--default_color C0C0C0 # Silver
|
||||
default_color = '#5B3860',
|
||||
color0 = '#B0E0E6',-- PowderBlue
|
||||
color1 = '#778899',-- LightSlateGray
|
||||
--color2 D8BFD8 # Thistle
|
||||
color2 = '#346078',
|
||||
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}PROGRAMY${alignr}${color2}super to windows key${voffset -6}
|
||||
${color2}${hr 1}${voffset -4}
|
||||
${color2}menedżer plików ${alignr}${color}super+f
|
||||
${color2}przeglądarka www ${alignr}${color}super+w
|
||||
${color2}terminal ${alignr}${color}super+t
|
||||
${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ł Compton ${alignr}${color}super+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}miejsca (lewy) ${alignr} ${color}ctrl+TAB
|
||||
${color2}ustawienia (prawy) ${alignr} ${color}super+TAB
|
||||
${color2}pokaż/ukryj DOK (Gkrellm) ${alignr} ${color}super+alt+d
|
||||
${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+[F1..F4]
|
||||
]];
|
|
@ -0,0 +1,83 @@
|
|||
conky.config = {
|
||||
background = true,
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
-- own_window_argb_visual yes
|
||||
-- own_window_argb_value 125
|
||||
own_window_transparent = false,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
own_window_colour = '#bac8B0',
|
||||
own_window_class = 'Conky',
|
||||
own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky',
|
||||
|
||||
gap_x = 15,
|
||||
gap_y = 45,
|
||||
alignment = 'bottom_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 = '#000000',
|
||||
|
||||
|
||||
color2 = '#346078',
|
||||
color3 = '#78CC14',
|
||||
cpu_avg_samples = 2,
|
||||
default_color = '#5B3860',
|
||||
|
||||
draw_borders = false,--yes
|
||||
|
||||
stippled_borders = 5,
|
||||
border_inner_margin = 5,
|
||||
border_outer_margin = 0,
|
||||
border_width = 2,
|
||||
|
||||
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 -30}${goto 40}$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 10}${color}CPU$alignr$cpu%
|
||||
$color2${goto 10}$alignr${cpubar 4,195}
|
||||
${voffset 1}${goto 15}$color2${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 15}$color2${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 15}$color2${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 15}$color2${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax
|
||||
$color2${goto 10}$alignr${membar 4,195}
|
||||
${goto 15}${voffset 1}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 15}$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}$mem - $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,313 @@
|
|||
#---- Generated by tint2conf a5d7 ----
|
||||
# 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: Domyślne zadanie, Zminimalizowane
|
||||
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: Aktywne
|
||||
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: Pilne
|
||||
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: Podpowiedzi
|
||||
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: Nazwa nieaktywnego pulpitu
|
||||
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: Nazwa aktywnego pulpitu
|
||||
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: Zasobnik systemowy
|
||||
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 = 4 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 46
|
||||
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 = ~/.local/share/applictations/
|
||||
|
||||
#-------------------------------------
|
||||
# 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 = 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 = 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 = Lewy -> Menu główne, Prawy -> Menu ustawień
|
||||
button_lclick_command = mb-jgtools places 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 = 16
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
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 (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 = 0
|
||||
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
|
||||
|
|
@ -0,0 +1,57 @@
|
|||
browser exo-open --launch WebBrowser %u
|
||||
player mpv
|
||||
auto-reload no
|
||||
cleanup-on-quit no
|
||||
notify-always yes
|
||||
notify-format "%n nieprzeczytanych wiadomości %f nieprzeczytanych kanałów"
|
||||
notify-program notify-send
|
||||
reload-time 20
|
||||
|
||||
|
||||
bind-key LEFT quit
|
||||
bind-key RIGHT open
|
||||
|
||||
color background white black
|
||||
color listnormal color242 black
|
||||
color listfocus black color2
|
||||
color listnormal_unread color250 black bold
|
||||
color listfocus_unread black color2 bold
|
||||
color info white color22 bold
|
||||
color article white black
|
||||
|
||||
macro m set browser "newsboat-mpv.sh %u"; open-in-browser ; set browser "exo-open --launch WebBrowser %u"
|
||||
|
||||
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
|
||||
|
||||
#highlight feedlist "^ *[0-9]+ *N " color156 default
|
||||
#highlight articlelist "^ *[0-9]+ *N " color156 default
|
||||
|
||||
#highlight article "(^Kanał:.*|^Tytuł:.*|^Autor:.*)" color75 default
|
||||
#highlight article "(^Odsyłacz:.*|^Data:)" color74 default
|
||||
#highlight article "^Podcast Download URL:.*" color71 default
|
||||
#highlight article "^Odsyłacze:" yellow color240 underline
|
||||
#highlight article "\\[[0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
|
||||
#highlight article ":.*\\(link\\)$" color74 default
|
||||
#highlight article ":.*\\(image\\)$" color74 default
|
||||
#highlight article ":.*\\(embedded flash\\)$" color74 default
|
||||
|
||||
#color listnormal white default
|
||||
#color listfocus default color240
|
||||
#color info default color240
|
||||
|
||||
color background color236 default
|
||||
color listnormal color248 default
|
||||
color listnormal_unread color6 default
|
||||
color listfocus color236 color12
|
||||
color listfocus_unread color15 color12
|
||||
color info color248 color236
|
||||
color article color248 default
|
||||
highlight article "^(Kanał|Odsyłacz):" color6 default bold
|
||||
highlight article "^(Tytuł):.*$" color6 default bold
|
||||
highlight article "^(Data|Autor):" color6 default bold
|
||||
highlight article "https?://[^ ]+" color10 default underline
|
||||
highlight article "\\[[0-9]+\\]" color10 default bold
|
||||
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
|
||||
highlight feedlist "^─.*$" color6 color236 bold
|
Loading…
Reference in New Issue