master
Daniel Napora 2020-02-24 12:47:07 +01:00
parent 80e44acf7c
commit fb72ec6e28
64 changed files with 2672 additions and 633 deletions

View File

@ -206,7 +206,6 @@ lightdm-gtk-greeter-settings
lxappearance
lxappearance-obconf
manjaro-settings-manager
manjaro-settings-manager-notifier
xfce4-power-manager-gtk3
xfce4-notifyd-gtk3
@ -339,7 +338,7 @@ freetype2
#---------=> system
accountsservice
gksu-polkit
zensu
gnome-keyring
manjaro-hotfixes
polkit

View File

@ -7,7 +7,7 @@ own_window_colour 000000
own_window_class Conky
own_window_title Mabox Shortcuts Conky
gap_x 15
gap_x 65
gap_y 45
minimum_width 200
#alignment mm
@ -93,6 +93,11 @@ ${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

View File

@ -7,7 +7,7 @@ own_window_colour 000000
own_window_class Conky
own_window_title Mabox Shortcuts Conky
gap_x 25
gap_x 65
gap_y 45
minimum_width 200
#alignment mm
@ -94,6 +94,11 @@ ${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

View File

@ -7,7 +7,7 @@ own_window_colour 000000
own_window_class Conky
own_window_title Mabox Shortcuts Conky
gap_x 15
gap_x 65
gap_y 45
minimum_width 200
#alignment mm
@ -93,6 +93,11 @@ ${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

View File

@ -29,6 +29,7 @@ Preferred applications,exo-preferred-applications,preferences-desktop-default-ap
Power Manager,xfce4-power-manager-settings,xfce4-power-manager-settings
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
^sep(Openbox)
Openbox Configuration Manager,obconf,obconf
Autostart,geany ~/.config/openbox/autostart,geany
RC - configuration file,geany ~/.config/openbox/rc.xml,geany
Reconfigure Openbox,openbox --reconfigure,openbox

Can't render this file because it contains an unexpected character in line 1 and column 54.

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 7b0d ----
#---- Generated by tint2conf 5e7f ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -185,7 +185,7 @@ task_urgent_background_id = 1
task_iconified_background_id = 5
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_right = toggle
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
@ -269,7 +269,7 @@ button_uwheel_command = mb-jgtools places
button_dwheel_command = mb-jgtools right
button_font_color = #000000 100
button_padding = 10 10
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
@ -286,7 +286,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 10 10
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 55df ----
#---- Generated by tint2conf ef82 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -44,7 +44,7 @@ border_color_hover = #ffffff 100
background_color_pressed = #ffffff 40
border_color_pressed = #ffffff 100
# Background 4: Domyślne zadanie, Zminimalizowane
# Background 4: Zminimalizowane
rounded = 2
border_width = 0
border_sides = TBLR
@ -156,8 +156,8 @@ task_active_background_id = 5
task_urgent_background_id = 5
task_iconified_background_id = 4
mouse_left = toggle_iconify
mouse_middle = shade
mouse_right = none
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -241,7 +241,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,111 +1,232 @@
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# ID 1
#---- Generated by tint2conf 068a ----
# 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 = 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
# ID 2 - tooltip
# Background 2: Podpowiedzi
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 10
border_color = #000000 90
background_color_hover = #000000 10
border_color_hover = #000000 90
background_color_pressed = #000000 10
border_color_pressed = #000000 90
# ID 3 - taskbar
# Background 3: Nieaktywne zadanie
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 10
border_color = #000000 0
background_color_hover = #ffffff 10
border_color_hover = #000000 0
background_color_pressed = #ffffff 10
border_color_pressed = #000000 0
# ID 4 - active taskbar
# Background 4: Aktywne zadanie
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 40
border_color = #000000 0
background_color_hover = #ffffff 40
border_color_hover = #000000 0
background_color_pressed = #ffffff 40
border_color_pressed = #000000 0
# ID 5 - task
# Background 5: Domyślne zadanie, Zminimalizowane
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 10
border_color = #000000 0
background_color_hover = #ffffff 10
border_color_hover = #000000 0
background_color_pressed = #ffffff 10
border_color_pressed = #000000 0
# ID 6 - active task
# Background 6: Aktywne, Pilne
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 20
border_color = #000000 0
background_color_hover = #ffffff 20
border_color_hover = #000000 0
background_color_pressed = #ffffff 20
border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_items = T
panel_size = 60% 80
panel_margin = 10 26
panel_padding = 10 10
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_padding = 10 10 10
panel_background_id = 1
# Panel Autohide
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = bottom
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 6
strut_policy = none
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 = 10 10 10
taskbar_background_id = 3
taskbar_active_background_id = 4
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 = 0
taskbar_name_active_background_id = 0
taskbar_name_font = Droid Sans 9
taskbar_name_font_color = #888888 100
taskbar_name_active_font_color = #eeeeee 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
urgent_nb_of_blink = 20
task_icon = 0
#-------------------------------------
# Task
task_text = 0
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 20
task_maximum_size = 300 40
task_padding = 2 2
task_background_id = 5
task_active_background_id = 6
task_urgent_background_id = 6
task_iconified_background_id = 5
# Task Icons
task_padding = 2 2 2
task_font = Droid Sans 06_55 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #aaaaaa 69
task_active_font_color = #eeeeee 100
task_urgent_font_color = #064d99 100
task_iconified_font_color = #aaaaaa 60
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
task_background_id = 5
task_active_background_id = 6
task_urgent_background_id = 6
task_iconified_background_id = 5
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Fonts
task_font = Droid Sans 06_55 9
task_font_color = #aaaaaa 70
task_active_font_color = #eeeeee 100
task_urgent_font_color = #064D99 100
task_iconified_font_color = #aaaaaa 60
font_shadow = 0
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 0
systray_background_id = -1
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
# Tooltips
tooltip = 1
tooltip_padding = 10 10
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format =
time2_format =
time1_timezone =
time2_timezone =
clock_font_color = #000000 100
clock_padding = 0 0
clock_background_id = -1
clock_tooltip =
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command =
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 0
battery_low_cmd =
battery_full_cmd =
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = -1
battery_hide = 0
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
tooltip_hide_timeout = 0
tooltip_padding = 10 10
tooltip_background_id = 2
tooltip_font_color = #d8d8d8 100
tooltip_font = Droid Sans normal 10.0
# Mouse
mouse_middle = none
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf bcac ----
#---- Generated by tint2conf 48a8 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 1e92 ----
#---- Generated by tint2conf 233d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -179,7 +179,7 @@ taskbar_name_padding = 8 0
taskbar_name_background_id = 4
taskbar_name_active_background_id = 4
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #a1a1a1 25
taskbar_name_font_color = #a1a1a1 24
taskbar_name_active_font_color = #f3f3ff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
@ -210,8 +210,8 @@ task_active_background_id = 4
task_urgent_background_id = 5
task_iconified_background_id = 1
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -288,7 +288,7 @@ ac_disconnected_cmd = notify-send "AC Disconected"
# Separator 1
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -297,7 +297,7 @@ separator_padding = 4 0
# Separator 2
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -306,7 +306,7 @@ separator_padding = 4 0
# Separator 3
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -323,7 +323,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 9cd6 ----
#---- Generated by tint2conf 5c5e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -136,8 +136,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle
@ -231,7 +231,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf a763 ----
#---- Generated by tint2conf f461 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -83,7 +83,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Button, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
# Background 7: Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
@ -212,7 +212,7 @@ time2_font = sans 6
clock_font_color = #ffffff 60
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Dzisiaj jest %A, %e dzień %B
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = manjaro-settings-manager -m msm_timedate
@ -224,7 +224,7 @@ clock_dwheel_command =
# Battery
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
battery_low_cmd =
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
@ -247,7 +247,7 @@ ac_disconnected_cmd =
button = new
button_icon = arrow-left
button_text =
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
button_tooltip = Left SidePanel - Places (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
@ -255,7 +255,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
@ -280,7 +280,7 @@ button_max_icon_size = 0
button = new
button_icon = tint2conf
button_text =
button_tooltip = Edytuj ustawienia panelu
button_tooltip = Edit panel configuration
button_lclick_command = tint2conf $HOME/.config/tint2/mabox2001.tint2rc
button_rclick_command =
button_mclick_command =
@ -297,7 +297,7 @@ button_max_icon_size = 0
button = new
button_icon = arrow-right
button_text =
button_tooltip = Prawy panel (super+tab)
button_tooltip = Right SidePanel (super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
@ -305,7 +305,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf b552 ----
#---- Generated by tint2conf 2276 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -153,7 +153,7 @@ 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 49
taskbar_name_font_color = #222222 48
taskbar_name_active_font_color = #222222 100
taskbar_distribute_size = 1
taskbar_sort_order = none
@ -178,8 +178,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = prev_task
mouse_scroll_down = next_task

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match his blue variant of Numix-Reborn GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf 80a5 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #64A8ED 100
border_color = #64A8ED 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #64a8ed 100
border_color = #64a8ed 100
background_color_hover = #64a8ed 100
border_color_hover = #64a8ed 100
background_color_pressed = #64a8ed 100
border_color_pressed = #64a8ed 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match Numix Reborn GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf 3c4d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #388E3C 100
border_color = #388E3C 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #388e3c 100
border_color = #388e3c 100
background_color_hover = #388e3c 100
border_color_hover = #388e3c 100
background_color_pressed = #388e3c 100
border_color_pressed = #388e3c 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match Numix GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf ef88 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #D64937 100
border_color = #D64937 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #d64937 100
border_color = #d64937 100
background_color_hover = #d64937 100
border_color_hover = #d64937 100
background_color_pressed = #d64937 100
border_color_pressed = #d64937 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 3800 ----
#---- Generated by tint2conf 27f2 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -165,8 +165,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -250,7 +250,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 19b5 ----
#---- Generated by tint2conf 50f7 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -92,6 +92,7 @@ panel_padding = 5 3 10
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = top
panel_monitor = all
@ -156,8 +157,8 @@ task_active_background_id = 5
task_urgent_background_id = 5
task_iconified_background_id = 6
mouse_left = toggle_iconify
mouse_middle = shade
mouse_right = none
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 1031 ----
#---- Generated by tint2conf b7fb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -92,6 +92,7 @@ panel_padding = 1 1 2
panel_background_id = 3
wm_menu = 0
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
@ -153,8 +154,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 4ecd ----
#---- Generated by tint2conf 3897 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
@ -245,7 +245,7 @@ ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_text = <
button_text = <
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -293,7 +293,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text = >
button_text = >
button_tooltip = Prawy panel (super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 8452 ----
#---- Generated by tint2conf 3c6e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -66,6 +66,7 @@ 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
@ -118,7 +119,7 @@ task_font = Droid Sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #ffffff 66
task_font_color = #ffffff 65
task_active_font_color = #ffffff 100
task_urgent_font_color = #ffffff 100
task_iconified_font_color = #ffffff 60
@ -131,8 +132,8 @@ task_active_background_id = 3
task_urgent_background_id = 0
task_iconified_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -0,0 +1,38 @@
[Desktop Entry]
Name=ClipIt
Name[ca]=ClipIt
Name[pt_BR]=Clipit
Name[sv]=ClipIt
Name[pl]=ClipIt
Comment=Clipboard Manager
Comment[bg]=Мениджър за клипборда
Comment[ca]=Gestor del porta-retalls
Comment[cs]=Správce schránky
Comment[da]=Udklipsholder
Comment[de]=Zwischenablage-Verwaltung
Comment[es]=Gestor de Portapapeles
Comment[es_ES]=Gestor del portapapeles
Comment[et]=Lõikepuhvrihaldur
Comment[fi]=Leikepöydän hallinta
Comment[fr]=Gestionnaire de presse-papier
Comment[fr_FR]=Gestionnaire de Presse-Papier
Comment[gl_ES]=Xestor de portarretallos
Comment[hu]=Vágólapkezelő
Comment[it]=Gestore degli appunti
Comment[ja]=クリップボード・マネージャ
Comment[lt]=Iškarpinės tvarkytuvė
Comment[nb]=Utklippstavleverkty
Comment[pl]=Menadżer schowka
Comment[pt_BR]=Gerenciador de Área de Transferência
Comment[pt_PT]=Gestor de Área de Transferência
Comment[ro]=Administrator clipboard
Comment[ru]=Менеджер буфера обмена
Comment[sv]=Urklippshanterare
Comment[tr]=Pano Yöneticisi
Comment[zh_CN]=剪切板管理器
Icon=clipit-trayicon
Exec=clipit
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
Hidden=true

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
OnlyShowIn=Budgie;
Hidden=true

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
Hidden=true

View File

@ -0,0 +1,81 @@
own_window yes
own_window_type desktop
# own_window_argb_visual yes
# own_window_argb_value 125
own_window_transparent yes
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
gap_x 15
gap_y 50
alignment tr
minimum_width 200
minimum_size 200
use_xft yes
xftfont Cantarell:size=9
xftalpha 1
override_utf8_locale yes
draw_shades no #yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
color2 777777
cpu_avg_samples 2
default_color FFFFFF
draw_borders no #yes
stippled_borders 5
border_inner_margin 5
border_outer_margin 0
border_width 2
background yes
no_buffers yes
imlib_cache_size 0
double_buffer yes
update_interval 1
TEXT
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color 006600}${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}RAM$alignr$mem/$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 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} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}

View File

@ -33,22 +33,11 @@ xcape -e 'Super_L=Super_L|space'
## Startup
(sleep 1s && volumeicon) &
(sleep 1s && xfce4-volumed-pulse) &
(sleep 1s && clipit) &
(sleep 1s && gkrellm -w) &
## Optionally enable file manager in daemon mode for automounting
(sleep 1s && pcmanfm -d) &
## Optionally disable touchpad
#/usr/bin/synclient TouchpadOff=1 &
## Regeneracja menu
(sleep 1s && mb-regenerate-menu) &
## Mabox-welcome screen
#(sleep 1s && mb-welcome --autostart) &
## Conky
(sleep 2s && mb-conky-session --autostart) &

View File

@ -207,7 +207,6 @@ lightdm-gtk-greeter-settings
lxappearance
lxappearance-obconf
manjaro-settings-manager
manjaro-settings-manager-notifier
xfce4-power-manager-gtk3
xfce4-notifyd-gtk3
@ -345,7 +344,7 @@ freetype2
#---------=> system
accountsservice
gksu-polkit
zensu
gnome-keyring
manjaro-hotfixes
polkit

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=AT-SPI D-Bus Bus
Exec=/usr/lib/at-spi-bus-launcher --launch-immediately
OnlyShowIn=GNOME;Unity;
NoDisplay=true
AutostartCondition=GSETTINGS org.gnome.desktop.interface toolkit-accessibility
X-GNOME-AutoRestart=true
X-GNOME-Autostart-Phase=Initialization
Hidden=false

View File

@ -0,0 +1,38 @@
[Desktop Entry]
Name=ClipIt
Name[ca]=ClipIt
Name[pt_BR]=Clipit
Name[sv]=ClipIt
Name[pl]=ClipIt
Comment=Clipboard Manager
Comment[bg]=Мениджър за клипборда
Comment[ca]=Gestor del porta-retalls
Comment[cs]=Správce schránky
Comment[da]=Udklipsholder
Comment[de]=Zwischenablage-Verwaltung
Comment[es]=Gestor de Portapapeles
Comment[es_ES]=Gestor del portapapeles
Comment[et]=Lõikepuhvrihaldur
Comment[fi]=Leikepöydän hallinta
Comment[fr]=Gestionnaire de presse-papier
Comment[fr_FR]=Gestionnaire de Presse-Papier
Comment[gl_ES]=Xestor de portarretallos
Comment[hu]=Vágólapkezelő
Comment[it]=Gestore degli appunti
Comment[ja]=クリップボード・マネージャ
Comment[lt]=Iškarpinės tvarkytuvė
Comment[nb]=Utklippstavleverkty
Comment[pl]=Menadżer schowka
Comment[pt_BR]=Gerenciador de Área de Transferência
Comment[pt_PT]=Gestor de Área de Transferência
Comment[ro]=Administrator clipboard
Comment[ru]=Менеджер буфера обмена
Comment[sv]=Urklippshanterare
Comment[tr]=Pano Yöneticisi
Comment[zh_CN]=剪切板管理器
Icon=clipit-trayicon
Exec=clipit
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
Hidden=true

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Geoclue Demo agent
GenericName=Demo geoclue agent
Keywords=geolocation;
Exec=/usr/lib/geoclue-2.0/demos/agent
Icon=mark-location-symbolic
NotShowIn=GNOME;
NoDisplay=true
Terminal=false
Type=Application
Hidden=true

View File

@ -0,0 +1,158 @@
[Desktop Entry]
Type=Application
Name[af]=Sertifikaat- en sleutelberging
Name[ar]=مخزن الشهادات والمفاتيح
Name[as]=প্ৰমাণপত্ৰ আৰু কি সংৰক্ষণ
Name[ast]=Certificaos y almacenamientu de claves
Name[be]=Сховішча сертыфікатаў і ключоў
Name[bg]=Съхранение на сертификати и ключове
Name[bn]=সার্টিফিকেট এবং কী স্টোরেজ
Name[bn_IN]=সার্টিফিকেট এবং কি সংগ্রহস্থল
Name[bs]=Skladište sertifikata i ključeva
Name[ca]=Magatzem de certificats i de claus
Name[ca@valencia]=Magatzem de certificats i de claus
Name[cs]=Odemknout certifikáty a umístění klíčů
Name[da]=Certifikat- og nøglelager
Name[de]=Zertifikat-/Schlüsselverwahrung
Name[el]=Αποθήκη πιστοποιητικών και κλειδιών
Name[en_GB]=Certificate and Key Storage
Name[eo]=Memorejo de atestiloj kaj ŝlosiloj
Name[es]=Certificados y almacenamiento de claves
Name[et]=Sertifikaadi- ja võtmehoidla
Name[eu]=Ziurtagirien/gakoen biltegia
Name[fa]=مخزن کلید و گواهی‌نامه
Name[fi]=Varmenne- ja avainsäilö
Name[fr]=Stockage de certificats et de clés
Name[fur]=Archivi certificâts e clâfs
Name[gd]=Teisteanas agus stòras na h-iuchrach
Name[gl]=Almacenamento de chave ou certificado
Name[gu]=પ્રમાણપત્ર અને કી સંગ્રહ
Name[he]=אחסון תעודה ומפתח
Name[hi]=कुंजी भंडार प्रमाणित करें
Name[hr]=Vjerodajnice i spremište ključeva
Name[hu]=Tanúsítvány- és kulcstároló
Name[id]=Penyimpanan Kunci dan Sertifikat
Name[is]=Geymsla skilríkis og lykils
Name[it]=Archivio certificati e chiavi
Name[ja]=証明書および鍵を格納するストレージ
Name[kk]=Сертификаттар және кілттер қоймасы
Name[km]=វិញ្ញាបនបត្រ និងការ​ផ្ទុកសោ
Name[kn]=ಪ್ರಮಾಣಪತ್ರ ಮತ್ತು ಕೀಲಿಯ ಶೇಖರಣೆ
Name[ko]=인증서 및 키 저장소
Name[lt]=Liudijimų ir raktų saugykla
Name[lv]=Sertifikātu un atslēgu glabātava
Name[mjw]=Certificate pen Key Storage
Name[mk]=Склад на клучеви и сертификати
Name[ml]=സാക്ഷ്യപത്രവും കീ സംഭരണവും
Name[mr]=प्रमाणपत्र व कि स्टोरेज
Name[ms]=Sijil dan Penyimpanan Kekunci
Name[nb]=Lager for sertifikat/nøkkel
Name[nl]=Certificaat- en sleutelopslag
Name[nn]=Serifikat- og nøkkellager
Name[oc]=Emmagazinatge de certificats e de claus
Name[or]=ପ୍ରମାଣପତ୍ର ଏବଂ କି ସଂରକ୍ଷଣ
Name[pa]=ਸਰਟੀਫਿਕੇਟ ਅਤੇ ਕੁੰਜੀ ਸਟੋਰੇਜ਼
Name[pl]=Przechowalnia certyfikatów i kluczy
Name[pt]=Armazenamento de chaves e certificados
Name[pt_BR]=Certificados e armazenamento de chaves
Name[ro]=Stocare pentru certificate și chei
Name[ru]=Хранилище сертификатов и ключей
Name[sk]=Úložisko certifikátov a kľúčov
Name[sl]=Hranjenje potrdil in ključev
Name[sr]=Складиште сертификата и кључева
Name[sr@latin]=Skladište sertifikata i ključeva
Name[sv]=Certifikat och nyckellagring
Name[ta]=சான்றிதழ்/விசை சேமிப்பகம்
Name[te]=ధృవీకరణపత్రం మరియు కీ నిల్వ
Name[th]=แหล่งใบรับรองและกุญแจ
Name[tr]=Sertifika ve Anahtar Deposu
Name[ug]=گۇۋاھنامە ۋە شىفىرلىق ئاچقۇچ ئامبىرى
Name[uk]=Сертифікат та сховище ключів
Name[vi]=Lưu trữ Chứng nhận và khóa
Name[zh_CN]=证书和密钥存储
Name[zh_HK]=證書與密碼匙儲存區
Name[zh_TW]=憑證與金鑰儲存區
Name=Certificate and Key Storage
Comment[af]=GNOME-sleutelring: PKCS#11-komponent
Comment[ar]=حلقة مفاتيح جنوم: مكون PKCS#11
Comment[as]=GNOME Keyring: PKCS#11 উপাদান
Comment[ast]=Depósitu de claves de GNOME: Componente PKCS#11
Comment[be]=Вязкі ключоў GNOME: кампанент PKCS#11
Comment[bg]=Ключодържател на GNOME: компонент за PKCS#11
Comment[bn]=GNOME কী রিং: PKCS#11 কম্পোনেন্ট
Comment[bn_IN]=GNOME Keyring: PKCS#11 উপাদান
Comment[bs]=Gnomovi privjesci: PKCS#11 komponenta
Comment[ca]=Anell de claus del GNOME: component PKCS#11
Comment[ca@valencia]=Anell de claus del GNOME: component PKCS#11
Comment[cs]=Klíčenka GNOME: komponenta PKCS#11
Comment[da]=GNOME-nøgleringsdæmon: PKCS#11-komponent
Comment[de]=GNOME-Schlüsselbunddienst: PKCS#11-Komponente
Comment[el]=Κλειδοθήκη GNOME: Συστατικό στοιχείο PKCS#11
Comment[en_GB]=GNOME Keyring: PKCS#11 Component
Comment[eo]=GNOME Ŝlosilaro: PKCS#11 ero
Comment[es]=Depósito de claves de GNOME: Componente PKCS#11
Comment[et]=GNOME võtmerõngas: PKCS#11 komponent
Comment[eu]=GNOMEren gako-sorta: PKCS#11 osagaia
Comment[fa]=دسته‌کلید گنوم: عناصر PKCS#11
Comment[fi]=Gnomen avainnippu: PKCS#11-komponentti
Comment[fr]=Trousseau de clés de GNOME : composant PKCS#11
Comment[fur]=Puarteclâfs di GNOME: component PKCS#11
Comment[gd]=Dul-iuchrach GNOME: Co-phàirt PKCS#11
Comment[gl]=GNOME Keyring: compoñente PKCS#11
Comment[gu]=GNOME કીરીંગ: PKCS#11 ઘટક
Comment[he]=קבוצת מפתחות של GNOME:רכיב PKCS#11
Comment[hi]=गनोम कीरिंग: PKCS#11 घटक
Comment[hr]=GNOME skup ključeva: PKCS#11 komponena
Comment[hu]=GNOME kulcstartó PKCS#11 összetevő
Comment[id]=GNOME Keyring: Komponen PKCS#11
Comment[it]=Portachiavi di GNOME: componente PKCS#11
Comment[ja]=GNOME キーリング: PKCS#11 コンポーネント
Comment[kk]=GNOME Keyring: PKCS#11 құрамасы
Comment[km]=GNOME Keyring ៖ សមាសភាគ PKCS#11
Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: PKCS#11 ಘಟಕ
Comment[ko]=그놈 키 모음: PKCS#11 컴포넌트
Comment[lt]=GNOME raktinė: PKCS#11 komponentas
Comment[lv]=GNOME atslēgu saišķis — PKCS#11 komponente
Comment[mjw]=GNOME Keyring: PKCS#11 Component
Comment[mk]=Приврзок на GNOME: PKCS#11 компонента
Comment[ml]=ഗ്നോം കീറിങ്: PKCS#11 ഘടകം
Comment[mr]=GNOME किरिंग: PKCS#11 घटक
Comment[ms]=GNOME Keyring: Komponen PKCS#11
Comment[nb]=GNOME nøkkelring: PKCS#11-komponent
Comment[nl]=Sleutelbos-service: PKCS#11-component
Comment[nn]=GNOME Nøkkelring: PKCS#11-komponent
Comment[oc]=Trossèl de claus GNOME : component PKCS#11
Comment[or]=GNOME କି ରିଙ୍ଗ: PKCS#11 ଉପାଦାନ
Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ: PKCS#11 ਭਾਗ
Comment[pl]=Baza kluczy dla środowiska GNOME: składnik PKCS#11
Comment[pt]=GNOME Keyring: componente PKCS#11
Comment[pt_BR]=Chaveiro do GNOME: Componente PKCS#11
Comment[ro]=Inelul de chei GNOME: Componenta PKCS#11
Comment[ru]=Связка ключей GNOME: компонент PKCS#11
Comment[sk]=Modul PKCS#11 zväzku kľúčov GNOME
Comment[sl]=Zbirka ključev GNOME: enota PKCS#11
Comment[sr]=Гномови привесци: ПКЦС#11 компонента
Comment[sr@latin]=Gnomovi privesci: PKCS#11 komponenta
Comment[sv]=GNOME-nyckelring: PKCS#11-komponent
Comment[ta]=GNOME கீரிங்: PKCS#11 கூறு
Comment[te]=GNOME కీరింగ్: PKCS#11 అంశం
Comment[th]=พวงกุญแจของ GNOME: องค์ประกอบ PKCS#11
Comment[tr]=GNOME Anahtarlığı: PKCS#11 Bileşeni
Comment[ug]=گىنوم ئاچقۇچ ھالقىسىPKCS#11 دېتالى
Comment[uk]=Служба в'язки ключів GNOME: компонент PKCS#11
Comment[vi]=Chùm chìa khóa GNOME: thành phần PKCS#11
Comment[zh_CN]=GNOME 密钥环PKCS#11 组件
Comment[zh_HK]=GNOME 密碼匙圈PKCS#11 元件
Comment[zh_TW]=GNOME 鑰匙圈PKCS#11 元件
Comment=GNOME Keyring: PKCS#11 Component
Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11
OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
NoDisplay=true
X-GNOME-Autostart-Phase=PreDisplayServer
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-keyring
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.34.0
Hidden=true

View File

@ -0,0 +1,158 @@
[Desktop Entry]
Type=Application
Name[af]=Geheimbergingsdiens
Name[ar]=خدمة حفظ سرية
Name[as]=গুপ্ত সংৰক্ষণ সেৱা
Name[ast]=Serviciu d'almacenamientu de secretos
Name[be]=Служба сховішча для сакрэтаў
Name[bg]=Услуга за шифриран носител
Name[bn]=গোপন সংরক্ষণ সম্পর্কিত সার্ভিস
Name[bn_IN]=গোপন সংগ্রহস্থল পরিষেবা
Name[bs]=Servis sa tajno skladištenje
Name[ca]=Servei d'emmagatzematge de secrets
Name[ca@valencia]=Servei d'emmagatzematge de secrets
Name[cs]=Služba utajení dat
Name[da]=Secret Storage Service
Name[de]=Sicherheitsdienst
Name[el]=Υπηρεσία κρυφής αποθήκευσης
Name[en_GB]=Secret Storage Service
Name[eo]=Servo pri sekreta memorejo
Name[es]=Servicio de almacenamiento de secretos
Name[et]=Saladuste hoidmise teenus
Name[eu]=Ezkutuko biltegiaren zerbitzua
Name[fa]=خدمت مخزن محرمانه
Name[fi]=Salaisuuksien säilöntäpalvelu
Name[fr]=Service de stockage secret
Name[fur]=Servizi archivi segret
Name[gd]=Seirbheis stòrais dhìomhair
Name[gl]=Servizo de almacenamento segredo
Name[gu]=ખાનગી સંગ્રહ સેવા
Name[he]=שרות אחסון חשאי
Name[hi]=गुप्त भंडार सेवा
Name[hr]=Tajna usluga spremišta
Name[hu]=Titoktároló szolgáltatás
Name[id]=Layanan Penyimpanan Rahasia
Name[it]=Servizio archivio segreto
Name[ja]=シークレットストレージサービス
Name[kk]=Құпия кілттер қоймасы қызметі
Name[km]=សេវា​ផ្ទុក​សម្ងាត់
Name[kn]=ಸೀಕ್ರೆಟ್ ಶೇಖರಣಾ ಸೇವೆ
Name[ko]=비밀 저장고 서비스
Name[lt]=Slaptoji saugojimo tarnyba
Name[lv]=Slepenās glabātavas serviss
Name[mjw]=Secret Storage Service
Name[mk]=Сервис за склад на тајни
Name[ml]=രഹസ്യ സംഭരണ സേവനം
Name[mr]=गोपणी स्टोरेज सर्व्हिस
Name[ms]=Servis Rahsia Penyimpanan
Name[nb]=Lagringstjeneste for hemmeligheter
Name[nl]=Secret Storage Service
Name[nn]=Hemmeleg lagerteneste
Name[oc]=Servici d'emmagazinatge secret
Name[or]=ଗୁପ୍ତ ସଂରକ୍ଷଣ ସର୍ଭିସ
Name[pa]=ਗੁਪਤ ਸਟੋਰੇਜ਼ ਸਰਵਿਸ
Name[pl]=Usługa przechowywania haseł
Name[pt]=Serviço de armazenamento secreto
Name[pt_BR]=Serviço de armazenamento secreto
Name[ro]=Serviciul secret de stocare
Name[ru]=Служба безопасного хранения
Name[sk]=Služba utajeného úložiska
Name[sl]=Shranjevanje skritih storitev
Name[sr]=Сервис са тајно складиштење
Name[sr@latin]=Servis sa tajno skladištenje
Name[sv]=Lagringstjänst för hemligheter
Name[ta]=\sரகசிய சேமிப்பு சேவை
Name[te]=రహస్య నిల్వ సేవ
Name[th]=บริการเก็บข้อมูลลับ
Name[tr]=Gizli Depolama Hizmeti
Name[ug]=مەخپىي ساقلاش مۇلازىمىتى
Name[uk]=Служба шифрування дисків
Name[vi]=Dịch vụ lưu trữ bảo mật
Name[zh_CN]=保密存储服务
Name[zh_HK]=保密儲存區服務
Name[zh_TW]=保密儲存區服務
Name=Secret Storage Service
Comment[af]=GNOME-sleutelring: geheimdiens
Comment[ar]=حلقة مفاتيح جنوم: خدمة سرية
Comment[as]=GNOME Keyring: গুপ্ত সেৱা
Comment[ast]=Depósitu de claves de GNOME: Serviciu de secretos
Comment[be]=Вязкі ключоў GNOME: служба сакрэтаў
Comment[bg]=Ключодържател на GNOME: услуга за тайни
Comment[bn]=GNOME কী রিং: গোপন সার্ভিস
Comment[bn_IN]=GNOME Keyring: গোপন পরিষেবা
Comment[bs]=Gnomovi privjesci: servis za tajnost
Comment[ca]=Anell de claus del GNOME: servei de secrets
Comment[ca@valencia]=Anell de claus del GNOME: servei de secrets
Comment[cs]=Klíčenka GNOME: Služba utajení dat
Comment[da]=GNOME-nøglering: Secret Service
Comment[de]=GNOME-Schlüsselbunddienst: Sicherheitsdienst
Comment[el]=Κλειδοθήκη GNOME: Κρυφή υπηρεσία
Comment[en_GB]=GNOME Keyring: Secret Service
Comment[eo]=GNOME Ŝlosilaro: Sekreta servo
Comment[es]=Depósito de claves de GNOME: Servicio de secretos
Comment[et]=GNOME võtmerõngas: saladuste teenus
Comment[eu]=GNOMEren gako-sorta: ezkutuko zerbitzua
Comment[fa]=دسته‌کلید گنوم: خدمت محرمانه
Comment[fi]=Gnomen avainnippu: Salainen palvelu
Comment[fr]=Trousseau de clés de GNOME : service secret
Comment[fur]=Puarteclâfs di GNOME: servizi segret
Comment[gd]=Dul-iuchrach GNOME: Seirbheis dhìomhair
Comment[gl]=GNOME Keyring: servizo segredo
Comment[gu]=GNOME કીરીંગ: ખાનગી સેવા
Comment[he]=קבוצת מפתחות של GNOME: שירות חשאי
Comment[hi]=गनोम कीरिंग: गुप्त सेवा
Comment[hr]=GNOME skup ključeva: Tajna usluga
Comment[hu]=GNOME kulcstartó titokszolgáltatás
Comment[id]=GNOME Keyring: Layanan Rahasia
Comment[it]=Portachiavi di GNOME: servizio segreto
Comment[ja]=GNOME キーリング: シークレットサービス
Comment[kk]=GNOME Keyring: Құпия кілттер қызметі
Comment[km]=GNOME Keyring ៖ សេវា​សម្ងាត់
Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: ಸೀಕ್ರೆಟ್ ಸೇವೆ
Comment[ko]=그놈 키 모음: 비밀 서비스
Comment[lt]=GNOME raktinė: slaptoji tarnyba
Comment[lv]=GNOME atslēgu saišķis — slepenais serviss
Comment[mjw]=GNOME Keyring: Secret Service
Comment[mk]=Приврзок на GNOME: таен сервис
Comment[ml]=ഗ്നോം കീറിങ്: രഹസ്യ സേവനം
Comment[mr]=GNOME किरिंग: गोपणीय सर्व्हिस
Comment[ms]=GNOME Keyring: Servis Rahsia
Comment[nb]=GNOME nøkkelring: Hemmelige tjenester
Comment[ne]=जिनोम किरिङ : गुप्त सेवा
Comment[nl]=Sleutelbos-service: Secret Service
Comment[nn]=GNOME Nøkkelring: Hemmeleg teneste
Comment[oc]=Trossèl de claus GNOME : servici secret
Comment[or]=GNOME କି ରିଙ୍ଗ: ଗୁପ୍ତ ସଂରକ୍ଷଣ
Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ ਡੈਮਨ: ਗੁਪਤ ਸਰਵਿਸ
Comment[pl]=Baza kluczy dla środowiska GNOME: usługa haseł
Comment[pt]=GNOME Keyring: serviço secreto
Comment[pt_BR]=Chaveiro do GNOME: Serviço secreto
Comment[ro]=Inelul de chei GNOME: Serviciul secret
Comment[ru]=Связка ключей GNOME: служба безопасности
Comment[sk]=Služba utajenia zväzku kľúčov GNOME
Comment[sl]=Zbirka ključev GNOME: skrite storitve
Comment[sr]=Гномови привесци: сервис за тајност
Comment[sr@latin]=Gnomovi privesci: servis za tajnost
Comment[sv]=GNOME-nyckelring: Hemlighetstjänst
Comment[ta]=GNOME கீரிங்: ரகசிய சேவை
Comment[te]=GNOME కీరింగ్: రహస్య సేవ
Comment[th]=พวงกุญแจของ GNOME: บริการเก็บข้อมูลลับ
Comment[tr]=GNOME Anahtarlığı: Gizli Hizmet
Comment[ug]=گىنوم ئاچقۇچ ھالقىسى:مەخپىيەت مۇلازىمىتى
Comment[uk]=Служба в'язки ключів GNOME: служба шифрування
Comment[vi]=Chùm chìa khóa GNOME: dịch vụ bảo mật
Comment[zh_CN]=GNOME 密钥环:保密服务
Comment[zh_HK]=GNOME 密碼匙圈:保密服務
Comment[zh_TW]=GNOME 鑰匙圈:保密服務
Comment=GNOME Keyring: Secret Service
Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
NoDisplay=true
X-GNOME-Autostart-Phase=PreDisplayServer
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-keyring
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.34.0
Hidden=true

View File

@ -0,0 +1,157 @@
[Desktop Entry]
Type=Application
Name[af]=SSH-sleutelagent
Name[ar]=عميل مفاتيح SSH
Name[as]=SSH কি সহায়ক
Name[ast]=Axente de claves SSH
Name[be]=SSH-агент ключоў
Name[bg]=Агентът на SSH за ключове
Name[bn]=SSH কী এজেন্ট
Name[bn_IN]=SSH কি এজেন্ট
Name[bs]=Agent za SSH ključeve
Name[ca]=Agent de claus SSH
Name[ca@valencia]=Agent de claus SSH
Name[cs]=Agent klíčů SSH
Name[da]=SSH-nøgleagent
Name[de]=SSH-Schlüsselagent
Name[el]=Πράκτορας κλειδιού SSH
Name[en_GB]=SSH Key Agent
Name[eo]=SSH-ŝlosila agento
Name[es]=Agente de claves SSH
Name[et]=SSH-võtmete agent
Name[eu]=SSH gako-agentea
Name[fa]=عامل کلید SSH
Name[fi]=SSH-avainten agentti
Name[fr]=Agent de clés SSH
Name[fur]=Agjent clâfs SSH
Name[gd]=Àidseant iuchair SSH
Name[gl]=Axente de chave SSH
Name[gu]=SSH કી ઍજન્ટ
Name[he]=סוכן מפתחות SSH
Name[hi]=AFS कुँजी प्रतिनिधि
Name[hr]=Agent SSH ključa
Name[hu]=SSH-kulcs ügynök
Name[id]=Agen Kunci SSH
Name[it]=Agente chiavi SSH
Name[ja]=SSH 鍵エージェント
Name[kk]=SSH кілттер агенті
Name[km]=ភ្នាក់ងារ​សោ SSH
Name[kn]=SSH ಕೀಲಿ ಮಧ್ಯವರ್ತಿ
Name[ko]=SSH 키 에이전트
Name[lt]=SSH raktų tarnyba
Name[lv]=SSH atslēgu aģents
Name[mjw]=SSH Key Agent
Name[mk]=Агент за SSH клучеви
Name[ml]=എസ്എസ്എച് കീ ഏജന്റ്
Name[mr]=SSH कि एजंट
Name[ms]=Agen Kekunci SSH
Name[nb]=SSH-nøkkelagent
Name[nl]=SSH-sleutelagent
Name[nn]=Nøkkelagent for SSH
Name[oc]=Agent de claus SSH
Name[or]=SSH କି ସଦସ୍ୟ
Name[pa]=SSH ਕੁੰਜੀ ਏਜੰਟ
Name[pl]=Agent kluczy SSH
Name[pt]=Agente de chaves SSH
Name[pt_BR]=Agente de chaves SSH
Name[ro]=Agent pentru chei SSH
Name[ru]=Агент ключей SSH
Name[sk]=Agent kľúčov SSH
Name[sl]=Agent ključev SSH
Name[sr]=Агент за ССХ кључеве
Name[sr@latin]=Agent za SSH ključeve
Name[sv]=SSH-nyckelagent
Name[ta]=SSH முகவர்
Name[te]=SSH కీ వాహకము
Name[th]=เอเจนต์กุญแจ SSH
Name[tr]=SSH Anahtar Aracı
Name[ug]=SSH ئاچقۇچ ياردەمچىسى
Name[uk]=Агент ключів SSH
Name[vi]=Đại diện khóa SSH
Name[zh_CN]=SSH 密钥代理
Name[zh_HK]=SSH 密碼匙代理程式
Name[zh_TW]=SSH 金鑰代理程式
Name=SSH Key Agent
Comment[af]=GNOME-sleutelring: SSH-agent
Comment[ar]=حلقة مفاتيح جنوم: عميل SSH
Comment[as]=GNOME Keyring: SSH সহায়ক
Comment[ast]=Depósitu de claves de GNOME: axente SSH
Comment[be]=Вязкі ключоў GNOME: SSH-агент
Comment[bg]=Ключодържател на GNOME: агент на SSH
Comment[bn]=GNOME কী রিং: SSH এজেন্ট
Comment[bn_IN]=GNOME Keyring: SSH এজেন্ট
Comment[bs]=Gnomovi privjesci: SSH agent
Comment[ca]=Anell de claus del GNOME: agent SSH
Comment[ca@valencia]=Anell de claus del GNOME: agent SSH
Comment[cs]=Klíčenka GNOME: Agent SSH
Comment[da]=GNOME-nøgleringsdæmon: SSH-agent
Comment[de]=GNOME-Schlüsselbunddienst: SSH-Agent
Comment[el]=Κλειδοθήκη GNOME: Πράκτορας SSH
Comment[en_GB]=GNOME Keyring: SSH Agent
Comment[eo]=GNOME Ŝlosilaro: SSH-agento
Comment[es]=Depósito de claves de GNOME: agente SSH
Comment[et]=GNOME võtmerõngas: SSH-agent
Comment[eu]=GNOMEren gako-sorta: SSH agentea
Comment[fa]=دسته‌کلید گنوم: عامل SSH
Comment[fi]=Gnomen avainnippu: SSH-agentti
Comment[fr]=Trousseau de clés de GNOME : agent SSH
Comment[fur]=Puarteclâfs di GNOME: agjent SSH
Comment[gd]=Dul-iuchrach: Àidseant SSH
Comment[gl]=GNOME Keyring: Axente SSH
Comment[gu]=GNOME કીરીંગ: SSH ઍજન્ટ
Comment[he]=קבוצת מפתחות של GNOME: סוכן SSH
Comment[hi]=गनोम कीरिंग: SSH प्रतिनिधि
Comment[hr]=GNOME skup ključeva: SSH agent
Comment[hu]=GNOME kulcstartó SSH-ügynök
Comment[id]=Ring Kunci GNOME: Agen SSH
Comment[it]=Portachiavi di GNOME: agente SSH
Comment[ja]=GNOME キーリング: SSH エージェント
Comment[kk]=GNOME Keyring: SSH агенті
Comment[km]=GNOME Keyring ៖ ភ្នាក់ងារ SSH
Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: SSH ಮಧ್ಯವರ್ತಿ
Comment[ko]=그놈 키 모음: SSH 에이전트
Comment[lt]=GNOME raktinė: SSH tarnyba
Comment[lv]=GNOME atslēgu saišķis — SSH aģents
Comment[mjw]=GNOME Keyring: SSH Agent
Comment[mk]=Приврзок на GNOME: SSH агент
Comment[ml]=ഗ്നോം കീറിങ്: എസ്എസ്എച് ഏജന്റ്
Comment[mr]=GNOME किरिंग: SSH एजंट
Comment[ms]=GNOME Keyring: Agen SSH
Comment[nb]=GNOME nøkkelring: SSH-agent
Comment[ne]=जिनोम किरिङ : SSH एजेन्ट
Comment[nl]=Sleutelbos-service: SSH-agent
Comment[nn]=GNOME Nøkkelring: SSH-agent
Comment[oc]=Trossèl de claus GNOME : agent SSH
Comment[or]=GNOME କି ରିଙ୍ଗ: SSH ସଦସ୍ୟ
Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ: SSH ਏਜੰਟ
Comment[pl]=Baza kluczy dla środowiska GNOME: agent SSH
Comment[pt]=GNOME Keyring: agente SSH
Comment[pt_BR]=Chaveiro do GNOME: Agente SSH
Comment[ro]=Inelul de chei GNOME: Agent SSH
Comment[ru]=Связка ключей GNOME: SSH-агент
Comment[sk]=SSH agent zväzku kľúčov GNOME
Comment[sl]=Zbirka ključev GNOME: agent SSH
Comment[sr]=Гномови привесци: ССХ агент
Comment[sr@latin]=Gnomovi privesci: SSH agent
Comment[sv]=GNOME-nyckelring: SSH-agent
Comment[ta]=GNOME கீரிங்: SSH முகவர்
Comment[te]=GNOME కీరింగ్: SSH వాహకం
Comment[th]=พวงกุญแจของ GNOME: เอเจนต์ SSH
Comment[tr]=GNOME Anahtarlığı: SSH Aracı
Comment[ug]=گىنوم ئاچقۇچ ھالقىسىSSH ياردەمچىسى
Comment[uk]=Служба в'язки ключів GNOME: агент SSH
Comment[vi]=Chùm chìa khóa GNOME: Đại diện SSH
Comment[zh_CN]=GNOME 密钥环SSH 代理
Comment[zh_HK]=GNOME 密碼匙圈SSH 代理程式
Comment[zh_TW]=GNOME 鑰匙圈SSH 代理程式
Comment=GNOME Keyring: SSH Agent
Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh
OnlyShowIn=GNOME;Unity;MATE;Cinnamon;
X-GNOME-Autostart-Phase=PreDisplayServer
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=true
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-keyring
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.34.0
Hidden=true

View File

@ -0,0 +1,168 @@
[Desktop Entry]
Name[af]=Netwerk
Name[an]=Rete
Name[ar]=شبكة
Name[as]=নেটৱৰ্ক
Name[ast]=Rede
Name[be]=Сетка
Name[bg]=Мрежа
Name[bs]=Mreža
Name[ca]=Xarxa
Name[ca@valencia]=Xarxa
Name[crh]=Şebeke
Name[cs]=Síť
Name[da]=Netværk
Name[de]=Netzwerk
Name[el]=Δίκτυο
Name[en_GB]=Network
Name[eo]=Reto
Name[es]=Red
Name[et]=Võrk
Name[eu]=Sarea
Name[fa]=شبکه
Name[fi]=Verkko
Name[fr]=Réseau
Name[gd]=Lìonra
Name[gl]=Rede
Name[gu]=નેટવર્ક
Name[he]=רשת
Name[hi]=संजाल
Name[hr]=Mreža
Name[hu]=Hálózat
Name[id]=Jaringan
Name[is]=Netkerfi
Name[it]=Rete
Name[ja]=ネットワーク
Name[kk]=Желі
Name[km]=បណ្ដាញ
Name[ko]=네트워크
Name[ku]=Tor
Name[lt]=Tinklas
Name[lv]=Tīkls
Name[mk]=Мрежа
Name[ml]=ശൃംഖല
Name[mr]=नेटवर्क
Name[ms]=Rangkaian
Name[nb]=Nettverk
Name[nl]=Netwerk
Name[nn]=Nettverk
Name[oc]=Ret
Name[pa]=ਨੈੱਟਵਰਕ
Name[pl]=Sieć
Name[pt]=Rede
Name[pt_BR]=Rede
Name[ro]=Rețea
Name[ru]=Сеть
Name[sk]=Sieť
Name[sl]=Omrežje
Name[sr]=Мрежа
Name[sr@latin]=Mreža
Name[sv]=Nätverk
Name[ta]=பிணையம்
Name[te]=నెట్‌వర్క్
Name[tg]=Шабака
Name[th]=เครือข่าย
Name[tr]=Ağ
Name[ug]=تور
Name[uk]=Мережа
Name[vi]=Mạng
Name[zh_CN]=网络
Name[zh_HK]=網絡
Name[zh_TW]=網路
Name=Network
Comment[af]=Bestuur u netwerkverbindings
Comment[an]=Chestione as suyas conexions de rete
Comment[ar]=إدارة اتصالات الشبكة
Comment[as]=আপোনাৰ নেটৱৰ্ক সংযোগসমূহ ব্যৱস্থাপনা কৰক
Comment[ast]=Remana les conexones de rede
Comment[be]=Кіраванне сеткавымі злучэннямі
Comment[bg]=Управление на мрежовите връзки
Comment[bs]=Upravljajte svojim mrežnim vezama
Comment[ca]=Gestioneu les connexions de xarxa
Comment[ca@valencia]=Gestioneu les connexions de xarxa
Comment[crh]=Şebeke bağlantılarıñıznı idare etiñiz
Comment[cs]=Spravujte svá síťová připojení
Comment[da]=Håndtér dine netværksforbindelser
Comment[de]=Verwaltung der Netzwerkverbindungen
Comment[el]=Διαχείριση των συνδέσεων δικτύου
Comment[en_GB]=Manage your network connections
Comment[eo]=Kontroli viajn retkonektojn
Comment[es]=Gestione sus conexiones de red
Comment[et]=Võrguühenduste haldamine
Comment[eu]=Kudeatu sareko konexioak
Comment[fa]=اتصال‌های شبکه خود را مدیریت کنید
Comment[fi]=Hallitse verkkoyhteyksiä
Comment[fr]=Gérer vos connexions réseau
Comment[gd]=Stiùirich na ceanglaichean agad ris an eadar-lìon
Comment[gl]=Xestione as súas conexións de rede
Comment[gu]=તમારા નેટવર્ક જોડાણોને સંચાલિત કરો
Comment[he]=ניהול חיבורי הרשת שלך
Comment[hi]=अपना संजाल कनेक्शन नियंत्रित करें
Comment[hr]=Upravljanje mrežnim povezivanjem
Comment[hu]=Hálózati kapcsolatok kezelése
Comment[id]=Mengelola koneksi jaringan Anda
Comment[is]=Sýsla með nettengingar
Comment[it]=Gestisce le connessioni di rete
Comment[ja]=ネットワーク接続を管理
Comment[kk]=Желілік байланыстарыңызды басқару
Comment[km]=គ្រប់គ្រង​ការ​តភ្ជាប់បណ្ដាញ​របស់​អ្នក
Comment[ko]=네트워크 연결을 관리합니다
Comment[ku]=Girêdanên torê yên xwe birêve bike
Comment[lt]=Tvarkyti tinklo ryšius
Comment[lv]=Pārvaldiet savus tīkla savienojumus
Comment[mk]=Менаџирајте со Вашите мрежни врски
Comment[ml]=നിങ്ങളുടെ ശൃംഖല ബന്ധങ്ങള്‍ കൈകാര്യം ചെയ്യുക
Comment[mr]=नेटवर्क जोडणी नियंत्रीत करा
Comment[ms]=Urus sambungan-sambungan rangkaian anda
Comment[nb]=Håndter dine nettverksforbindelser
Comment[nl]=Uw netwerkverbindingen beheren
Comment[nn]=Handsam nettverkstilkoplingane
Comment[oc]=Gerissètz vòstras connexions a la ret
Comment[pa]=ਆਪਣੇ ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨਾਂ ਦਾ ਪਰਬੰਧ ਕਰੋ
Comment[pl]=Zarządzanie połączeniami sieciowymi
Comment[pt]=Controle as suas ligações de rede
Comment[pt_BR]=Controle suas conexões de rede
Comment[ro]=Gestionează conexiunile la rețea
Comment[ru]=Управление сетевыми соединениями
Comment[sk]=Spravuje vaše sieťové pripojenia
Comment[sl]=Upravljanje omrežnih povezav
Comment[sr]=Управљајте вашим везама мреже
Comment[sr@latin]=Upravljajte vašim vezama mreže
Comment[sv]=Hantera dina nätverksanslutningar
Comment[ta]=உங்களது பிணையத்தின் இணைப்புகளை மேலாண்மை செய்க
Comment[te]=మీ నెట్వర్కు అనుసంధానములను నిర్వహించు
Comment[th]=จัดการการเชื่อมต่อเครือข่ายของคุณ
Comment[tr]=Ağ bağlantılarınızı yönetin
Comment[ug]=تور باغلىنىشلىرىڭىزنى باشقۇرۇڭ
Comment[uk]=Організуйте ваші мережеві з'єднання
Comment[vi]=Quản lý kết nối mạng
Comment[zh_CN]=管理网络连接
Comment[zh_HK]=管理你的網絡連線
Comment[zh_TW]=管理您的網路連線
Comment=Manage your network connections
Icon[ca]=nm-device-wireless
Icon[cs]=nm-device-wireless
Icon[da]=nm-device-wireless
Icon[es]=nm-device-wireless
Icon[fr]=nm-device-wireless
Icon[hr]=mu-bežični-uređaj
Icon[hu]=nm-device-wireless
Icon[it]=nm-device-wireless
Icon[ja]=nm-device-wireless
Icon[nl]=nm-device-wireless
Icon[pl]=nm-device-wireless
Icon[pt_BR]=nm-device-wireless
Icon[ru]=nm-device-wireless
Icon[tr]=nm-device-wireless
Icon[zh_CN]=nm-device-wireless
Icon=nm-device-wireless
Exec=nm-applet
Terminal=false
Type=Application
NoDisplay=true
NotShowIn=KDE;GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=nm-applet
X-GNOME-UsesNotifications=true
Hidden=false

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
OnlyShowIn=Budgie;
Hidden=false

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
Hidden=false

View File

@ -0,0 +1,98 @@
[Desktop Entry]
Version=1.0
Name[af]=PulseAudio-klankstelsel
Name[as]=PulseAudio শব্দ ব্যৱস্থা
Name[be]=Гукавая сістэма PulseAudio
Name[bn_IN]=PulseAudio শব্দ ব্যবস্থা
Name[ca]=Sistema de so PulseAudio
Name[cs]=Zvukový systém PulseAudio
Name[da]=PulseAudio-lydsystem
Name[de_CH]=PulseAudio Sound System
Name[de]=PulseAudio Soundsystem
Name[el]=Σύστημα ήχου PulseAudio
Name[es]=Sistema de Sonido PulseAudio
Name[fi]=PulseAudio-äänijärjestelmä
Name[fr]=Système de son PulseAudio
Name[gu]=PulseAudio સાઉન્ડ સિસ્ટમ
Name[he]=מערכת הקול PulseAudio
Name[hi]=पल्सऑडियो ध्वनि तंत्र
Name[hu]=PulseAudio hangrendszer
Name[id]=Sistem Suara PulseAudio
Name[it]=Sistema sonoro PulseAudio
Name[ja]=PulseAudio サウンドシステム
Name[kn]=PulseAudio ಧ್ವನಿ ವ್ಯವಸ್ಥೆ
Name[ko]=펄스오디오 사운드 시스템
Name[lt]=PulseAudio garso sistema
Name[ml]=PulseAudio സൌണ്ട് സിസ്റ്റം
Name[mr]=PulseAudio आवाज प्रणाली
Name[nl]=PulseAudio geluidssysteem
Name[nn]=PulseAudio lydsystem
Name[oc]=Sistèma de son PulseAudio
Name[or]=PulseAudio ଧ୍ୱନି ତନ୍ତ୍ର
Name[pa]=ਪਲਸਆਡੀਓ ਸਾਊਂਡ ਸਿਸਟਮ
Name[pl]=System dźwięku PulseAudio
Name[pt_BR]=Sistema de som PulseAudio
Name[pt]=Sistema de Som PulseAudio
Name[ru]=Звуковая система PulseAudio
Name[sk]=Zvukový systém PulseAudio
Name[sr@latin]=PulseAudio zvučni sistem
Name[sr]=PulseAudio звучни систем
Name[sv]=PulseAudio ljudsystem
Name[ta]=பள்ஸ் ஆடியோ ஒலி கணினி
Name[te]=PulseAudio శబ్దపు సిస్టమ్
Name[tr]=PulseAudio Ses Sistemi
Name[uk]=Звукова система PulseAudio
Name[zh_CN]=PulseAudio 声音系统
Name[zh_TW]=PulseAudio 音效系統
Name=PulseAudio Sound System
Comment[af]=Begin die PulseAudio-klankstelsel
Comment[as]=PulseAudio শব্দ ব্যৱস্থা আৰম্ভ কৰা হ'ব
Comment[be]=Запуск гукавой сістэмы PulseAudio
Comment[bn_IN]=PulseAudio শব্দ ব্যবস্থা আরম্ভ করা হবে
Comment[ca]=Inicialitza el sistema de so PulseAudio
Comment[cs]=Spustit zvukový systém PulseAudio
Comment[da]=Start PulseAudio-lydsystemet
Comment[de_CH]=Das PulseAudio Sound System starten
Comment[de]=Das PulseAudio Soundsystem starten
Comment[el]=Έναρξη του συστήματος ήχου PulseAudio
Comment[es]=Iniciar el Sistema de Sonido PulseAudio
Comment[fi]=Käynnistä PulseAudio-äänijärjestelmä
Comment[fr]=Démarrer le système de son PulseAudio
Comment[gu]=PulseAudio સાઉન્ડ સિસ્ટમને શરૂ કરો
Comment[he]=התחל את מערכת הקול PulseAudio
Comment[hi]=पल्सऑडियो ध्वनि तंत्र प्रारंभ करें
Comment[hu]=A PulseAudio hangrendszer elindítása
Comment[id]=Memulai Sistem Suara PulseAudio
Comment[it]=Avvia il sistema sonoro PulseAudio
Comment[ja]=PulseAudio サウンドシステムを開始
Comment[kn]=PulseAudio ಧ್ವನಿ ವ್ಯವಸ್ಥೆಯನ್ನು ಆರಂಭಿಸಿ
Comment[ko]=펄스오디오 사운드 시스템을 시작합니다
Comment[lt]=Paleisti PulseAudio garso sistemą
Comment[ml]=PulseAudio സൌണ്ട് സിസ്റ്റം ആരംഭിക്കുക
Comment[mr]=PulseAudio आवाज प्रणाली सुरू करा
Comment[nl]=Start het PulseAudio geluidssysteem
Comment[nn]=Start PulseAudio-lydsystemet
Comment[oc]=Aviar lo sistèma de son PulseAudio
Comment[or]=PulseAudio ଧ୍ୱନି ତନ୍ତ୍ରକୁ ଆରମ୍ଭ କରନ୍ତୁ
Comment[pa]=ਪਲਸਆਡੀਓ ਸਾਊਂਡ ਸਿਸਟਮ ਚਲਾਓ
Comment[pl]=Uruchomienie systemu dźwięku PulseAudio
Comment[pt_BR]=Iniciar o sistema de som PulseAudio
Comment[pt]=Inciar o Sistema de Som PulseAudio
Comment[ru]=Запуск звуковой системы PulseAudio
Comment[sk]=Spustenie zvukového systému PulseAudio
Comment[sr@latin]=Pokreni PulseAudio zvučni sistem
Comment[sr]=Покрени PulseAudio звучни систем
Comment[sv]=Starta ljudsystemet PulseAudio
Comment[ta]=பள்ஸ் ஆடியோ ஒலி கணினியை துவக்கவும
Comment[te]=PulseAudio శబ్దపు సిస్టమ్‌ను ప్రారంభించుము
Comment[tr]=PulseAudio Ses Sistemini Başlat
Comment[uk]=Запустити звукову систему PulseAudio
Comment[zh_CN]=启动 PulseAudio 声音系统
Comment[zh_TW]=啟動 PulseAudio 音效系統
Comment=Start the PulseAudio Sound System
Exec=start-pulseaudio-x11
Terminal=false
Type=Application
X-GNOME-Autostart-Phase=Initialization
X-KDE-autostart-phase=1
Hidden=false

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Snap user application autostart helper
Comment=Helper program for launching snap applications that are configured to start automatically.
Exec=/bin/snap userd --autostart
Type=Application
NoDisplay=true
Hidden=false

View File

@ -0,0 +1,153 @@
[Desktop Entry]
Encoding=UTF-8
Exec=xdg-user-dirs-gtk-update
Name=User folders update
Name[an]=Esvielle d'as carpetas de l'usuario
Name[ar]=تحديث مجلدات المستخدم
Name[as]=ব্যৱহাৰকৰ্তাৰ ফোল্ডাৰৰ উন্নয়ন
Name[ast]=Anovamientu de les carpetes del usuariu
Name[be]=Абнаўленне назваў карыстальніцкіх папак
Name[be@latin]=Aktualizacyja katalohaŭ karystalnika
Name[bg]=Превеждане на имената на стандартните папки
Name[bn_IN]=ব্যবহারকারীর ফোল্ডার আপডেট
Name[bs]=Ažuriranje korisničkih direktorija
Name[ca]=Actualització de les carpetes d'usuari
Name[crh]=Qullanıcı cilbentleriniñ yañartıluvı
Name[cs]=Aktualizace uživatelských složek
Name[csb]=Aktualizacëjô kataloga brëkòwnika
Name[da]=Opdatering af brugermapper
Name[de]=Aktualisierung der Ordner des Benutzers
Name[el]=Ενημέρωση φακέλων χρήστη
Name[en_GB]=User folders update
Name[eo]=Ĝisdatigo de uzantaj dosierujoj
Name[es]=Actualización de las carpetas del usuario
Name[et]=Kasutaja kataloogide uuendamine
Name[eu]=Erabiltzailearen karpeten eguneraketa
Name[fi]=Vakiokansioiden päivitys
Name[fr]=Mise à jour des dossiers utilisateur
Name[fur]=Inzornament cartelis utent
Name[gl]=Actualizar os cartafoles do usuario
Name[gu]=વપરાશકર્તાનાં ફોલ્ડરોનો સુધારો
Name[he]=עדכון תיקיות המשתמש
Name[hi]=उपयोक्ता फोल्डर अद्यतन
Name[hr]=Nadopuna korisnikovih mapa
Name[hu]=Felhasználói mappák frissítése
Name[id]=Pembaruan folder pengguna
Name[is]=Uppfæra möppur notanda
Name[it]=Aggiorna cartelle utente
Name[ja]=ユーザー・フォルダーの更新
Name[ka]=მომხმარებელთა დასტების განახლება
Name[kg]=mu sekokae nta
Name[kk]=Пайдаланушы бумаларын жаңарту
Name[kn]=ಬಳಕೆದಾರ ಕಡತಕೋಶಗಳ ಅಪ್‌ಡೇಟ್‌
Name[ko]=사용자 폴더 업데이트
Name[ku]=Rojanekirina peldankên bikarhênerê/î
Name[lt]=Naudotojo aplankų atnaujinimas
Name[lv]=Lietotāja mapju atjaunināšana
Name[ml]=ഉപയോക്താവിന്റെ ഫോള്‍ഡറുകളുടെ പരിഷ്കരണം
Name[mr]=वापरकर्ता पोल्डर्सची सुधारणा
Name[nb]=Oppdatering av brukermapper
Name[nds]=Brukerverteeknisopfrischen
Name[nl]=Gebruikersmappen aanpassen
Name[or]=ଚାଳକ ଫୋଲଡରଗୁଡ଼ିକର ଅଦ୍ୟତନ
Name[pa]=ਯੂਜ਼ਰ ਫੋਲਡਰ ਅੱਪਡੇਟ
Name[pl]=Aktualizacja katalogów użytkownika
Name[ps]=د کارن پوښېو اوسمهالونه
Name[pt]=Atualização de pastas do utilizador
Name[pt_BR]=Atualizar pastas de usuário
Name[ro]=Actualizare dosare utilizator
Name[ru]=Обновление папок пользователя
Name[si]=පරිශීලක බහාලුම් යාවත්කාලීනය
Name[sk]=Aktualizácia používateľských priečinkov
Name[sl]=Uporabniška posodobitev map
Name[sq]=Përditëso kartelat e përdoruesit
Name[sr]=Преименовање фасцикли
Name[sr@latin]=Preimenovanje fascikli
Name[sv]=Uppdatera användarmappar
Name[ta]=பயனர் கோப்புறைகளை மேம்படுத்து
Name[te]=వినియోగదారి ఫోల్డర్ల నవీకరణ
Name[th]=ปรับชื่อโฟลเดอร์ผู้ใช้
Name[tr]=Kullanıcı klasörlerinin güncelleştirilmesi
Name[uk]=Оновлення тек користувача
Name[vi]=Cập nhật thư mục người dùng
Name[zh_CN]=用户文件夹更新
Name[zh_HK]=使用者資料夾更新
Name[zh_TW]=使用者資料夾更新
Comment=Update common folders names to match current locale
Comment[af]=Dateer algemene gidsname op om te pas by die huidige lokaliteitsinstelling
Comment[an]=Esviellar os nombres d'as carpetas ta conincidir con a configuracion rechional actual
Comment[ar]=حدّث أسماء المجلدات المشتركة لتطابق المحلية الحالية
Comment[as]=বৰ্ত্তমানৰ লোকেইলৰ লগত মিলাবলৈ সাধাৰণ ফোল্ডাৰৰ নাম উন্নয়ন কৰক
Comment[ast]=Anovar los nomes comunes de les carpetes pa que concasen cola configuración rexonal actual
Comment[be]=Абнаўленне назваў стандартных папак у адпаведнасці з актыўнымі настройкамі мясцовасці
Comment[be@latin]=Aktualizuj nazvy asnoŭnych katalohaŭ, kab adpaviadali dziejnaj lakalnaści
Comment[bg]=Превеждане на имената на стандартните папки към текущо ползвания език
Comment[bn_IN]=বর্তমান লোকেইল অনুযায়ী, সাধারণ ফোল্ডারগুলির নাম পরিবর্তন করা হবে
Comment[bs]=Promijeni imena često korišćenih direktorija na trenutni jezik
Comment[ca]=Actualitza els noms de les carpetes comunes per a coincidir amb l'idioma actual
Comment[crh]=Umumiy cilbentlerniñ isimlerini ağımdaki tilge uyğunlaştır
Comment[cs]=Aktualizovat názvy běžných složek podle aktuální lokalizace libc
Comment[csb]=Aktualizacëjô nowich mionów katalogów do aktualnegò nastôwù jãzëka
Comment[da]=Opdatér almindelige mappenavne, så de passer til det aktuelt valgte sprog
Comment[de]=Namen der Standardordner auf die momentan verwendete Sprache aktualisieren
Comment[el]=Ενημέρωση ονομάτων των συνηθισμένων φακέλων ώστε να ταιριάζουν στην τρέχουσα γλώσσα
Comment[en_GB]=Update common folders names to match current locale
Comment[eo]=Ĝisdatigi komunajn dosierujnomojn por tute kongrui aktualan lokan lingvon
Comment[es]=Actualizar los nombres comunes de las carpetas para coincidir con la configuración regional actual
Comment[et]=Standardkaustade nimede uuendamine, et need sobiksid valitud keelega
Comment[eu]=Eguneratu karpeta arrunten izenak uneko lokalearekin bat etortzeko
Comment[fi]=Päivitä vakiokansioiden nimet nykyisten kieliasetusten perusteella
Comment[fr]=Mettre à jour les noms des dossiers courants pour correspondre à la langue (« locale ») actuelle
Comment[fur]=Inzorne i nons des cartelis ordenaris in base ae lenghe in ûs
Comment[gl]=Actualizar nomes dos cartafoles comúns para coincidir co locale actual
Comment[gu]=હાલનાં લોકેલ ને બંધબેસતા સામાન્ય ફોલ્ડર નામોને સુધારો
Comment[he]=עדכון שמות של תיקיות נפוצות כך שיתאימו לשפה הנוכחית
Comment[hi]=मौजूदा फोल्डर से मेल खाने के लिए सामान्य फोल्डर नाम को अद्यतन करें
Comment[hr]=Nadopuni nazive uobičajenih mapa kako bi odgovarali trenutnom jeziku
Comment[hu]=Általános mappanevek frissítése a jelenlegi területi beállításra
Comment[id]=Perbarui nama folder umum untuk disamakan dengan lokal saat ini
Comment[is]=Uppfæra möppur til að passa við núverandi tungumál
Comment[it]=Aggiorna i nomi di cartella comuni in base alla lingua in uso
Comment[ja]=標準フォルダーの名前を現在の言語に合わせて更新します
Comment[ka]=დასტების მიმდინარე ლოკალის მიხედვით განახლება
Comment[kg]=bandula nta za lundombe mu ndingAku
Comment[kk]=Ағымдағы тілге сәйкес келуі үшін қалыпты бумалар атауларын жаңарту
Comment[kn]=ಪ್ರಸಕ್ತ ಭಾಷೆಗೆ(ಲೊಕ್ಯಾಲ್‌) ಹೊಂದಿಕೊಳ್ಳುವಂತೆ ಸಾಮಾನ್ಯ ಕಡತಕೋಶದ ಹೆಸರುಗಳನ್ನು ಬದಲಾಯಿಸಿ
Comment[ko]=현재 로캘에 맞게 공통 폴더의 이름을 바꿉니다
Comment[ku]=Navên peldankên zêde bikaranî rojane bike da ku lihevhatina bi localeya heyî re hebe.
Comment[lt]=Atnaujinti standartinių aplankų vardus pagal nustatytą lokalę
Comment[lv]=Atjaunināt vispārīgo mapju nosaukumus, lai tie sakristu ar izvēlēto lokāli
Comment[ml]=ഇപ്പോഴുള്ള ലൊക്കേലുമായി പൊരുത്തപ്പെടുന്ന സാധാരണ ഫോള്‍ഡര്‍ നാമങ്ങള്‍ നല്‍കുക
Comment[mr]=सध्याच्या लोकेलची जुळवणी करण्यासाठी सामान्य फोल्डरचे नावे सुधारीत करा
Comment[nb]=Oppdater navn på vanlige mapper til aktivt språk
Comment[nds]=Allgemeene Verteeknisnaamen in de neje Sprak opfrischen
Comment[nl]=Namen van standaardmappen aanpassen aan de huidige taalinstelling
Comment[or]=ପ୍ରଚଳିତ ଭାଷା ସହିତ ମେଳାଇବା ପାଇଁ ସାଧାରଣ ଫୋଲଡର ନାମଗୁଡ଼ିକୁ ଅଦ୍ୟତନ କରନ୍ତୁ
Comment[pa]=ਆਮ ਫੋਲਡਰ ਨਾਂ ਮੌਜੂਦਾ ਲੋਕੇਲ ਨਾਲ ਮਿਲਾਉਣ ਵਾਸਤੇ ਅੱਪਡੇਟ
Comment[pl]=Aktualizowanie nazw katalogów do bieżących ustawień językowych
Comment[ps]=د ټولګړو پوښېو نومونه اوسمهالول چې د اوسنۍ ځاييزونې سره ساري شي
Comment[pt]=Atualizar os nomes de pastas comuns para corresponderem ao idioma atual
Comment[pt_BR]=Atualiza o nome de pastas comuns para se adequar à localização atual
Comment[ro]=Actualizați numele dosarelor uzuale pentru a se potrivi cu localizarea curentă
Comment[ru]=Обновить имена общих папок для соответствия текущему языку
Comment[sk]=Aktualizovať názvy bežných priečinkov, aby sa zhodovali so súčasným jazykom
Comment[sl]=Posodobi imena map na trenutno izbrani jezik
Comment[sq]=Përditëso emrat e kartelave të zakonshme në bazë të gjuhës në përdorim
Comment[sr]=Усклађује имена стандардних фасцикли са тренутним језиком
Comment[sr@latin]=Usklađuje imena standardnih fascikli sa trenutnim jezikom
Comment[sv]=Uppdatera vanliga mappnamn för att passa aktuell lokal
Comment[ta]=நடப்பு உள்ளமைக்கு பொதுவான கோப்புறைகளின் பெயர்களை பொருத்துவதற்கு மேம்படுத்து
Comment[te]=ఉమ్మడి ఫోల్డర్ నామములను ప్రస్తుత స్థానికానికి నవీకరించుము
Comment[th]=ปรับชื่อโฟลเดอร์มาตรฐานให้เป็นภาษาเดียวกับโลแคลปัจจุบัน
Comment[tr]=Genel klasör adlarını geçerli dile uyumlu hale getirmek için güncelleştir
Comment[uk]=Оновити імена загальних тек для відповідності поточній локалі
Comment[vi]=Cập nhật tên các thư mục thông dụng cho khớp với ngôn ngữ bản địa
Comment[zh_CN]=更新公共文件夹名称以匹配当前区域设置
Comment[zh_HK]=更新常用資料夾名稱以符合目前的語言區域設定
Comment[zh_TW]=更新常用資料夾名稱以符合目前的語言區域設定
Terminal=false
OnlyShowIn=GNOME;LXDE;Unity;MATE;
Type=Application
StartupNotify=false
X-KDE-autostart-after=panel
Hidden=true

View File

@ -0,0 +1,126 @@
[Desktop Entry]
Name=Power Manager
Name[ar]=مدير طاقة
Name[ast]=Xestor d'enerxía
Name[be]=Кіраўнік сілкавання
Name[bg]=Управление на захранването
Name[ca]=Gestor d'energia
Name[cs]=Správa napájení
Name[da]=Strømstyring
Name[de]=Energieverwaltung
Name[el]=Διαχειριστής ρεύματος
Name[en_AU]=Power Manager
Name[en_GB]=Power Manager
Name[es]=Administrador de energía
Name[et]=Vooluhaldur
Name[eu]=Energia kudeaketa
Name[fi]=Virranhallinta
Name[fr]=Gestionnaire dalimentation
Name[gl]=Xestor de enerxía
Name[he]=מנהל צריכת חשמל
Name[hr]=Upravitelj energijom
Name[hu]=Energiakezelő
Name[hy_AM]=Լիցք
Name[id]=Manajer Daya
Name[ie]=Gerente de energie
Name[is]=Aflstjórnun
Name[it]=Gestore dell'energia
Name[ja]=電源管理
Name[kk]=Электр қоректендіру басқарушысы
Name[kn]=ಪವರ್ ಮ್ಯಾನೇಜರ್
Name[ko]=전원 관리자
Name[lt]=Maitinimo tvarkytuvė
Name[ms]=Pengurus Kuasa
Name[nb]=Strømstyring
Name[nl]=Energiebeheerder
Name[nn]=Straumstyring
Name[oc]=Gestionari d'alimentacion
Name[pa]=ਪਾਵਰ ਮੈਨੇਜਰ
Name[pl]=Menedżer zasilania
Name[pt]=Gestão de energia
Name[pt_BR]=Gerenciador de Energia
Name[ro]=Manager de consum
Name[ru]=Менеджер питания
Name[si]=ශක්ති කළමනාකාරකය
Name[sk]=Správca napájania
Name[sl]=Upravljalnik porabe energije
Name[sq]=Përgjegjës Energjie
Name[sr]=Управник потрошње
Name[sv]=Strömhanterare
Name[te]=విద్యుత్ నిర్వాహకం
Name[th]=ระบบจัดการพลังงาน
Name[tr]=Güç Yöneticisi
Name[ug]=مەنبە باشقۇرغۇ
Name[uk]=Менеджер живлення
Name[ur]=توانائی منیجر
Name[ur_PK]=توانائی منیجر
Name[vi]=Trình quản lý năng lượng
Name[zh_CN]=电源管理器
Name[zh_HK]=電力管理員
Name[zh_TW]=電源管理員
Comment=Power management for the Xfce desktop
Comment[ar]=مدير الطاقة لسطح مكتب إكسفس
Comment[ast]=Alministrador d'enerxía pal escritoriu Xfce
Comment[be]=Кіраванне сілкаваннем у працоўным асяроддзі Xfce
Comment[bg]=Управление на захранването за Xfce среда
Comment[ca]=Gestor d'energia per l'escriptori Xfce
Comment[cs]=Správa napájení pro prostředí Xfce
Comment[da]=Strømstyring til Xfce-skrivebordsmiljøet
Comment[de]=Energieverwaltung für die Xfce-Arbeitsumgebung
Comment[el]=Διαχείριση ρεύματος για την επιφάνεια εργασίας του xfce
Comment[en_AU]=Power management for the Xfce desktop
Comment[en_GB]=Power management for the Xfce desktop
Comment[es]=Administrador de energía para el escritorio Xfce
Comment[et]=Xfce töölaua vooluhaldur
Comment[eu]=Xfce mahaigain inguruneko energia kudeatzailea
Comment[fi]=Xfce-työpöydän virrankäytön hallinta
Comment[fr]=Gestion dalimentation pour lenvironnement de bureau Xfce
Comment[gl]=Xestión de enerxía para o escritorio Xfce
Comment[he]=ניהול צריכת חשמל עבור שולחן עבודה Xfce
Comment[hr]=Upravljanje energijom za Xfce radno okruženje
Comment[hu]=Energiagazdálkodás az Xfce környezethez
Comment[hy_AM]=Xfce աշխատասեղանի լիցքի կառավարիչ
Comment[id]=Manajemen daya untuk desktop Xfce
Comment[ie]=Gerentie de energie por li ambientie Xfce
Comment[is]=Orkustýring fyrir XFCE-skjáborðsumhverfið
Comment[it]=Gestione dell'energia per l'ambiente Xfce
Comment[ja]=Xfce デスクトップ用電源管理
Comment[kk]=Xfce жұмыс үстел ортасы үшін эл. қорегін басқару
Comment[kn]=Xfce ಡೆಸ್ಕ್ಟಾಪ್ಗಾಗಿ ಪವರ್ ನಿರ್ವಹಣೆ
Comment[ko]=Xfce 데스크톱의 전원 관리자
Comment[lt]=Xfce darbalaukio maitinimo tvarkytuvė
Comment[ms]=Pengurusan kuasa untuk desktop Xfce
Comment[nb]=Strømstyring for Xfce-skrivebordsmiljøet
Comment[nl]=Energiebeheer voor de Xfce-werkomgeving
Comment[nn]=Straumstyring for Xfce-skrivebordet
Comment[oc]=Gestion d'alimentacion per l'environament de burèu Xfce
Comment[pa]=Xfce ਡੈਸਕਟਾਪ ਲਈ ਪਾਵਰ ਮੈਨੇਜਰ
Comment[pl]=Zarządza zasilaniem w środowisku Xfce
Comment[pt]=Gestão de energia para o Xfce
Comment[pt_BR]=Gerenciamento de energia para o Xfce desktop
Comment[ro]=Management de consum pentru desktopul Xfce
Comment[ru]=Управление питанием для окружения рабочего стола Xfce
Comment[si]= Xfce desktop සඳහා ශක්ති කළමණාකාරකය
Comment[sk]=Správa napájania pre prostredie Xfce
Comment[sl]=Upravljalnik porabe energije za namizje Xfce
Comment[sq]=Administrim energjie për desktopin Xfce
Comment[sr]=Управник потрошње за ИксФЦЕ радно окружење
Comment[sv]=Strömhanterare för Xfce-skrivbordet
Comment[te]=Xfce డెస్క్‌టాప్ కొరకు విద్యుత్ నిర్వాహణ
Comment[th]=การจัดการพลังงานสำหรับเดสก์ท็อป Xfce
Comment[tr]=Xfce masaüstü için güç yönetimi
Comment[ug]=Xfce ئۈستەلئۈستىنىڭ مەنبە باشقۇرغۇ پروگراممىسى
Comment[uk]=Менеджер живлення для робочого столу Xfce
Comment[ur]=توانائی منیجر پرائے ایکسفس ڈیسک ٹاپ
Comment[ur_PK]=توانائی منیجر پرائے ایکسفس ڈیسک ٹاپ
Comment[vi]=Quản lý năng lượng cho môi trường Xfce
Comment[zh_CN]=Xfce 桌面的电源管理
Comment[zh_HK]=Xfce 桌面的電力管理
Comment[zh_TW]=Xfce 桌面的電力管理
Icon=xfce4-power-manager-settings
Exec=xfce4-power-manager
Terminal=false
Type=Application
NotShowIn=GNOME;KDE;Unity;MATE;LXQt;
StartupNotify=false
Hidden=false

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Terminal=false
Name=XFCE Volume Daemon (Pulseaudio)
Comment=Daemon managing the volume multimedia keys and displaying volume notifications for Pulseaudio
Exec=xfce4-volumed-pulse
OnlyShowIn=XFCE;
Hidden=false

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 7b0d ----
#---- Generated by tint2conf 5e7f ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -185,7 +185,7 @@ task_urgent_background_id = 1
task_iconified_background_id = 5
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_right = toggle
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
@ -269,7 +269,7 @@ button_uwheel_command = mb-jgtools places
button_dwheel_command = mb-jgtools right
button_font_color = #000000 100
button_padding = 10 10
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
@ -286,7 +286,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 10 10
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 55df ----
#---- Generated by tint2conf dc7a ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -44,7 +44,7 @@ border_color_hover = #ffffff 100
background_color_pressed = #ffffff 40
border_color_pressed = #ffffff 100
# Background 4: Domyślne zadanie, Zminimalizowane
# Background 4: Zminimalizowane
rounded = 2
border_width = 0
border_sides = TBLR
@ -156,7 +156,7 @@ task_active_background_id = 5
task_urgent_background_id = 5
task_iconified_background_id = 4
mouse_left = toggle_iconify
mouse_middle = shade
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -241,7 +241,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,111 +1,232 @@
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# ID 1
#---- Generated by tint2conf 068a ----
# 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 = 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
# ID 2 - tooltip
# Background 2: Podpowiedzi
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 10
border_color = #000000 90
background_color_hover = #000000 10
border_color_hover = #000000 90
background_color_pressed = #000000 10
border_color_pressed = #000000 90
# ID 3 - taskbar
# Background 3: Nieaktywne zadanie
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 10
border_color = #000000 0
background_color_hover = #ffffff 10
border_color_hover = #000000 0
background_color_pressed = #ffffff 10
border_color_pressed = #000000 0
# ID 4 - active taskbar
# Background 4: Aktywne zadanie
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 40
border_color = #000000 0
background_color_hover = #ffffff 40
border_color_hover = #000000 0
background_color_pressed = #ffffff 40
border_color_pressed = #000000 0
# ID 5 - task
# Background 5: Domyślne zadanie, Zminimalizowane
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 10
border_color = #000000 0
background_color_hover = #ffffff 10
border_color_hover = #000000 0
background_color_pressed = #ffffff 10
border_color_pressed = #000000 0
# ID 6 - active task
# Background 6: Aktywne, Pilne
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 20
border_color = #000000 0
background_color_hover = #ffffff 20
border_color_hover = #000000 0
background_color_pressed = #ffffff 20
border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_items = T
panel_size = 60% 80
panel_margin = 10 26
panel_padding = 10 10
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_padding = 10 10 10
panel_background_id = 1
# Panel Autohide
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = bottom
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 6
strut_policy = none
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 = 10 10 10
taskbar_background_id = 3
taskbar_active_background_id = 4
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 = 0
taskbar_name_active_background_id = 0
taskbar_name_font = Droid Sans 9
taskbar_name_font_color = #888888 100
taskbar_name_active_font_color = #eeeeee 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
urgent_nb_of_blink = 20
task_icon = 0
#-------------------------------------
# Task
task_text = 0
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 20
task_maximum_size = 300 40
task_padding = 2 2
task_background_id = 5
task_active_background_id = 6
task_urgent_background_id = 6
task_iconified_background_id = 5
# Task Icons
task_padding = 2 2 2
task_font = Droid Sans 06_55 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #aaaaaa 69
task_active_font_color = #eeeeee 100
task_urgent_font_color = #064d99 100
task_iconified_font_color = #aaaaaa 60
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
task_background_id = 5
task_active_background_id = 6
task_urgent_background_id = 6
task_iconified_background_id = 5
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Fonts
task_font = Droid Sans 06_55 9
task_font_color = #aaaaaa 70
task_active_font_color = #eeeeee 100
task_urgent_font_color = #064D99 100
task_iconified_font_color = #aaaaaa 60
font_shadow = 0
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 0
systray_background_id = -1
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
# Tooltips
tooltip = 1
tooltip_padding = 10 10
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format =
time2_format =
time1_timezone =
time2_timezone =
clock_font_color = #000000 100
clock_padding = 0 0
clock_background_id = -1
clock_tooltip =
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command =
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 0
battery_low_cmd =
battery_full_cmd =
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = -1
battery_hide = 0
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
tooltip_hide_timeout = 0
tooltip_padding = 10 10
tooltip_background_id = 2
tooltip_font_color = #d8d8d8 100
tooltip_font = Droid Sans normal 10.0
# Mouse
mouse_middle = none
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf bcac ----
#---- Generated by tint2conf 48a8 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 1e92 ----
#---- Generated by tint2conf 233d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -179,7 +179,7 @@ taskbar_name_padding = 8 0
taskbar_name_background_id = 4
taskbar_name_active_background_id = 4
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #a1a1a1 25
taskbar_name_font_color = #a1a1a1 24
taskbar_name_active_font_color = #f3f3ff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
@ -210,8 +210,8 @@ task_active_background_id = 4
task_urgent_background_id = 5
task_iconified_background_id = 1
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -288,7 +288,7 @@ ac_disconnected_cmd = notify-send "AC Disconected"
# Separator 1
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -297,7 +297,7 @@ separator_padding = 4 0
# Separator 2
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -306,7 +306,7 @@ separator_padding = 4 0
# Separator 3
separator = new
separator_background_id = 0
separator_color = #777777 85
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
@ -323,7 +323,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 9cd6 ----
#---- Generated by tint2conf 5c5e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -136,8 +136,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle
@ -231,7 +231,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf a763 ----
#---- Generated by tint2conf f461 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -83,7 +83,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Button, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
# Background 7: Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
@ -255,7 +255,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
@ -305,7 +305,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf b552 ----
#---- Generated by tint2conf 2276 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -153,7 +153,7 @@ 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 49
taskbar_name_font_color = #222222 48
taskbar_name_active_font_color = #222222 100
taskbar_distribute_size = 1
taskbar_sort_order = none
@ -178,8 +178,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = prev_task
mouse_scroll_down = next_task

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match his blue variant of Numix-Reborn GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf 80a5 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #64A8ED 100
border_color = #64A8ED 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #64a8ed 100
border_color = #64a8ed 100
background_color_hover = #64a8ed 100
border_color_hover = #64a8ed 100
background_color_pressed = #64a8ed 100
border_color_pressed = #64a8ed 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match Numix Reborn GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf 3c4d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #388E3C 100
border_color = #388E3C 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #388e3c 100
border_color = #388e3c 100
background_color_hover = #388e3c 100
border_color_hover = #388e3c 100
background_color_pressed = #388e3c 100
border_color_pressed = #388e3c 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,125 +1,195 @@
# Tint2 config file
# For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
#
# This config made by T.Leigh to match Numix GTK theme
#
# To apply this configuration to tint2, rename this file as "tint2rc"
# and place it in ~/.config/tint2 directory, then restart tint2
# Background definitions
# Background 1: panel
#---- Generated by tint2conf ef88 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Podpowiedzi
rounded = 0
border_width = 1
background_color = #2D2D2D 100
border_color = #2D2D2D 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #2d2d2d 100
border_color = #2d2d2d 100
background_color_hover = #2d2d2d 100
border_color_hover = #2d2d2d 100
background_color_pressed = #2d2d2d 100
border_color_pressed = #2d2d2d 100
# Background 2: active tasks
# Background 2: Aktywne
rounded = 0
border_width = 0
background_color = #D64937 100
border_color = #D64937 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #d64937 100
border_color = #d64937 100
background_color_hover = #d64937 100
border_color_hover = #d64937 100
background_color_pressed = #d64937 100
border_color_pressed = #d64937 100
# Background 3: urgent tasks
# Background 3: Pilne
rounded = 0
border_width = 0
background_color = #DCDCDC 100
border_color = #DCDCDC 100
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dcdcdc 100
border_color = #dcdcdc 100
background_color_hover = #dcdcdc 100
border_color_hover = #dcdcdc 100
background_color_pressed = #dcdcdc 100
border_color_pressed = #dcdcdc 100
#-------------------------------------
# Panel
panel_items = CTS
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 1 8
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1
font_shadow = 0
# Panel Autohide
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.5
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 = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 0
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 = -1
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
# Tasks
task_icon = 1
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
task_maximum_size = 150 28
task_padding = 4 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
task_tooltip = 1
urgent_nb_of_blink = 100000
# Task Icons
task_maximum_size = 150 28
task_padding = 4 0 4
task_font = sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #dcdcdc 100
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #dcdcdc 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 = 100 0 0
# Fonts
task_font = sans 9
task_font_color = #DCDCDC 100
task_active_font_color = #F9F9F9 100
task_urgent_font_color = #333333 100
task_iconified_font_color = #DCDCDC 100
# Mouse
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 3
task_iconified_background_id = 0
mouse_left = toggle
mouse_middle = shade
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = mazimize_restore
mouse_scroll_down = none
# System Tray
systray = 1
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_sort = ascending
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 0
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 0
launcher_background_id = -1
launcher_icon_background_id = -1
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %A, %B %e, %I:%M %p
time2_format =
time1_font = sans 10
#time2_format =
#time2_font = sans 8
clock_font_color = #DCDCDC 100
time1_timezone =
time2_timezone =
clock_font_color = #dcdcdc 100
clock_padding = 0 0
clock_background_id = 0
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 =
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_background_id = 1
tooltip_font = sans 9
tooltip_font_color = #DCDCDC 100
#-------------------------------------
# Battery
battery = 1
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_hide = never
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #DCDCDC 100
battery_font_color = #dcdcdc 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 =
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.5
tooltip_padding = 2 2
tooltip_background_id = 1
tooltip_font_color = #dcdcdc 100
tooltip_font = sans 9
# End of config

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 3800 ----
#---- Generated by tint2conf 27f2 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -165,8 +165,8 @@ task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
@ -250,7 +250,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 0

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 19b5 ----
#---- Generated by tint2conf 50f7 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -92,6 +92,7 @@ panel_padding = 5 3 10
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = top
panel_monitor = all
@ -156,8 +157,8 @@ task_active_background_id = 5
task_urgent_background_id = 5
task_iconified_background_id = 6
mouse_left = toggle_iconify
mouse_middle = shade
mouse_right = none
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 1031 ----
#---- Generated by tint2conf b7fb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -92,6 +92,7 @@ panel_padding = 1 1 2
panel_background_id = 3
wm_menu = 0
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
@ -153,8 +154,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 4ecd ----
#---- Generated by tint2conf 3897 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -168,8 +168,8 @@ task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
@ -245,7 +245,7 @@ ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_text = <
button_text = <
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
@ -293,7 +293,7 @@ button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text = >
button_text = >
button_tooltip = Prawy panel (super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 8452 ----
#---- Generated by tint2conf 3c6e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -66,6 +66,7 @@ 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
@ -118,7 +119,7 @@ task_font = Droid Sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #ffffff 66
task_font_color = #ffffff 65
task_active_font_color = #ffffff 100
task_urgent_font_color = #ffffff 100
task_iconified_font_color = #ffffff 60
@ -131,8 +132,8 @@ task_active_background_id = 3
task_urgent_background_id = 0
task_iconified_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify

View File

@ -0,0 +1,38 @@
[Desktop Entry]
Name=ClipIt
Name[ca]=ClipIt
Name[pt_BR]=Clipit
Name[sv]=ClipIt
Name[pl]=ClipIt
Comment=Clipboard Manager
Comment[bg]=Мениджър за клипборда
Comment[ca]=Gestor del porta-retalls
Comment[cs]=Správce schránky
Comment[da]=Udklipsholder
Comment[de]=Zwischenablage-Verwaltung
Comment[es]=Gestor de Portapapeles
Comment[es_ES]=Gestor del portapapeles
Comment[et]=Lõikepuhvrihaldur
Comment[fi]=Leikepöydän hallinta
Comment[fr]=Gestionnaire de presse-papier
Comment[fr_FR]=Gestionnaire de Presse-Papier
Comment[gl_ES]=Xestor de portarretallos
Comment[hu]=Vágólapkezelő
Comment[it]=Gestore degli appunti
Comment[ja]=クリップボード・マネージャ
Comment[lt]=Iškarpinės tvarkytuvė
Comment[nb]=Utklippstavleverkty
Comment[pl]=Menadżer schowka
Comment[pt_BR]=Gerenciador de Área de Transferência
Comment[pt_PT]=Gestor de Área de Transferência
Comment[ro]=Administrator clipboard
Comment[ru]=Менеджер буфера обмена
Comment[sv]=Urklippshanterare
Comment[tr]=Pano Yöneticisi
Comment[zh_CN]=剪切板管理器
Icon=clipit-trayicon
Exec=clipit
Terminal=false
Type=Application
X-GNOME-Autostart-enabled=true
Hidden=true

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
OnlyShowIn=Budgie;
Hidden=true

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
Hidden=true

View File

@ -0,0 +1,78 @@
own_window yes
own_window_type desktop
# own_window_argb_visual yes
# own_window_argb_value 125
own_window_transparent yes
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
gap_x 15
gap_y 50
alignment tr
minimum_width 200
minimum_size 200
use_xft yes
xftfont Cantarell:size=9
xftalpha 1
override_utf8_locale yes
draw_shades no #yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
color2 777777
cpu_avg_samples 2
default_color FFFFFF
draw_borders no #yes
stippled_borders 5
border_inner_margin 5
border_outer_margin 0
border_width 2
background yes
no_buffers yes
imlib_cache_size 0
double_buffer yes
update_interval 1
TEXT
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color 006600}${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 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$mem/$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}$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}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l}

View File

@ -17,7 +17,6 @@ xset r rate 250 25
# See 'man xcape' for other possibilities.
xcape -e 'Super_L=Super_L|space'
## Ensure that obmenu-generator (a pipe menu) is set to the user.
## Does this for each session (i.e. ease of use for addtional
## accounts where created.
@ -26,29 +25,17 @@ xcape -e 'Super_L=Super_L|space'
## Background
(sleep 1s && nitrogen --restore) &
## Panel
(sleep 1s && mb-tint2-session) &
## Startup
(sleep 1s && volumeicon) &
(sleep 1s && xfce4-volumed-pulse) &
(sleep 1s && clipit) &
(sleep 1s && gkrellm -w) &
## Optionally enable file manager in daemon mode for automounting
(sleep 1s && pcmanfm -d) &
## Optionally disable touchpad
#/usr/bin/synclient TouchpadOff=1 &
## Regeneracja menu
(sleep 1s && mb-regenerate-menu) &
## Mabox-welcome screen
#(sleep 1s && mb-welcome --autostart) &
## Conky
(sleep 2s && mb-conky-session --autostart) &