big update
@ -271,6 +271,7 @@ fakeroot
|
|||||||
feh
|
feh
|
||||||
fff
|
fff
|
||||||
fsearch-git
|
fsearch-git
|
||||||
|
fuzzy-pkg-finder
|
||||||
i3lock-color
|
i3lock-color
|
||||||
betterlockscreen
|
betterlockscreen
|
||||||
imagemagick
|
imagemagick
|
||||||
@ -325,13 +326,15 @@ numix-circle-icon-theme
|
|||||||
#obkey
|
#obkey
|
||||||
bash-completion
|
bash-completion
|
||||||
clipit
|
clipit
|
||||||
|
mabox-i18n-files
|
||||||
mabox-browser-settings
|
mabox-browser-settings
|
||||||
|
newsboat
|
||||||
gmrun
|
gmrun
|
||||||
viewnior
|
viewnior
|
||||||
#---------=> GUI internet apps
|
#---------=> GUI internet apps
|
||||||
firefox
|
firefox
|
||||||
#firefox-i18n-pl
|
firefox-i18n-pl
|
||||||
|
firefox-i18n-es-es
|
||||||
#---------=> system icon themes
|
#---------=> system icon themes
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gnome-icon-theme
|
gnome-icon-theme
|
||||||
@ -367,6 +370,7 @@ yay
|
|||||||
xorg-fonts-75dpi
|
xorg-fonts-75dpi
|
||||||
xorg-fonts-100dpi
|
xorg-fonts-100dpi
|
||||||
xorg-fonts-type1
|
xorg-fonts-type1
|
||||||
|
#xorg-drivers
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-server-common
|
xorg-server-common
|
||||||
xorg-server-xephyr
|
xorg-server-xephyr
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@text,,10,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
||||||
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
|
||||||
^sep()
|
^sep()
|
||||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
@ -1,4 +1,3 @@
|
|||||||
show_welcome=true
|
show_welcome=true
|
||||||
jgmenu_theme=obtheme
|
|
||||||
jgmenu_use_icons=true
|
jgmenu_use_icons=true
|
||||||
jgmenu_font="Noto Sans Medium 9"
|
jgmenu_icon_theme="Numix-Square"
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
## Turn on/off system beep.
|
## Turn on/off system beep.
|
||||||
xset b off
|
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.
|
## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate.
|
||||||
## Adjust the values according to your preferances.
|
## Adjust the values according to your preferances.
|
||||||
xset r rate 250 25
|
xset r rate 250 25
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-l">
|
<keybind key="W-l">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>betterlockscreen -l dim -t "Type password to unlock..."</command>
|
<command>betterlockscreen -l dim</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="Print">
|
<keybind key="Print">
|
||||||
|
95
mabox-en/desktop-overlay/etc/skel/.config/pyradio/config
Normal file
@ -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
|
||||||
|
|
@ -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
|
|
@ -1,6 +1,6 @@
|
|||||||
/usr/share/gkrellm2/themes/Egan-Grey
|
/usr/share/gkrellm2/themes/Egan-Grey
|
||||||
0
|
0
|
||||||
Noto Serif 11
|
Noto Sans 11
|
||||||
Noto Serif 9
|
Noto Sans 9
|
||||||
Noto Serif 8
|
Noto Sans 8
|
||||||
100
|
100
|
||||||
|
@ -14,7 +14,7 @@ below 0
|
|||||||
track_gtk_theme_name 0
|
track_gtk_theme_name 0
|
||||||
default_track_theme "Default"
|
default_track_theme "Default"
|
||||||
save_position 0
|
save_position 0
|
||||||
chart_width 110
|
chart_width 130
|
||||||
update_HZ 10
|
update_HZ 10
|
||||||
allow_multiple_instances 0
|
allow_multiple_instances 0
|
||||||
float_factor 1000
|
float_factor 1000
|
||||||
@ -112,3 +112,5 @@ uptime enable 1
|
|||||||
uptime launch
|
uptime launch
|
||||||
uptime tooltip
|
uptime tooltip
|
||||||
gkrellmlaunch visible=1 label=Midnight_Commander cmd=terminator -e mc
|
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
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=Show Desktop (win+d)
|
Name=Show Desktop (win+d)
|
||||||
Name[pl]=Pokaż Pulpit (win+d)
|
Name[pl]=Pokaż Pulpit (win+d)
|
||||||
|
Name[es]=Mostrar Escritorio (win+d)
|
||||||
Comment=Show Desktop (win+d)
|
Comment=Show Desktop (win+d)
|
||||||
Comment[pl]=Pokaż Pulpit (win+d)
|
Comment[pl]=Pokaż Pulpit (win+d)
|
||||||
|
Comment[es]=Mostrar Escritorio (win+d)
|
||||||
Exec=show_desktop
|
Exec=show_desktop
|
||||||
Terminal=false
|
Terminal=false
|
||||||
X-MultipleArgs=false
|
X-MultipleArgs=false
|
||||||
|
9
mabox-en/desktop-overlay/etc/skel/.newsboat/urls
Normal file
@ -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)"
|
@ -13,6 +13,9 @@ xset b off
|
|||||||
## Adjust the values according to your preferances.
|
## Adjust the values according to your preferances.
|
||||||
xset r rate 250 25
|
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.
|
# Alias Super key to Super+Space for single-key menu.
|
||||||
# See 'man xcape' for other possibilities.
|
# See 'man xcape' for other possibilities.
|
||||||
xcape -e 'Super_L=Super_L|space'
|
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) &
|
(sleep 1s && picom -b --conf ~/.config/picom.conf) &
|
||||||
|
|
||||||
## Betterlockscreen setup
|
## Betterlockscreen setup
|
||||||
#betterlockscreen_setup &
|
betterlockscreen_setup &
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ Version=1.0
|
|||||||
Name=Install Mabox Linux
|
Name=Install Mabox Linux
|
||||||
Name[da]=Installer Mabox Linux
|
Name[da]=Installer Mabox Linux
|
||||||
Name[pl]=Instaluj Mabox Linux
|
Name[pl]=Instaluj Mabox Linux
|
||||||
|
Name[es]=Mabox Linux Instalador
|
||||||
GenericName=Live Installer
|
GenericName=Live Installer
|
||||||
GenericName[da]=Live-installationsprogram
|
GenericName[da]=Live-installationsprogram
|
||||||
GenericName[pl]=Instalator Live
|
GenericName[pl]=Instalator Live
|
||||||
|
14
mabox-en/live-overlay/usr/bin/mb-langfiles.sh
Executable file
@ -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
|
@ -4,6 +4,7 @@ Version=1.0
|
|||||||
Name=Install Mabox Linux
|
Name=Install Mabox Linux
|
||||||
Name[da]=Installer Mabox Linux
|
Name[da]=Installer Mabox Linux
|
||||||
Name[pl]=Instaluj Mabox Linux
|
Name[pl]=Instaluj Mabox Linux
|
||||||
|
Name[es]=Mabox Linux Instalador
|
||||||
GenericName=Live Installer
|
GenericName=Live Installer
|
||||||
GenericName[da]=Live-installationsprogram
|
GenericName[da]=Live-installationsprogram
|
||||||
Comment=Install the operating system to disk
|
Comment=Install the operating system to disk
|
||||||
|
@ -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
|
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
|
Złote Przeboje,http://www.radio.pionier.net.pl/stream.pls?radio=radio88
|
||||||
RMF FM,http://217.74.72.4:8000/rmf_fm
|
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
|
||||||
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
gkrellmlaunch.so
|
|
@ -1,6 +0,0 @@
|
|||||||
/usr/share/gkrellm2/themes/Egan-Grey
|
|
||||||
0
|
|
||||||
Noto Sans 11
|
|
||||||
Noto Sans 9
|
|
||||||
Noto Sans 8
|
|
||||||
100
|
|
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 430 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 143 B |
@ -1,91 +0,0 @@
|
|||||||
# modified invisible.
|
|
||||||
|
|
||||||
author = "paul cannon <paul@cannon.cs.usu.edu>"
|
|
||||||
|
|
||||||
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
|
|
@ -1,91 +0,0 @@
|
|||||||
# modified invisible.
|
|
||||||
|
|
||||||
author = "paul cannon <paul@cannon.cs.usu.edu>"
|
|
||||||
|
|
||||||
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
|
|
Before Width: | Height: | Size: 1000 B |
Before Width: | Height: | Size: 1000 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 143 B |
@ -1,93 +0,0 @@
|
|||||||
# invisible.
|
|
||||||
|
|
||||||
author = "Jkx <jkx@larsen-b.com>"
|
|
||||||
|
|
||||||
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
|
|
Before Width: | Height: | Size: 817 B |
Before Width: | Height: | Size: 812 B |
Before Width: | Height: | Size: 222 B |
@ -1,125 +0,0 @@
|
|||||||
### GKrellM user config. Auto written, do not edit (usually) ###
|
|
||||||
### Version 2.3.11 ###
|
|
||||||
enable_hostname 1
|
|
||||||
hostname_short 0
|
|
||||||
enable_sysname 1
|
|
||||||
mbmon_port 0
|
|
||||||
sticky_state 0
|
|
||||||
dock_type 0
|
|
||||||
decorated 0
|
|
||||||
skip_taskbar 0
|
|
||||||
skip_pager 0
|
|
||||||
above 0
|
|
||||||
below 0
|
|
||||||
track_gtk_theme_name 0
|
|
||||||
default_track_theme "Default"
|
|
||||||
save_position 0
|
|
||||||
chart_width 140
|
|
||||||
update_HZ 10
|
|
||||||
allow_multiple_instances 0
|
|
||||||
float_factor 1000
|
|
||||||
hostname sysname_mode 1
|
|
||||||
clock_cal clock_launch
|
|
||||||
clock_cal clock_tooltip
|
|
||||||
clock_cal cal_launch
|
|
||||||
clock_cal cal_tooltip
|
|
||||||
clock_cal hour_chime_command
|
|
||||||
clock_cal quarter_chime_command
|
|
||||||
clock_cal loop_chime_enable 0
|
|
||||||
clock_cal clock_options 1
|
|
||||||
clock_cal cal_options 1
|
|
||||||
clock_cal cal_format %a <span foreground="green2"><span font_desc="16.5"><i>%e</i></span></span> %b
|
|
||||||
clock_cal clock_format %k:%M <span foreground="$A"><small>%S</small></span>
|
|
||||||
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
|
|
@ -4,6 +4,7 @@ Version=1.0
|
|||||||
Name=Install Mabox Linux
|
Name=Install Mabox Linux
|
||||||
Name[da]=Installer Mabox Linux
|
Name[da]=Installer Mabox Linux
|
||||||
Name[pl]=Instaluj Mabox Linux
|
Name[pl]=Instaluj Mabox Linux
|
||||||
|
Name[es]=Mabox Linux Instalador
|
||||||
GenericName=Live Installer
|
GenericName=Live Installer
|
||||||
GenericName[da]=Live-installationsprogram
|
GenericName[da]=Live-installationsprogram
|
||||||
Comment=Install the operating system to disk
|
Comment=Install the operating system to disk
|
||||||
|