From cb397434f7c0794e9d9475e9e11d8ff699b8b3a9 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 26 Aug 2020 17:27:51 +0200 Subject: [PATCH] big update --- mabox-en/Packages-Desktop | 8 +- .../etc/skel/.config/jgmenu/prepend.csv | 1 + .../etc/skel/.config/mabox/mabox.conf | 3 +- .../etc/skel/.config/openbox/autostart | 3 + .../etc/skel/.config/openbox/rc.xml | 2 +- .../etc/skel/.config/pyradio/config | 95 +++++++++++++ .../etc/skel/.config/pyradio/stations.csv | 20 +++ .../etc/skel/.gkrellm2/theme_config | 6 +- .../etc/skel/.gkrellm2/user-config | 4 +- .../share/applications/show_desktop.desktop | 2 + .../desktop-overlay/etc/skel/.newsboat/urls | 9 ++ .../etc/skel/.config/openbox/autostart | 5 +- .../share/applications/calamares.desktop | 1 + mabox-en/live-overlay/usr/bin/mb-langfiles.sh | 14 ++ .../applications/calamares-mabox.desktop | 1 + .../etc/skel/.config/pyradio/stations.csv | 17 +++ .../etc/skel/.gkrellm2/data/net/enp0s3 | 75 ----------- .../etc/skel/.gkrellm2/plugin_enable | 1 - .../etc/skel/.gkrellm2/theme_config | 6 - .../33783-invisible-black-gkrellm.tar.gz | Bin 2594 -> 0 bytes .../themes/gkrellm-themes-invisible-jkx.tgz | Bin 2746 -> 0 bytes .../themes/invisible-black/bg_grid.png | Bin 147 -> 0 bytes .../themes/invisible-black/decal_misc.png | Bin 430 -> 0 bytes .../themes/invisible-black/frame_bottom.png | Bin 143 -> 0 bytes .../themes/invisible-black/frame_left.png | Bin 144 -> 0 bytes .../themes/invisible-black/frame_right.png | Bin 144 -> 0 bytes .../themes/invisible-black/frame_top.png | Bin 143 -> 0 bytes .../themes/invisible-black/gkrellmrc | 91 ------------- .../themes/invisible-black/gkrellmrc~ | 91 ------------- .../themes/invisible-black/krell_meter.png | Bin 1000 -> 0 bytes .../themes/invisible-black/krell_panel.png | Bin 1000 -> 0 bytes .../invisible-black/net/decal_net_leds.png | Bin 211 -> 0 bytes .../themes/invisible-jkx/bg_grid.png | Bin 147 -> 0 bytes .../themes/invisible-jkx/decal_misc.png | Bin 465 -> 0 bytes .../themes/invisible-jkx/frame_bottom.png | Bin 143 -> 0 bytes .../themes/invisible-jkx/frame_left.png | Bin 144 -> 0 bytes .../themes/invisible-jkx/frame_right.png | Bin 144 -> 0 bytes .../themes/invisible-jkx/frame_top.png | Bin 143 -> 0 bytes .../.gkrellm2/themes/invisible-jkx/gkrellmrc | 93 ------------- .../themes/invisible-jkx/krell_meter.png | Bin 817 -> 0 bytes .../themes/invisible-jkx/krell_panel.png | Bin 812 -> 0 bytes .../invisible-jkx/net/decal_net_leds.png | Bin 222 -> 0 bytes .../etc/skel/.gkrellm2/user-config | 125 ------------------ .../applications/calamares-mabox.desktop | 1 + 44 files changed, 182 insertions(+), 492 deletions(-) create mode 100644 mabox-en/desktop-overlay/etc/skel/.config/pyradio/config create mode 100644 mabox-en/desktop-overlay/etc/skel/.config/pyradio/stations.csv create mode 100644 mabox-en/desktop-overlay/etc/skel/.newsboat/urls create mode 100755 mabox-en/live-overlay/usr/bin/mb-langfiles.sh delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/data/net/enp0s3 delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/plugin_enable delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/theme_config delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/33783-invisible-black-gkrellm.tar.gz delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/gkrellm-themes-invisible-jkx.tgz delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/bg_grid.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/decal_misc.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_bottom.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_left.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_right.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_top.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc~ delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_meter.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_panel.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/net/decal_net_leds.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/bg_grid.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/decal_misc.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_bottom.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_left.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_right.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_top.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/gkrellmrc delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/krell_meter.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/krell_panel.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/net/decal_net_leds.png delete mode 100644 mabox-pl/desktop-overlay/etc/skel/.gkrellm2/user-config diff --git a/mabox-en/Packages-Desktop b/mabox-en/Packages-Desktop index 862428f..5cd1957 100644 --- a/mabox-en/Packages-Desktop +++ b/mabox-en/Packages-Desktop @@ -271,6 +271,7 @@ fakeroot feh fff fsearch-git +fuzzy-pkg-finder i3lock-color betterlockscreen imagemagick @@ -325,13 +326,15 @@ numix-circle-icon-theme #obkey bash-completion clipit +mabox-i18n-files mabox-browser-settings +newsboat gmrun viewnior #---------=> GUI internet apps firefox -#firefox-i18n-pl - +firefox-i18n-pl +firefox-i18n-es-es #---------=> system icon themes adwaita-icon-theme gnome-icon-theme @@ -367,6 +370,7 @@ yay xorg-fonts-75dpi xorg-fonts-100dpi xorg-fonts-type1 +#xorg-drivers xorg-server xorg-server-common xorg-server-xephyr diff --git a/mabox-en/desktop-overlay/etc/skel/.config/jgmenu/prepend.csv b/mabox-en/desktop-overlay/etc/skel/.config/jgmenu/prepend.csv index d5eff24..44e6eb4 100644 --- a/mabox-en/desktop-overlay/etc/skel/.config/jgmenu/prepend.csv +++ b/mabox-en/desktop-overlay/etc/skel/.config/jgmenu/prepend.csv @@ -1,3 +1,4 @@ +@text,,10,6,150,20,0,left,top,auto,#000000, @search,,24,6,150,20,2,left,top,auto,#000000 0,Type to search ^sep() Terminal,exo-open --launch TerminalEmulator,utilities-terminal diff --git a/mabox-en/desktop-overlay/etc/skel/.config/mabox/mabox.conf b/mabox-en/desktop-overlay/etc/skel/.config/mabox/mabox.conf index 3b2419f..1d5b9fa 100644 --- a/mabox-en/desktop-overlay/etc/skel/.config/mabox/mabox.conf +++ b/mabox-en/desktop-overlay/etc/skel/.config/mabox/mabox.conf @@ -1,4 +1,3 @@ show_welcome=true -jgmenu_theme=obtheme jgmenu_use_icons=true -jgmenu_font="Noto Sans Medium 9" +jgmenu_icon_theme="Numix-Square" diff --git a/mabox-en/desktop-overlay/etc/skel/.config/openbox/autostart b/mabox-en/desktop-overlay/etc/skel/.config/openbox/autostart index 1a6012c..a5293c6 100755 --- a/mabox-en/desktop-overlay/etc/skel/.config/openbox/autostart +++ b/mabox-en/desktop-overlay/etc/skel/.config/openbox/autostart @@ -9,6 +9,9 @@ ## Turn on/off system beep. xset b off +## Copy Language files for Mabox - only for first run +/usr/bin/mabox-langfiles & + ## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate. ## Adjust the values according to your preferances. xset r rate 250 25 diff --git a/mabox-en/desktop-overlay/etc/skel/.config/openbox/rc.xml b/mabox-en/desktop-overlay/etc/skel/.config/openbox/rc.xml index e819396..ca9832d 100644 --- a/mabox-en/desktop-overlay/etc/skel/.config/openbox/rc.xml +++ b/mabox-en/desktop-overlay/etc/skel/.config/openbox/rc.xml @@ -356,7 +356,7 @@ - betterlockscreen -l dim -t "Type password to unlock..." + betterlockscreen -l dim diff --git a/mabox-en/desktop-overlay/etc/skel/.config/pyradio/config b/mabox-en/desktop-overlay/etc/skel/.config/pyradio/config new file mode 100644 index 0000000..cc03cb4 --- /dev/null +++ b/mabox-en/desktop-overlay/etc/skel/.config/pyradio/config @@ -0,0 +1,95 @@ +# PyRadio Configuration File + +# Player selection +# This is the equivalent to the -u , --use-player command line parameter +# Specify the player to use with PyRadio, or the player detection order +# Example: +# player = vlc +# or +# player = vlc,mpv, mplayer +# Default value: mpv,mplayer,vlc +player = mpv,mplayer,vlc + +# Default playlist +# This is the playlist to open if none is specified +# You can scecify full path to CSV file, or if the playlist is in the +# config directory, playlist name (filename without extension) or +# playlist number (as reported by -ls command line option) +# Default value: stations +default_playlist = stations + +# Default station +# This is the equivalent to the -p , --play command line parameter +# The station number within the default playlist to play +# Value is 1..number of stations, "-1" or "False" means no auto play +# "0" or "Random" means play a random station +# Default value: False +default_station = False + +# Default encoding +# This is the encoding used by default when reading data provided by +# a station (such as song title, etc.) If reading said data ends up +# in an error, 'utf-8' will be used instead. +# +# A valid encoding list can be found at: +# https://docs.python.org/2.7/library/codecs.html#standard-encodings +# replacing 2.7 with specific version: +# 3.0 up to current python version. +# +# Default value: utf-8 +default_encoding = utf-8 + +# Connection timeout +# PyRadio will wait for this number of seconds to get a station/server +# message indicating that playback has actually started. +# If this does not happen (within this number of seconds after the +# connection is initiated), PyRadio will consider the station +# unreachable, and display the "Failed to connect to: [station]" +# message. +# +# Valid values: 5 - 60 +# Default value: 10 +connection_timeout = 10 + +# Default theme +# Hardcooded themes: +# dark (default) (8 colors) +# light (8 colors) +# dark_16_colors (16 colors dark theme alternative) +# light_16_colors (16 colors light theme alternative) +# black_on_white (bow) (256 colors) +# white_on_black (wob) (256 colors) +# Default value = 'dark' +theme = white_on_black + +# Transparency setting +# If False, theme colors will be used. +# If True and a compositor is running, the stations' window +# background will be transparent. If True and a compositor is +# not running, the terminal's background color will be used. +# Valid values: True, true, False, false +# Default value: False +use_transparency = True + + +# Playlist management +# +# Specify whether you will be asked to confirm +# every station deletion action +# Valid values: True, true, False, false +# Default value: True +confirm_station_deletion = True + +# Specify whether you will be asked to confirm +# playlist reloading, when the playlist has not +# been modified within Pyradio +# Valid values: True, true, False, false +# Default value: True +confirm_playlist_reload = True + +# Specify whether you will be asked to save a +# modified playlist whenever it needs saving +# Valid values: True, true, False, false +# Default value: False +auto_save_playlist = False + diff --git a/mabox-en/desktop-overlay/etc/skel/.config/pyradio/stations.csv b/mabox-en/desktop-overlay/etc/skel/.config/pyradio/stations.csv new file mode 100644 index 0000000..71f33fa --- /dev/null +++ b/mabox-en/desktop-overlay/etc/skel/.config/pyradio/stations.csv @@ -0,0 +1,20 @@ + +Alternative (BAGeL Radio - SomaFM),http://somafm.com/bagel.pls +American Roots (Boot Liquor - SomaFM),http://somafm.com/bootliquor.pls +Celtic (ThistleRadio - SomaFM),http://somafm.com/thistle.pls +Chillout (Groove Salad - SomaFM),http://somafm.com/startstream=groovesalad.pls +Atmospheric (Drone Zone - SomaFM),http://somafm.com/dronezone.pls +Ambient (Space Station - SomaFM),http://somafm.com/spacestation.pls +Covers (SomaFM),http://somafm.com/covers.pls +Downtempo (Secret Agent - SomaFM),http://somafm.com/secretagent.pls +Dub Step (Dub Step Beyond - SomaFM),http://somafm.com/dubstep.pls +Folk (Folk Forward - SomaFM),http://somafm.com/folkfwd.pls +House (Beat Blender - SomaFM),http://somafm.com/startstream=beatblender.pls +Indie Pop (Indie Pop Rocks! - SomaFM),http://somafm.com/indiepop130.pls +Intelligent dance music (Cliq Hop - SomaFM),http://somafm.com/startstream=cliqhop.pls +Jazz (Sonic Universe - SomaFM),http://somafm.com/startstream=sonicuniverse.pls +Lounge (Illinois Street Lounge - SomaFM),http://somafm.com/illstreet.pls +Pop (PopTron! - SomaFM),http://somafm.com/poptron.pls +Progressive (Tags Trance Trip - SomaFM),http://somafm.com/tagstrance.pls +Public Radio (WNYC - Public Radio from New York to the World),http://wnyc-iheart.streamguys.com/wnycfm-iheart.aac +Rock (Digitalis - SomaFM),http://somafm.com/digitalis.pls diff --git a/mabox-en/desktop-overlay/etc/skel/.gkrellm2/theme_config b/mabox-en/desktop-overlay/etc/skel/.gkrellm2/theme_config index 8d8f4dc..d542c6d 100644 --- a/mabox-en/desktop-overlay/etc/skel/.gkrellm2/theme_config +++ b/mabox-en/desktop-overlay/etc/skel/.gkrellm2/theme_config @@ -1,6 +1,6 @@ /usr/share/gkrellm2/themes/Egan-Grey 0 -Noto Serif 11 -Noto Serif 9 -Noto Serif 8 +Noto Sans 11 +Noto Sans 9 +Noto Sans 8 100 diff --git a/mabox-en/desktop-overlay/etc/skel/.gkrellm2/user-config b/mabox-en/desktop-overlay/etc/skel/.gkrellm2/user-config index e4bb884..129b5bc 100644 --- a/mabox-en/desktop-overlay/etc/skel/.gkrellm2/user-config +++ b/mabox-en/desktop-overlay/etc/skel/.gkrellm2/user-config @@ -14,7 +14,7 @@ below 0 track_gtk_theme_name 0 default_track_theme "Default" save_position 0 -chart_width 110 +chart_width 130 update_HZ 10 allow_multiple_instances 0 float_factor 1000 @@ -112,3 +112,5 @@ uptime enable 1 uptime launch uptime tooltip gkrellmlaunch visible=1 label=Midnight_Commander cmd=terminator -e mc +gkrellmlaunch visible=1 label=RSSreader cmd=terminator -T "Newsboat RSS Reader" -x "EDITOR=vim newsboat" +gkrellmlaunch visible=1 label=PyRadio cmd=terminator -T "PyRadio" -x pyradio diff --git a/mabox-en/desktop-overlay/etc/skel/.local/share/applications/show_desktop.desktop b/mabox-en/desktop-overlay/etc/skel/.local/share/applications/show_desktop.desktop index 11b002e..e463c88 100644 --- a/mabox-en/desktop-overlay/etc/skel/.local/share/applications/show_desktop.desktop +++ b/mabox-en/desktop-overlay/etc/skel/.local/share/applications/show_desktop.desktop @@ -2,8 +2,10 @@ Encoding=UTF-8 Name=Show Desktop (win+d) Name[pl]=Pokaż Pulpit (win+d) +Name[es]=Mostrar Escritorio (win+d) Comment=Show Desktop (win+d) Comment[pl]=Pokaż Pulpit (win+d) +Comment[es]=Mostrar Escritorio (win+d) Exec=show_desktop Terminal=false X-MultipleArgs=false diff --git a/mabox-en/desktop-overlay/etc/skel/.newsboat/urls b/mabox-en/desktop-overlay/etc/skel/.newsboat/urls new file mode 100644 index 0000000..7826817 --- /dev/null +++ b/mabox-en/desktop-overlay/etc/skel/.newsboat/urls @@ -0,0 +1,9 @@ +# Mabox +https://forum.maboxlinux.org/latest.rss +https://forum.maboxlinux.org/posts.rss + +# Manjaro +https://forum.manjaro.org/c/announcements/stable-updates.rss "~MANJARO: Stable Updates" + +# Arch +https://aur.archlinux.org/rss/ "~ARCH: New Packages (AUR)" diff --git a/mabox-en/live-overlay/etc/skel/.config/openbox/autostart b/mabox-en/live-overlay/etc/skel/.config/openbox/autostart index 916a7c3..a222b5b 100755 --- a/mabox-en/live-overlay/etc/skel/.config/openbox/autostart +++ b/mabox-en/live-overlay/etc/skel/.config/openbox/autostart @@ -13,6 +13,9 @@ xset b off ## Adjust the values according to your preferances. xset r rate 250 25 +## Mabox Live session lang hack +/usr/bin/mb-langfiles.sh & + # Alias Super key to Super+Space for single-key menu. # See 'man xcape' for other possibilities. xcape -e 'Super_L=Super_L|space' @@ -45,5 +48,5 @@ xcape -e 'Super_L=Super_L|space' (sleep 1s && picom -b --conf ~/.config/picom.conf) & ## Betterlockscreen setup -#betterlockscreen_setup & +betterlockscreen_setup & diff --git a/mabox-en/live-overlay/etc/skel/.local/share/applications/calamares.desktop b/mabox-en/live-overlay/etc/skel/.local/share/applications/calamares.desktop index 13f4e45..0baaa31 100644 --- a/mabox-en/live-overlay/etc/skel/.local/share/applications/calamares.desktop +++ b/mabox-en/live-overlay/etc/skel/.local/share/applications/calamares.desktop @@ -4,6 +4,7 @@ Version=1.0 Name=Install Mabox Linux Name[da]=Installer Mabox Linux Name[pl]=Instaluj Mabox Linux +Name[es]=Mabox Linux Instalador GenericName=Live Installer GenericName[da]=Live-installationsprogram GenericName[pl]=Instalator Live diff --git a/mabox-en/live-overlay/usr/bin/mb-langfiles.sh b/mabox-en/live-overlay/usr/bin/mb-langfiles.sh new file mode 100755 index 0000000..ca3b29d --- /dev/null +++ b/mabox-en/live-overlay/usr/bin/mb-langfiles.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# +# +case $LANG in + pl*) + rsync -a /usr/share/mabox/lang/pl/ /home/mabox/ + ;; + es*) + rsync -a /usr/share/mabox/lang/es/ /home/mabox/ + ;; + *) + exit 0 + ;; +esac diff --git a/mabox-en/live-overlay/usr/share/applications/calamares-mabox.desktop b/mabox-en/live-overlay/usr/share/applications/calamares-mabox.desktop index 0366366..b7f7bda 100644 --- a/mabox-en/live-overlay/usr/share/applications/calamares-mabox.desktop +++ b/mabox-en/live-overlay/usr/share/applications/calamares-mabox.desktop @@ -4,6 +4,7 @@ Version=1.0 Name=Install Mabox Linux Name[da]=Installer Mabox Linux Name[pl]=Instaluj Mabox Linux +Name[es]=Mabox Linux Instalador GenericName=Live Installer GenericName[da]=Live-installationsprogram Comment=Install the operating system to disk diff --git a/mabox-pl/desktop-overlay/etc/skel/.config/pyradio/stations.csv b/mabox-pl/desktop-overlay/etc/skel/.config/pyradio/stations.csv index e69aa89..23b23b3 100644 --- a/mabox-pl/desktop-overlay/etc/skel/.config/pyradio/stations.csv +++ b/mabox-pl/desktop-overlay/etc/skel/.config/pyradio/stations.csv @@ -11,3 +11,20 @@ Antyradio - Warszawa,http://ant-waw-01.cdn.eurozet.pl:8602/listen.pls Antyradio - Katowice,http://ant-kat-01.cdn.eurozet.pl:8604/listen.pls Złote Przeboje,http://www.radio.pionier.net.pl/stream.pls?radio=radio88 RMF FM,http://217.74.72.4:8000/rmf_fm +Alternative (BAGeL Radio - SomaFM),http://somafm.com/bagel.pls +American Roots (Boot Liquor - SomaFM),http://somafm.com/bootliquor.pls +Celtic (ThistleRadio - SomaFM),http://somafm.com/thistle.pls +Chillout (Groove Salad - SomaFM),http://somafm.com/startstream=groovesalad.pls +Covers (SomaFM),http://somafm.com/covers.pls +Downtempo (Secret Agent - SomaFM),http://somafm.com/secretagent.pls +Dub Step (Dub Step Beyond - SomaFM),http://somafm.com/dubstep.pls +Folk (Folk Forward - SomaFM),http://somafm.com/folkfwd.pls +House (Beat Blender - SomaFM),http://somafm.com/startstream=beatblender.pls +Indie Pop (Indie Pop Rocks! - SomaFM),http://somafm.com/indiepop130.pls +Intelligent dance music (Cliq Hop - SomaFM),http://somafm.com/startstream=cliqhop.pls +Jazz (Sonic Universe - SomaFM),http://somafm.com/startstream=sonicuniverse.pls +Lounge (Illinois Street Lounge - SomaFM),http://somafm.com/illstreet.pls +Pop (PopTron! - SomaFM),http://somafm.com/poptron.pls +Progressive (Tags Trance Trip - SomaFM),http://somafm.com/tagstrance.pls +Public Radio (WNYC - Public Radio from New York to the World),http://wnyc-iheart.streamguys.com/wnycfm-iheart.aac +Rock (Digitalis - SomaFM),http://somafm.com/digitalis.pls diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/data/net/enp0s3 b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/data/net/enp0s3 deleted file mode 100644 index 1aee391..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/data/net/enp0s3 +++ /dev/null @@ -1,75 +0,0 @@ -2 -wday mday month yday year -2 4 1 34 120 -[daily] -"2020-02-04" 0 0 0 -"2020-02-03" 62254 36431 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -[weekly] -"2020-02-08" 62254 36431 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -[monthly] -"lutego" 62254 36431 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 -"---" 0 0 0 diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/plugin_enable b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/plugin_enable deleted file mode 100644 index b64cc1b..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/plugin_enable +++ /dev/null @@ -1 +0,0 @@ -gkrellmlaunch.so diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/theme_config b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/theme_config deleted file mode 100644 index d542c6d..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/theme_config +++ /dev/null @@ -1,6 +0,0 @@ -/usr/share/gkrellm2/themes/Egan-Grey -0 -Noto Sans 11 -Noto Sans 9 -Noto Sans 8 -100 diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/33783-invisible-black-gkrellm.tar.gz b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/33783-invisible-black-gkrellm.tar.gz deleted file mode 100644 index b42e65b468a5115977f693d6940c2d7b68366094..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2594 zcmV+-3f=V|iwFqCd&)xq17>nAF*Z0dG%heMX>N9Db7^91Wi4WCVPk78XKQk0Y;0{V zbYXG;?OP306IT|V;a7tw)PHxkP0?MH63EXa0TclXMeI>o|60qsVUi3al4P>Uq`=V% z%BfXbf2ek?R)y29i`GS?{=;^~`d6)%qDMd}qNufd3SzCLRgmnPnM5X&0E!sv+4<&7 zhPn5?``)|n-TU6V30lLOTC-NE!vsnls>%pAU_`hYQ=vKq_)DR~)aEdwAsu=w2mxdW zLOw-usgU`kAQ4L-kx(L)iRBV8B8G$_nOr7?_`=7l_TgYL6R3&Lhm5ES?@q2K{xgc@ z$se8A^!?@8Oh!$hSrK0~uRYu!67}2!LNYEj?S(S!dZGP#`ef0-DOOJx!n@PCTL`M(=5ny<&z+B7Yu=0BJUVLTpcAvCy& zAI%Rkq81%rg&GXFfj@zKiKSn{ROT>?*%F4SEfa%yJe3AD5sFN$n$RfpS_3F4jc_EQ zSc86X4Azx**s-BMN)u~#sFQ!YR=K!fSt#0ael73eXw)}j}f1P0usM|FY_aEXLM>S?4tLxOlT@6nV*uymLK z<1tl`HZtq9po45%h(f80A;2<+U4S=}$kt&mlcUcM346enhEkU!*Va}>=N?!G7 zA`zGv4(zVFYUeY$+NI1RG@7Zl7sYg_5)8f(H){zkPQ^{3qktaFc`Bfa9O=|Tt;kYn zaIz;di7T!eGg2{6CUwQl#?#2~%PQH0@u!k=(8>7XP{fhlm0|7tZswU?)Y^+; zUE1C*z_z`e?%MW_T(<2Uxi;Igtk>PPn$2LfFLt;gQ~vG@Pdecr&pk?oT7t-^9y(e)le-*}8b?4DC@R@%_@Ik*T@;eSdEZnfZCq)wh0) zY5C)(36TxAO2!C2t&5%xniT*gq=Z@bUB8Wc#zOrdI61?*_S)gRwwK5kKGYNgd64wB zL8Pe1Wow=FSmRE?uuOlF>lIskfBO50tDi6PW=iLJwB;;lE2_WL@i)H!k}{;uIwt$} zwbB$yNkxYzD4Gk6-DQ=_57nJHgYT!6l>%kw&leeBW|f5%9SVhYeof7xZ#}$7%CXj% zr0VJ|2c4?S&ORR&Uc!{BDJXZ6TC}L@>&kG3luY*518k|7f`Yww+fNH7uFDq7#a`JHPIr%~)955qz?`b%B#qaN=57=X4w5mMMxmEA99g%(eLK&mJ z<`$>XiK+d=p2IgQ7#2+>F0)OQV^tmcIi{6i(BlOsoXq~qz6Hhm>&=~0>#nK&m_yUA z!?S9wH_Ht_{O1QovoYr|L(vOiT`7f?_2H^bMc>x|6Kfk z#^V2j{C`&kdVxpE|I5hzKOz-MxcKi5aQS~O|Ig+Bx%@wu|L5}mT>hWS|8x2O|L^?& zgS}CoWq*49{hwGw?f(%(D3nU1ax(uT7IVMMLe`3K6Q~4i*e%o;H@Jf%H8V5n8 ztNq$hZ>YO`&~xMspRHfi4%zcTRX#i@QuJxyeFGp3pz=YRRH-AbfI46Z9=WIW0ND)g zw|h?suKk}n#<(m0D-?@`Z2y-^#GL=T11|g@hV1_T!qB73p+4~cs37kpEoQ0;oBsoV zS8oX3+L{ncwu1`*PY163pG!8?`|m$Q5-CEj|J?cC zEpXxg0pL!h{C`N*?Lz30|Njpj9tfRiSotyV@bRR-zka0oL(!@{VL(FqoXO^8e+ixy zd2~*B;$>*v#7U-ANb-wsTr93$`C22i?!zy}eLQ)bxXJ4T9L#@_H%M`H!;O;ssz~37 zl_zS0f}+CVmH~|c6@~M%R>aPj{lV_)&tS{Em$%&bl6U8=LElyG@=!JUZC|{1*qxFz z&!y<=k!y^Fdsl7tRGmJxINWz$&9SfJ&LQ|2ct8Jo-q1DojxNdI|GfNzyqt(Nr~UnI z#ERvoE8~LthkSKAZR3>f!DmisHPxQzg=TjoE#YtI41sD z&D(PVhzU)2+QGJaujCB8cwzNVs}qM`TJE`X+Ug%YlY9#5iv4`fo{IbO+yU6QzUBJn zg_}~K_u8LdUS}0g5dEt{>X*M?w5{SL^DSYFrqc4o$xm*Mc)M}#g}VIX^Mx_K!J*2g zAK@wYhLEH54nPX9 zt^bHb(pD*40z(BR_!HUm`Nd>YxIF*|4jede;J|?c2M!!KaNxj!!xO;&00Cbvm;g`! E0G5DKQUCw| diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/gkrellm-themes-invisible-jkx.tgz b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/gkrellm-themes-invisible-jkx.tgz deleted file mode 100644 index b848aad2170ffd778e5e08a045d3ea0f79780065..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2746 zcmV;r3PtrFiwFRwl@mw+1MOM~R8v^VsT!D|5vLcrtUcSOKrS>G)H2*P4< z1qhqZVgnX}2m}Ja;Ju#a*djrXiF6DGfa

*BbwS3WZJoOLZa@DpaCUEL5wOwN)K> z2lKgHr~S`noBN;7WAph4?0+sF;Q$7!ts2l0e&_w4K5_iWj`SXM__O2aQPDB*PQyR# zJ>hrY`)AVOt(|P>xS;@KXLvV=Jm7y%@z{~kz=&Vlj{j>tOzEH|Dos4pe5(;gnwv;c;Q-L zasHBaJ^TXut*jXG7XaM$63&0Msx&WnsmT93QI30h%!YNNb}R^VA3(s<=g)@n{;^*((*c1R#`*LSaL#9qE*!xhkF;d?p6`X832HFE! zYGWeJ54eH)hi(ke4s@tB9NjBECj@ShAkO$HXxA(ld9^W;=vsZkUyec7ccJ{O) zvJyYKZhX2U;DaVNtD?*jg%6C$5wi0-w_{MU%sp zZG3!WyWoj?n!2>~2yIsXsDPpi>Hg>0+g6~`J>5EK!S1XpanE#7)8_(4dbcX`HcTad;7DilL?u8jZT zoZlS(vstG2pW6Ss1TKjGeHhcv^n~$$wk7_*HsX$`+jrGihh6?>*(16SNUjKpN*mOl zy%I@_KGZO}-&sG!x*yNYJ~8tP_SODh9$RoULzePM;xCV$Hu&CH?F&-*+^Jc0v03us z+Qc#2j(4z+4$a|S>Sy&4pJvtFB?~UAn({XUOUc4n80qK4oc;C$NqL9rPfX0JBaLLM znvDIYHasEUR2VkSYY0ss53CK@MUwMQ_70&>XAIawwn13;z!+P){AqfG6Y}nV%SyJC zJaw{t7~5y=xmqV%lIz*05&rLA@Ms$#jsKWn38-9g{m+r0)%{=h zKVJ5_QVmO)gggI?(^Z?Z)k`9M(yHj^2VUA2^VlzCDdXQM>ABHoH!W4yc1~VJFQR29 z+~2fn>7soxX@A;$YtWRn>@!8Tbhkzg9p)oj_^k5b!kNpi#A=h(&jUIY4C)XjV|AoG zxw`c8_R+&9&5#DTe}C{Z?zl<*@@oOJA_Aiq$(q_9_q^aUVQ?Q$ZSlpP^03`mV?xCl zNs&E^5}2MC$7_&p?v;aJVBb@xYH~M(->kS78GGqbZ@N4s=w=Ujiumr$_k6kfsGB|I zchjoFmve_EZw(xGxto6b%<$Ecii=bFC=C7HFX*O!lref8=tPswur3uC}aka9x-H zgjLV~NMRHu?GP@C3g~-d!~wVB3#UpOwmsX|#rMO6`u;E$109d7yv}ql!_&=AAu$$liR^cv6E1a;_n{9bQaxuEpkl9-%&P|ZIwv8xag3I zmn+uj;!#{NRtRy~mhOZl>TtrDs&XLBN-NYtiAG6SvJZktxKhN9Ai``1R+E6e$QLHy zg^4-#OmjvvO*e<^LX{>Sh3N>Lu1mt7+zRntU?N=0-(;Lb=$JKW`Dfg!nfh zfS41+3D8PvQywl+qdDE8Jv)TBAZ3yyULbR%%`EYFi6k=|X);tO)u{1)4q}SpHDZ)0 zN0oC?Od%05RcO2-LB-TD)f$~jq+|xe3r-ruT}yli2hmO3s}&MvSB4%Ezp)71MtY?J zDrj#DB!sxE1nkUV5ui`Tl9gx_-usN;&}Nz!LR_}2xvf^p+wvkMX3^(`a<(EEnuIkE zy(k2~7=29hGea+jHb`_V@>TO-I+0qh73om5B-u1n33?)KA!{9RS3(dtBy4DBN?Ld; zC7sH=Y>TbSeAPTkkr;NkR-;#73JozovTOxZaGVnpCt{m!dia_olxuJu_#84e9@P?a z8=ptUCTpblG;5dBiP^{D=3Rk?aZVWzJ;-65qVh)S{M1Md7N6^B4BTIOFFsL zZCQJ(+p=b>+u5zf!LCLz#}?Z(ScR%yLZZdK(^ A!~g&Q diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/bg_grid.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/bg_grid.png deleted file mode 100644 index 334174c19c4e9e61e51dddb3db3159a094f1df18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^4nWMv!3HGra#x50DVB6cUq=Rpjs4tz5?O(Kwj^(N z7l!{JxM1({$v_d#0*}aI1_o|k5N3SKen1B($X?><>&kwSjf+v(WXq-X|A0aQo-U3d k6?2kJjE#SvH)vvHm|w)W*vvm`El`fZ)78&qol`;+06t43+5i9m diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/decal_misc.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/decal_misc.png deleted file mode 100644 index 6b551a5d4ce1efaeaf79dc84997415a38e4613c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmV;f0a5;mP)EjiLYm0Xs=V zK~z}7?U*r+gD?<9XI4mah+HRBImA}GN8kXIK0QdO0+*0KS0T|=Jd$O`m* z59ZIX0%PI}se!c?^si2j-3Nz%*uf;2VK|2&Oy^OZ_NR>AmxJhzw=t-|D|7HLKWNW&!pWoV7=_|l+1ruEYA`> diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_left.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_left.png deleted file mode 100644 index 4dad36df46c00ddb90b3f0c0e9d768d062734fa2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k8}blmUKs7M+SzC{oH>NS%G}EByV>Y zhW{YAVDIwDKoQOYkH}&M25un`X1sK_?hjCqy~NYkmHi?c7lW0QZbSH6pb)R8i(^Q| doa6)`0CHIw7?*x?bpWy$JYD@<);T3K0RWtRA=&@{ diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_right.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/frame_right.png deleted file mode 100644 index d5d34554641646c0bca763cce7f1f54e351e949f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k8}blmUKs7M+SzC{oH>NS%G}EByV>Y zhW{YAVDIwDKoQOYkH}&M25un`X1sK_?hjCqy~NYkmHi?c7lV}&Ytwt6JkSak$B>FS c$q7IJgTe~DWM4fwrV1+ diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc deleted file mode 100644 index 25c50c9..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc +++ /dev/null @@ -1,91 +0,0 @@ -# modified invisible. - -author = "paul cannon " - -chart_width_min = 58 -chart_width_max = 58 -chart_width_ref = 58 -allow_scaling = true -frame_top_height = 0 -frame_bottom_height = 0 -frame_left_width = 0 -frame_right_width = 0 -frame_top_border = 0,0,0,0 -frame_bottom_border = 0,0,0,0 -frame_left_border = 0,0,0,0 -frame_right_border = 0,0,0,0 - -chart_in_color = #c4c4c4 -chart_in_color_grid = #c4c4c4 -chart_out_color = #888888 -chart_out_color_grid = #888888 - -bg_grid_mode = 1 - -rx_led_x = -14 -rx_led_y = 11 -tx_led_x = -1 -tx_led_y = 11 - -timer_time_x = 1 -timer_button_x = -4 - -bg_timer_border = 2,2,2,2 - -button_panel_border = 2,2,2,2 -button_meter_border = 2,2,2,2 - -large_font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-*-*" -normal_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" -small_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" - -bg_slider_panel_border = 1,1,1,1 -bg_slider_meter_border = 1,1,1,1 - -StyleChart *.border = 5,5,5,5 -StyleChart *.font = normal_font -StyleChart *.alt_font = small_font -StyleChart *.textcolor = #000000 #bbbbbb no shadow -StyleChart *.alt_textcolor = #000000 #bbbbbb no shadow -StyleChart *.transparency = 1 - -StylePanel *.border = 0,0,11,2 -StylePanel *.font = normal_font -StylePanel *.alt_font = normal_font -StylePanel *.textcolor = #000000 #bbbbbb no shadow -StylePanel *.alt_textcolor = #000000 #bbbbbb no shadow -StylePanel *.label_position = 50 -StylePanel *.margin = 1 -StylePanel *.krell_x_hot = 63 -StylePanel *.krell_depth = 65 -StylePanel *.krell_yoff = 3 -StylePanel *.transparency = 1 - -StyleMeter *.border = 0,0,12,4 -StyleMeter *.font = normal_font -StyleMeter *.alt_font = small_font -StyleMeter *.textcolor = #000000 #bbbbbb no shadow -StyleMeter *.alt_textcolor = #000000 #bbbbbb no shadow -StyleMeter *.label_position = 50 -StyleMeter *.margin = 1 -StyleMeter *.krell_x_hot = 63 -StyleMeter *.krell_depth = 65 -StyleMeter *.krell_yoff = 4 -StyleMeter *.transparency = 1 - -StylePanel net.label_position = 0 -StyleMeter mem.label_position = 0 -StyleMeter mem.border = 0,0,12,4 -StyleMeter swap.label_position = 0 -StyleMeter swap.border = 0,0,12,2 -StyleMeter cal.font = med_font -StyleMeter cal.alt_font = large_font -StyleMeter clock.font = large_font -StyleMeter fs.border = 0,0,12,4 -StyleMeter timer.border = 0,0,0,0 -StyleMeter host.border = 0,0,0,3 -StyleMeter cal.border = 0,0,0,4 -StyleMeter clock.border = 0,0,0,4 -StyleMeter uptime.border = 0,0,0,2 -StyleMeter fs.label_position = 0 -StyleMeter fs.alt_font = normal_font diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc~ b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc~ deleted file mode 100644 index 25c50c9..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/gkrellmrc~ +++ /dev/null @@ -1,91 +0,0 @@ -# modified invisible. - -author = "paul cannon " - -chart_width_min = 58 -chart_width_max = 58 -chart_width_ref = 58 -allow_scaling = true -frame_top_height = 0 -frame_bottom_height = 0 -frame_left_width = 0 -frame_right_width = 0 -frame_top_border = 0,0,0,0 -frame_bottom_border = 0,0,0,0 -frame_left_border = 0,0,0,0 -frame_right_border = 0,0,0,0 - -chart_in_color = #c4c4c4 -chart_in_color_grid = #c4c4c4 -chart_out_color = #888888 -chart_out_color_grid = #888888 - -bg_grid_mode = 1 - -rx_led_x = -14 -rx_led_y = 11 -tx_led_x = -1 -tx_led_y = 11 - -timer_time_x = 1 -timer_button_x = -4 - -bg_timer_border = 2,2,2,2 - -button_panel_border = 2,2,2,2 -button_meter_border = 2,2,2,2 - -large_font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-*-*" -normal_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" -small_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" - -bg_slider_panel_border = 1,1,1,1 -bg_slider_meter_border = 1,1,1,1 - -StyleChart *.border = 5,5,5,5 -StyleChart *.font = normal_font -StyleChart *.alt_font = small_font -StyleChart *.textcolor = #000000 #bbbbbb no shadow -StyleChart *.alt_textcolor = #000000 #bbbbbb no shadow -StyleChart *.transparency = 1 - -StylePanel *.border = 0,0,11,2 -StylePanel *.font = normal_font -StylePanel *.alt_font = normal_font -StylePanel *.textcolor = #000000 #bbbbbb no shadow -StylePanel *.alt_textcolor = #000000 #bbbbbb no shadow -StylePanel *.label_position = 50 -StylePanel *.margin = 1 -StylePanel *.krell_x_hot = 63 -StylePanel *.krell_depth = 65 -StylePanel *.krell_yoff = 3 -StylePanel *.transparency = 1 - -StyleMeter *.border = 0,0,12,4 -StyleMeter *.font = normal_font -StyleMeter *.alt_font = small_font -StyleMeter *.textcolor = #000000 #bbbbbb no shadow -StyleMeter *.alt_textcolor = #000000 #bbbbbb no shadow -StyleMeter *.label_position = 50 -StyleMeter *.margin = 1 -StyleMeter *.krell_x_hot = 63 -StyleMeter *.krell_depth = 65 -StyleMeter *.krell_yoff = 4 -StyleMeter *.transparency = 1 - -StylePanel net.label_position = 0 -StyleMeter mem.label_position = 0 -StyleMeter mem.border = 0,0,12,4 -StyleMeter swap.label_position = 0 -StyleMeter swap.border = 0,0,12,2 -StyleMeter cal.font = med_font -StyleMeter cal.alt_font = large_font -StyleMeter clock.font = large_font -StyleMeter fs.border = 0,0,12,4 -StyleMeter timer.border = 0,0,0,0 -StyleMeter host.border = 0,0,0,3 -StyleMeter cal.border = 0,0,0,4 -StyleMeter clock.border = 0,0,0,4 -StyleMeter uptime.border = 0,0,0,2 -StyleMeter fs.label_position = 0 -StyleMeter fs.alt_font = normal_font diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_meter.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_meter.png deleted file mode 100644 index 750babca52ebccf838911fa53e1e4eaaf5105c2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1000 zcmeAS@N?(olHy`uVBq!ia0vp^4Gav7EF5e=)`JY2jX;Vm$=lt9;Xep2*t>i(P=vF< zBeIx*fm;xS8S7KxCjtf8OFVsD*{?A&iffp>c>iTB0|RrZr;B4q#jUqDH~I+&NVGlV zU+<|tw`78&nq%?)`GRSdmpXF#WEt{=NL}y?=$=Kurz|BDepmRDOE0 zF&b>hfq%?Etqlws8~&S{@4tQaZ2oozMv!3}freeZx;&4O3CYR@2mZy!|IfO9eg7RM zpe6x^qu=a3uU(tB6T`~N%By<%>ycGmpT8SJRbAc1bLaJuRGFE@?Lb#$KY#w#pMTEi zLV_d*7$jF$PsecA{CWR!mM^!zi*VPyJ(X|8z@FRi9}<9EZ~o_)WpBQTWL8RX@nwj~ z3I7=(;dA5v%P&iOm#agpXh`}!UnM#^77{ECf7v0L`zKUPD6alws$>L;&# ztHw~J?mpSfau(E2U2p3ry{WkYjffld4B#+i{Z?ONk@xs8G)6#1dHxT+kKw9|2Uqm+ zxgoh~cQdA|+J7H5yCV-x0$}^zzQ>3i`x~-b4!%2p6ru?w572|E{(tiRulC=N0`%DY z;~2sIeOvX~?RSe2N$Y3PpQ9*Ff65qg$?3#=HJub>q*%%0D-5gpUXO@geCxqMrOYN diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_panel.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/krell_panel.png deleted file mode 100644 index 84a71eeb937bc49009d4c01cbe9165a98ab3f3e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1000 zcmeAS@N?(olHy`uVBq!ia0vp^4Gav7EF5e=)`JY2jX;Vm$=lt9;Xep2*t>i(P=vF< zBeIx*fm;xS8S7KxCjtf8OFVsD*{?A&ifan)`XIQPfq}Wy)5S5Q;?~=n8~ua>B-$SG zulH1+TQb2>O)}+zi#eNgw@Jp*#TR4gbx}_uoEyHh((r(?Kl{=9!V%a_~VMY!wUp31jkV9#y%4+%i7H~(|YvNzvEGApIH_%g)g zg#V0?@VW8-<(DPC%he%PG$j3=uM!;{3kjBnzw8iaB>Z1~JpT5VAFCn3xZuV=^^@1W zRb!}9cb{x#IScBiuDA7*-qhTHM#PPJ25=a%eygvs$a{Pk8Y3X1JpTvZ$8gofgDZOZ z+>l(gyBX6}?Y|G3-I0eT0kC~<-($p%{SDbI2j3k)3ekj;2k1dn|37*ESNm^B0eWoy zag1R9zO8!g_PfQ1r1i7t&ruYoKV=NL@&DcKyx03)BROkMjWtRz1b8xB{kH$}w#!!e y)?iCkm^5?&L;ik!O*z=`RK^?i_MjxEb>03V^Y7{J^`vYWfWXt$&t;ucLK6T$KxK;n diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/net/decal_net_leds.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-black/net/decal_net_leds.png deleted file mode 100644 index 38b948d2bc26c1f60ebaebe4a4ac590f21dfd41e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^+(4|u!3HEZvpTH+Qfx`y?k)`fL2$v|<&%LToCO|{ z#Xyz3Ak6rd{eTWokiEpy*OmPmBa@J+*tNM^0)RpZo-U3d7N_4%KFG;n$iZUX?s}su zG`d;9gZXD<_me1tf;ztMw%pu@nL;JgrZI(zvM^M?4|%wAW+1yT!wze!rMoiMmKrG- z$4iM!oH+C0yS2OT-`%zUy6v+$%a0|v{P}fP|Nd;N=qYB2KzA@Oc)I$ztaD0e0sv}% BMEn2% diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/bg_grid.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/bg_grid.png deleted file mode 100644 index 334174c19c4e9e61e51dddb3db3159a094f1df18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^4nWMv!3HGra#x50DVB6cUq=Rpjs4tz5?O(Kwj^(N z7l!{JxM1({$v_d#0*}aI1_o|k5N3SKen1B($X?><>&kwSjf+v(WXq-X|A0aQo-U3d k6?2kJjE#SvH)vvHm|w)W*vvm`El`fZ)78&qol`;+06t43+5i9m diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/decal_misc.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/decal_misc.png deleted file mode 100644 index f717eb467c836dc9a6847b419d68ecac0f1a4fa2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465 zcmV;?0WSWDP)Px#24YJ`L;x)Sg8=M`-CIBa000SaNLh0L01FKO01FKP?FYat00007bV*G`2iOD} z5E(1e2iEZb00B`+L_t(o!|j-{Zi7G!hV2T;FVL-0^ALT7AhmsozC^{Ag>Lr}d5sFx z0kL)HmW_phtx|?enBh89kut>8;d0?fK|%~?e);V0ep!dsT5x%8`W6w> diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_left.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_left.png deleted file mode 100644 index 4dad36df46c00ddb90b3f0c0e9d768d062734fa2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k8}blmUKs7M+SzC{oH>NS%G}EByV>Y zhW{YAVDIwDKoQOYkH}&M25un`X1sK_?hjCqy~NYkmHi?c7lW0QZbSH6pb)R8i(^Q| doa6)`0CHIw7?*x?bpWy$JYD@<);T3K0RWtRA=&@{ diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_right.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/frame_right.png deleted file mode 100644 index d5d34554641646c0bca763cce7f1f54e351e949f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 144 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1|;Q0k8}blmUKs7M+SzC{oH>NS%G}EByV>Y zhW{YAVDIwDKoQOYkH}&M25un`X1sK_?hjCqy~NYkmHi?c7lV}&Ytwt6JkSak$B>FS c$q7IJgTe~DWM4fwrV1+ diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/gkrellmrc b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/gkrellmrc deleted file mode 100644 index 6d7190a..0000000 --- a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/gkrellmrc +++ /dev/null @@ -1,93 +0,0 @@ -# invisible. - -author = "Jkx " - -chart_width_min = 58 -chart_width_max = 58 -chart_width_ref = 58 -allow_scaling = true -frame_top_height = 0 -frame_bottom_height = 0 -frame_left_width = 0 -frame_right_width = 0 -frame_top_border = 0,0,0,0 -frame_bottom_border = 0,0,0,0 -frame_left_border = 0,0,0,0 -frame_right_border = 0,0,0,0 - -chart_in_color = #11c4f1 -chart_in_color_grid = #11c4f1 -#chart_out_color = #8758b3 -#chart_out_color_grid = #8758b3 -chart_out_color = #006600 -chart_out_color_grid = #003300 - -bg_grid_mode = 1 - -rx_led_x = -14 -rx_led_y = 11 -tx_led_x = -1 -tx_led_y = 11 - -timer_time_x = 1 -timer_button_x = -4 - -bg_timer_border = 2,2,2,2 - -button_panel_border = 2,2,2,2 -button_meter_border = 2,2,2,2 - -large_font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-*-*" -normal_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" -small_font = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*" - -bg_slider_panel_border = 1,1,1,1 -bg_slider_meter_border = 1,1,1,1 - -StyleChart *.border = 5,5,5,5 -StyleChart *.font = normal_font -StyleChart *.alt_font = small_font -StyleChart *.textcolor = #C1C1C1 #000000 shadow -StyleChart *.alt_textcolor = #C1C1C1 #000000 shadow -StyleChart *.transparency = 1 - -StylePanel *.border = 0,0,11,2 -StylePanel *.font = normal_font -StylePanel *.alt_font = normal_font -StylePanel *.textcolor = #C1C1C1 #000000 shadow -StylePanel *.alt_textcolor = #C1C1C1 #000000 shadow -StylePanel *.label_position = 50 -StylePanel *.margin = 1 -StylePanel *.krell_x_hot = 63 -StylePanel *.krell_depth = 65 -StylePanel *.krell_yoff = 3 -StylePanel *.transparency = 1 - -StyleMeter *.border = 0,0,12,4 -StyleMeter *.font = normal_font -StyleMeter *.alt_font = small_font -StyleMeter *.textcolor = #C1C1C1 #000000 shadow -StyleMeter *.alt_textcolor = #C1C1C1 #000000 shadow -StyleMeter *.label_position = 50 -StyleMeter *.margin = 1 -StyleMeter *.krell_x_hot = 63 -StyleMeter *.krell_depth = 65 -StyleMeter *.krell_yoff = 4 -StyleMeter *.transparency = 1 - -StylePanel net.label_position = 0 -StyleMeter mem.label_position = 0 -StyleMeter mem.border = 0,0,12,4 -StyleMeter swap.label_position = 0 -StyleMeter swap.border = 0,0,12,2 -StyleMeter cal.font = med_font -StyleMeter cal.alt_font = large_font -StyleMeter clock.font = large_font -StyleMeter fs.border = 0,0,12,4 -StyleMeter timer.border = 0,0,0,0 -StyleMeter host.border = 0,0,0,3 -StyleMeter cal.border = 0,0,0,4 -StyleMeter clock.border = 0,0,0,4 -StyleMeter uptime.border = 0,0,0,2 -StyleMeter fs.label_position = 0 -StyleMeter fs.alt_font = normal_font diff --git a/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/krell_meter.png b/mabox-pl/desktop-overlay/etc/skel/.gkrellm2/themes/invisible-jkx/krell_meter.png deleted file mode 100644 index 141722e767818cd45f6a6ee5ce0f4df6905fdecc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 817 zcmeAS@N?(olHy`uVBq!ia0vp^4Gav7EF5e=)`JY2jX;XAILO_JVcj{Imp~3%lDE4H z!+#K5uy^@npa^GyM`SSr1GgXuGuEfXPXr3Gmw5WRvfp5l5|HOn2tOjjz`(T8)5S5Q z;?~=nx80s5N*w=K!nsuBsF9nbX60)g=Qb-1qaMRHmo0xh)sG5fPP%$5Yk%Zoqgxs) zch~IdPp`Er|M2PSAHI8id<+d{CZVf-M6JrW{=M95!Cp=WhJ^pI3@i-{2mbA5;9y{E z_*>2>z`)ed^4mUk)sJWT42%j48~*DtFu@fny#056idNcRRs{wYhHv*-9e~>2?B{M^ z5MWqx_y5kIqkHx z4Eb(OpS?`}Mt(PM@!T!4~)CqB0LQS=C#|6l$y zZ$JMy4m$sdG~B3B{DtVorQJ&px%gRyWVO z;`Q}k{P(7bF*K-|M1~oLhFx6qK7Xo1v2X*!fq%OhI2afk{+2TeFfcLve$S-9z{0@! zy?)o4q+{_6Ob!eQ|6>_g;0hgX{hhD7dd6q*1_l9!8};H0j0y}J{_8O?IWSBp`~Up3 zme?OwkO|-JvpN6`ezTt&q;SdI|3^1DtG^X zT_h&`j|s`uP&+TZ`=1urz3Rp%Y;G+1zy0*w8?yJYdZ6V0cXhr;34bnNbIql{_F8_A zD&AbdAt`Iyzj-1zHZOX9|DW_jORs(1Uo1fb^vLUjw|7YHz~Q3zzvLh7TmMcUDWIV- zqVV$H_3HVLHg122UDCWN?$OTQSFt!Z;s4}!|GlqQ?-dxeRex5f25O})!xvX| zgW!U_%O?XxI14-?i-FpBL74F^`vD!GAbW|YuPgfv7AXN?#gn$zQ-MNpo-U3d7N_4% z-pJd)z;ih0O0Y%y)XzH>ntx$#%e#4V2V%e %b -clock_cal clock_format %k:%M %S -cpu enable 0 -cpu smp_mode 0 -cpu enabled cpu 1 -cpu launch cpu terminator -T "bashtop" -e bashtop -cpu tooltip_comment cpu htop -cpu extra_info cpu 1 -cpu chart_config cpu 60 100 1 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 -cpu enabled cpu0 0 -cpu extra_info cpu0 1 -cpu chart_config cpu0 40 20 0 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 -cpu enabled cpu1 0 -cpu extra_info cpu1 1 -cpu chart_config cpu1 40 20 0 0 0 0 : 0 0 0 0 500 : 0 0 0 0 500 : 0 0 0 0 500 -cpu show_panel_labels 1 -cpu omit_nice_mode 0 -cpu config_tracking 0 -cpu sensor_mode 0 -cpu text_format $T -proc enable 1 1 -proc launch -proc tooltip_comment -proc sensor_mode 0 -proc text_format \w88\a$p\f procs\n\e$u\f users -proc chart_config 60 100 1 0 0 0 : 1 0 0 0 500 : 0 0 0 0 500 -disk assign_method 2 -disk device Disk 0 0 0 1 1 0 0 Dysk -disk chart_config Disk 60 70000 1 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 -disk device sda 0 0 45 0 1 -1 0 sda -disk device sda1 0 0 45 0 1 1 0 sda1 -disk device sr0 0 0 96 0 1 -1 0 sr0 -disk text_format $T -inet text_format all \t$a\f $l\N$A\f $L -inet update_interval all 1 -net enables enp0s3 1 1 0 -net chart_config enp0s3 60 500 1 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500 -net enables lo 0 1 0 -net timer_enabled 0 -net timer_seconds 1 -net timer_iface none -net timer_on -net timer_off -net text_format $T\b\c\f$L -net reset_mday 1 -net net_enabled_as_default 1 -net net_stats_window_height 200 -meminfo mem_meter 1 0 0 -meminfo swap_meter 0 0 -meminfo swap_chart 0 1 -meminfo mem_launch terminator -e htop -meminfo mem_tooltip htop -meminfo mem_data_format $t - $f wolne -meminfo swap_launch -meminfo swap_tooltip -meminfo swap_data_format $t - $f wolne -meminfo text_format $T -fs fs_check_timeout 2 -fs nfs_check_timeout 16 -fs auto_eject 0 -fs binary_units 0 -fs data_format $t - $f wolne -mail mailbox-local mbox /var/spool/mail/napcok -mail mua -mail notify -mail fetch_command -mail remote_check_timeout 5 -mail local_check_timeout 4 -mail fetch_check_is_local 0 -mail msg_count_mode 0 -mail animation_select_mode 3 -mail fetch_check_only_mode 0 -mail reset_remote_mode 0 -mail unseen_is_new 0 -mail enable 0 0 0 0 -mail animation_continuous 0 -mail show_tooltip 1 -mail mh_seq_ignore 0 -battery enable 0 -battery enable_composite 0 -battery estimate_time 0 -battery estimate_time_discharge 1500 -battery estimate_time_charge 3000 -battery estimate_time_charge_model 0 -battery full_cap_fallback 5000 -battery poll_interval 5 -battery alert_units_percent 0 -uptime enable 1 -uptime launch -uptime tooltip -gkrellmlaunch visible=1 label=Midnight_Commander cmd=terminator -T "Midnight Commander" -e mc -gkrellmlaunch visible=1 label=PyRadio cmd=terminator -T "PyRadio" -x pyradio -gkrellmlaunch visible=1 label=yt-get cmd=yt-get -gkrellmlaunch visible=1 label=TVP_Polonia cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=34776037 best -gkrellmlaunch visible=1 label=TVP_PolandIn cmd=streamlink tvpstream.vod.tvp.pl/?channel_id=39821455 best diff --git a/mabox-pl/live-overlay/usr/share/applications/calamares-mabox.desktop b/mabox-pl/live-overlay/usr/share/applications/calamares-mabox.desktop index 0366366..b7f7bda 100644 --- a/mabox-pl/live-overlay/usr/share/applications/calamares-mabox.desktop +++ b/mabox-pl/live-overlay/usr/share/applications/calamares-mabox.desktop @@ -4,6 +4,7 @@ Version=1.0 Name=Install Mabox Linux Name[da]=Installer Mabox Linux Name[pl]=Instaluj Mabox Linux +Name[es]=Mabox Linux Instalador GenericName=Live Installer GenericName[da]=Live-installationsprogram Comment=Install the operating system to disk