update
This commit is contained in:
parent
33913a0288
commit
4fc3e19516
@ -248,6 +248,7 @@ numlockx
|
||||
#ob-autostart
|
||||
obconf
|
||||
#obkey-gtk3
|
||||
obsuite
|
||||
obmenu-generator
|
||||
obbrowser
|
||||
openbox
|
||||
@ -273,7 +274,6 @@ mabox-keyring
|
||||
mabox-pipemenus
|
||||
mabox-utilities
|
||||
mabox-artwork
|
||||
cornora
|
||||
gkrellm
|
||||
gkrellm-themes
|
||||
gkrellmlaunch
|
||||
|
@ -1,94 +0,0 @@
|
||||
# Only the system vendor should modify this file, ordinary users
|
||||
# should not have to change anything.
|
||||
|
||||
[UPower]
|
||||
|
||||
# Enable the Watts Up Pro device.
|
||||
#
|
||||
# The Watts Up Pro contains a generic FTDI USB device without a specific
|
||||
# vendor and product ID. When we probe for WUP devices, we can cause
|
||||
# the user to get a perplexing "Device or resource busy" error when
|
||||
# attempting to use their non-WUP device.
|
||||
#
|
||||
# The generic FTDI device is known to also be used on:
|
||||
#
|
||||
# - Sparkfun FT232 breakout board
|
||||
# - Parallax Propeller
|
||||
#
|
||||
# default=false
|
||||
EnableWattsUpPro=false
|
||||
|
||||
# Don't poll the kernel for battery level changes.
|
||||
#
|
||||
# Some hardware will send us battery level changes through
|
||||
# events, rather than us having to poll for it. This option
|
||||
# allows disabling polling for hardware that sends out events.
|
||||
#
|
||||
# default=false
|
||||
NoPollBatteries=false
|
||||
|
||||
# Do we ignore the lid state
|
||||
#
|
||||
# Some laptops are broken. The lid state is either inverted, or stuck
|
||||
# on or off. We can't do much to fix these problems, but this is a way
|
||||
# for users to make the laptop panel vanish, a state that might be used
|
||||
# by a couple of user-space daemons. On Linux systems, see also
|
||||
# logind.conf(5).
|
||||
#
|
||||
# default=false
|
||||
IgnoreLid=true
|
||||
|
||||
# Policy for warnings and action based on battery levels
|
||||
#
|
||||
# Whether battery percentage based policy should be used. The default
|
||||
# is to use the time left, change to true to use the percentage, which
|
||||
# should work around broken firmwares. It is also more reliable than
|
||||
# the time left (frantically saving all your files is going to use more
|
||||
# battery than letting it rest for example).
|
||||
# default=true
|
||||
UsePercentageForPolicy=true
|
||||
|
||||
# When UsePercentageForPolicy is true, the levels at which UPower will
|
||||
# consider the battery low, critical, or take action for the critical
|
||||
# battery level.
|
||||
#
|
||||
# This will also be used for batteries which don't have time information
|
||||
# such as that of peripherals.
|
||||
#
|
||||
# If any value is invalid, or not in descending order, the defaults
|
||||
# will be used.
|
||||
#
|
||||
# Defaults:
|
||||
# PercentageLow=10
|
||||
# PercentageCritical=3
|
||||
# PercentageAction=2
|
||||
PercentageLow=10
|
||||
PercentageCritical=3
|
||||
PercentageAction=2
|
||||
|
||||
# When UsePercentageForPolicy is false, the time remaining at which UPower
|
||||
# will consider the battery low, critical, or take action for the critical
|
||||
# battery level.
|
||||
#
|
||||
# If any value is invalid, or not in descending order, the defaults
|
||||
# will be used.
|
||||
#
|
||||
# Defaults:
|
||||
# TimeLow=1200
|
||||
# TimeCritical=300
|
||||
# TimeAction=120
|
||||
TimeLow=1200
|
||||
TimeCritical=300
|
||||
TimeAction=120
|
||||
|
||||
# The action to take when "TimeAction" or "PercentageAction" above has been
|
||||
# reached for the batteries (UPS or laptop batteries) supplying the computer
|
||||
#
|
||||
# Possible values are:
|
||||
# PowerOff
|
||||
# Hibernate
|
||||
# HybridSleep
|
||||
#
|
||||
# If HybridSleep isn't available, Hibernate will be used
|
||||
# If Hibernate isn't available, PowerOff will be used
|
||||
CriticalPowerAction=HybridSleep
|
@ -138,7 +138,7 @@ pavucontrol
|
||||
playerctl
|
||||
pulseaudio
|
||||
pulseaudio-alsa
|
||||
#volumeicon
|
||||
volumeicon
|
||||
xfce4-volumed-pulse
|
||||
|
||||
#---------=> CLI internet apps
|
||||
@ -170,6 +170,7 @@ inxi
|
||||
jp2a
|
||||
lsof
|
||||
mesa-demos
|
||||
moreutils
|
||||
neofetch
|
||||
pastebinit
|
||||
ps_mem
|
||||
@ -288,11 +289,12 @@ mabox-pipemenus
|
||||
mabox-utilities
|
||||
mabox-wallpapers-2020
|
||||
mb-jgtools
|
||||
cornora
|
||||
#cornora
|
||||
|
||||
gkrellm
|
||||
gkrellm-themes
|
||||
gkrellmlaunch
|
||||
#gkrellm-volume
|
||||
bunsen-themes-git
|
||||
lx-colors-themes
|
||||
#numix-gtk-theme
|
||||
|
@ -1,94 +0,0 @@
|
||||
# Only the system vendor should modify this file, ordinary users
|
||||
# should not have to change anything.
|
||||
|
||||
[UPower]
|
||||
|
||||
# Enable the Watts Up Pro device.
|
||||
#
|
||||
# The Watts Up Pro contains a generic FTDI USB device without a specific
|
||||
# vendor and product ID. When we probe for WUP devices, we can cause
|
||||
# the user to get a perplexing "Device or resource busy" error when
|
||||
# attempting to use their non-WUP device.
|
||||
#
|
||||
# The generic FTDI device is known to also be used on:
|
||||
#
|
||||
# - Sparkfun FT232 breakout board
|
||||
# - Parallax Propeller
|
||||
#
|
||||
# default=false
|
||||
EnableWattsUpPro=false
|
||||
|
||||
# Don't poll the kernel for battery level changes.
|
||||
#
|
||||
# Some hardware will send us battery level changes through
|
||||
# events, rather than us having to poll for it. This option
|
||||
# allows disabling polling for hardware that sends out events.
|
||||
#
|
||||
# default=false
|
||||
NoPollBatteries=false
|
||||
|
||||
# Do we ignore the lid state
|
||||
#
|
||||
# Some laptops are broken. The lid state is either inverted, or stuck
|
||||
# on or off. We can't do much to fix these problems, but this is a way
|
||||
# for users to make the laptop panel vanish, a state that might be used
|
||||
# by a couple of user-space daemons. On Linux systems, see also
|
||||
# logind.conf(5).
|
||||
#
|
||||
# default=false
|
||||
IgnoreLid=true
|
||||
|
||||
# Policy for warnings and action based on battery levels
|
||||
#
|
||||
# Whether battery percentage based policy should be used. The default
|
||||
# is to use the time left, change to true to use the percentage, which
|
||||
# should work around broken firmwares. It is also more reliable than
|
||||
# the time left (frantically saving all your files is going to use more
|
||||
# battery than letting it rest for example).
|
||||
# default=true
|
||||
UsePercentageForPolicy=true
|
||||
|
||||
# When UsePercentageForPolicy is true, the levels at which UPower will
|
||||
# consider the battery low, critical, or take action for the critical
|
||||
# battery level.
|
||||
#
|
||||
# This will also be used for batteries which don't have time information
|
||||
# such as that of peripherals.
|
||||
#
|
||||
# If any value is invalid, or not in descending order, the defaults
|
||||
# will be used.
|
||||
#
|
||||
# Defaults:
|
||||
# PercentageLow=10
|
||||
# PercentageCritical=3
|
||||
# PercentageAction=2
|
||||
PercentageLow=10
|
||||
PercentageCritical=3
|
||||
PercentageAction=2
|
||||
|
||||
# When UsePercentageForPolicy is false, the time remaining at which UPower
|
||||
# will consider the battery low, critical, or take action for the critical
|
||||
# battery level.
|
||||
#
|
||||
# If any value is invalid, or not in descending order, the defaults
|
||||
# will be used.
|
||||
#
|
||||
# Defaults:
|
||||
# TimeLow=1200
|
||||
# TimeCritical=300
|
||||
# TimeAction=120
|
||||
TimeLow=1200
|
||||
TimeCritical=300
|
||||
TimeAction=120
|
||||
|
||||
# The action to take when "TimeAction" or "PercentageAction" above has been
|
||||
# reached for the batteries (UPS or laptop batteries) supplying the computer
|
||||
#
|
||||
# Possible values are:
|
||||
# PowerOff
|
||||
# Hibernate
|
||||
# HybridSleep
|
||||
#
|
||||
# If HybridSleep isn't available, Hibernate will be used
|
||||
# If Hibernate isn't available, PowerOff will be used
|
||||
CriticalPowerAction=HybridSleep
|
@ -0,0 +1,100 @@
|
||||
[Desktop Entry]
|
||||
Name=Blueman Applet
|
||||
Name[am]=Blueman Applet
|
||||
Name[ar]=بريمج بلومان
|
||||
Name[ast]=Applet Blueman
|
||||
Name[be]=Аплет Blueman
|
||||
Name[bg]=Аплет Blueman
|
||||
Name[bs]=Blueman Aplet
|
||||
Name[ca]=Miniaplicació de Blueman
|
||||
Name[cs]=Blueman Applet
|
||||
Name[da]=Blueman-panelprogram
|
||||
Name[de]=Blueman-Applet
|
||||
Name[el]=Μικροεφαρμογή Blueman
|
||||
Name[en_AU]=Blueman Applet
|
||||
Name[en_GB]=Blueman Applet
|
||||
Name[es]=Miniaplicación de Blueman
|
||||
Name[et]=Blueman rakend
|
||||
Name[eu]=Blueman applet-a
|
||||
Name[fi]=Blueman-sovelma
|
||||
Name[fr]=Applet Blueman
|
||||
Name[gl]=Miniaplicativo Blueman
|
||||
Name[hi]=ब्लूटूथ एप्पलेट
|
||||
Name[hr]=Blueman programčić
|
||||
Name[hu]=Blueman kisalkalmazás
|
||||
Name[id]=Applet Blueman
|
||||
Name[it]=Blueman Applet
|
||||
Name[ja]=Blueman アプレット
|
||||
Name[ko]=블루맨 애플릿
|
||||
Name[lt]=Blueman programėlė
|
||||
Name[lv]=Blueman Sīkrīks
|
||||
Name[mk]=Blueman аплет
|
||||
Name[mr]=ब्लुटूथ एप्लेट
|
||||
Name[ms]=Aplet Blueman
|
||||
Name[nb]=Blueman-panelprogram
|
||||
Name[nl]=Blueman-applet
|
||||
Name[pl]=Aplet Blueman
|
||||
Name[pt]=Applet Blueman
|
||||
Name[pt_BR]=Miniaplicativo Blueman
|
||||
Name[ro]=Miniaplicația Blueman
|
||||
Name[ru]=Апплет Blueman
|
||||
Name[sk]=Aplet bluetooth
|
||||
Name[sl]=Aplet Blueman
|
||||
Name[sr]=Блуменово програмче
|
||||
Name[sv]=Panelprogrammet Blueman
|
||||
Name[tr]=Blueman Programcığı
|
||||
Name[uk]=Аплет Blueman
|
||||
Name[zh_CN]=Blueman Applet
|
||||
Name[zh_TW]=Blueman 小程式
|
||||
Comment=Blueman Bluetooth Manager
|
||||
Comment[am]=Blueman የ ብሉቱዝ አስተዳዳሪ
|
||||
Comment[ar]=مدير البلوتوث بلومان
|
||||
Comment[ast]=Alministrador Bluetooth Blueman
|
||||
Comment[be]=Blueman, Bluetooth-кіраўнік
|
||||
Comment[bg]=Мениджър на блутут „Blueman“
|
||||
Comment[ca]=Gestor de Bluetooth Blueman
|
||||
Comment[cs]=Správce Bluetooth Blueman
|
||||
Comment[da]=Blueman Bluetooth-håndtering
|
||||
Comment[de]=Blueman-Bluetooth-Verwaltung
|
||||
Comment[el]=Διαχειριστής Bluetooth Blueman
|
||||
Comment[en_AU]=Blueman Bluetooth Manager
|
||||
Comment[en_GB]=Blueman Bluetooth Manager
|
||||
Comment[es]=Gestor de Bluetooth Blueman
|
||||
Comment[et]=Blueman Bluetoothi haldur
|
||||
Comment[eu]=Blueman Bluetooth-kudeatzailea
|
||||
Comment[fi]=Blueman bluetooth-hallinta
|
||||
Comment[fr]=Gestionnaire Bluetooth Blueman
|
||||
Comment[gl]=Xestor de Bluetooth Blueman
|
||||
Comment[hr]=Blueman Bluetooth upravitelj
|
||||
Comment[hu]=Blueman Bluetooth-kezelő
|
||||
Comment[id]=Blueman Manager Bluetooth
|
||||
Comment[it]=Blueman Gestore Bluetooth
|
||||
Comment[ja]=Blueman Bluetooth マネージャー
|
||||
Comment[ko]=블루맨 블루투스 관리자
|
||||
Comment[lt]=Blueman „Bluetooth“ tvarkytuvė
|
||||
Comment[lv]=Blueman Bluetooth Pārvaldnieks
|
||||
Comment[mk]=Blueman управувач со блутут
|
||||
Comment[mr]=ब्लुमॅन ब्लुटूथ व्यवस्थापक
|
||||
Comment[ms]=Pengurus Bluetooth Blueman
|
||||
Comment[nb]=Blueman Blåtannsbehandler
|
||||
Comment[nl]=Blueman Bluetooth-beheer
|
||||
Comment[pl]=Menedżer Bluetooth Blueman
|
||||
Comment[pt]=Gestor de Bluetooth Blueman
|
||||
Comment[pt_BR]=Gerenciador de Bluetooth Blueman
|
||||
Comment[ro]=Gestionarul Bluetooth Blueman
|
||||
Comment[ru]=Менеджер Bluetooth Blueman
|
||||
Comment[sk]=Správca Bluetooth Blueman
|
||||
Comment[sl]=Upravljalnik Blueman Bluetootha
|
||||
Comment[sr]=Блутутов управник Блумен
|
||||
Comment[sv]=Blåtandshanteraren Blueman
|
||||
Comment[tr]=Blueman Bluetooth Yöneticisi
|
||||
Comment[uk]=Керівник bluetooth Blueman
|
||||
Comment[vi]=Blueman - Trình quản lý Bluetooth
|
||||
Comment[zh_CN]=Blueman蓝牙管理器
|
||||
Comment[zh_TW]=Blueman 藍牙管理員
|
||||
Icon=blueman
|
||||
Exec=blueman-applet
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
Hidden=true
|
@ -1,5 +1,5 @@
|
||||
@text,,6,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
||||
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
||||
@text,,26,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
|
||||
@search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
|
||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||
Przeglądarka WWW,exo-open --launch WebBrowser,firefox
|
||||
Menedżer plików,exo-open --launch FileManager,system-file-manager
|
||||
@ -11,13 +11,12 @@ Zrzut ekranu,mb-jgtools screenshot,emblem-photos
|
||||
^sep()
|
||||
Ustawienia,^checkout(ustawienia),applications-utilities
|
||||
^sep()
|
||||
Zablokuj ekran,blurlock,system-lock-screen
|
||||
Zablokuj ekran,betterlockscreen -l,system-lock-screen
|
||||
Wyjście,mb-jgtools mblogout,system-shutdown
|
||||
|
||||
^tag(ustawienia)
|
||||
|
||||
Centrum Sterowania Mabox,mbcc,mbcc
|
||||
Mabox Styler,mbstyler,/usr/share/icons/mbs_trans_32.png
|
||||
Centrum Sterowania Mabox,mcc,mbcc
|
||||
^sep(Pulpit)
|
||||
Wystrój i ikony,lxappearance,preferences-desktop-theme
|
||||
Tapeta,nitrogen,nitrogen
|
||||
|
Can't render this file because it contains an unexpected character in line 1 and column 54.
|
@ -0,0 +1,2 @@
|
||||
show_welcome=true
|
||||
jgmenu_use_icons=true
|
@ -99,8 +99,7 @@ our $SCHEMA = [
|
||||
{end => undef},
|
||||
{sep => undef},
|
||||
{beg => ['Ustawienia', 'gnome-settings']},
|
||||
{item => ['mbcc', 'Centrum Sterowania Mabox', 'mbcc']},
|
||||
{item => ['mbstyler', 'Mabox Styler', '/usr/share/icons/mbs_trans_32.png']},
|
||||
{item => ['mcc', 'Centrum Sterowania Mabox', 'mbcc']},
|
||||
{sep => 'Pulpit'},
|
||||
{item => ['lxappearance', 'Wystrój i ikony', 'preferences-desktop-theme']},
|
||||
{item => ['nitrogen', 'Tapeta', 'nitrogen']},
|
||||
|
@ -31,9 +31,8 @@ xcape -e 'Super_L=Super_L|space'
|
||||
(sleep 1s && mb-tint2-session) &
|
||||
|
||||
## Startup
|
||||
#(sleep 1s && volumeicon) &
|
||||
(sleep 1s && volumeicon) &
|
||||
(sleep 1s && xfce4-volumed-pulse) &
|
||||
(sleep 1s && clipit) &
|
||||
(sleep 1s && gkrellm -w) &
|
||||
|
||||
## Optionally enable file manager in daemon mode for automounting
|
||||
@ -43,12 +42,6 @@ xcape -e 'Super_L=Super_L|space'
|
||||
## 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) &
|
||||
|
||||
@ -58,5 +51,7 @@ xcape -e 'Super_L=Super_L|space'
|
||||
## Betterlockscreen setup
|
||||
betterlockscreen_setup &
|
||||
|
||||
## Hot Corners
|
||||
#cornora -tl "mb-jgtools places" -tr "mb-jgtools right" -br "mb-jgtools mblogout" -iof
|
||||
(sleep 1 && obsuite) &
|
||||
|
||||
## Mabox scripts - DO NOT DISABLE
|
||||
(sleep 1s && mabox-obstart) &
|
||||
|
@ -351,7 +351,7 @@
|
||||
</keybind>
|
||||
<keybind key="A-F1">
|
||||
<action name="Execute">
|
||||
<command>jgmenu_run</command>
|
||||
<command>mb-jgtools main ipc</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-F2">
|
||||
@ -360,9 +360,12 @@
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-space">
|
||||
<action name="ShowMenu">
|
||||
<menu>root-menu</menu>
|
||||
<action name="Execute">
|
||||
<command>mb-jgtools main</command>
|
||||
</action>
|
||||
<!---<action name="ShowMenu">
|
||||
<menu>root-menu</menu>
|
||||
</action>-->
|
||||
</keybind>
|
||||
<keybind key="W-p">
|
||||
<action name="ShowMenu">
|
||||
@ -394,7 +397,7 @@
|
||||
<command>mb-jgtools places</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86MonBrightnessUp">
|
||||
<!-- <keybind key="XF86MonBrightnessUp">
|
||||
<action name="Execute">
|
||||
<command>xbacklight +10</command>
|
||||
</action>
|
||||
@ -403,7 +406,7 @@
|
||||
<action name="Execute">
|
||||
<command>xbacklight -10</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keybind> -->
|
||||
<keybind key="XF86AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<command>pamixer -i 2</command>
|
||||
@ -439,7 +442,7 @@
|
||||
<command>playerctl next</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86TouchpadOn">
|
||||
<!-- <keybind key="XF86TouchpadOn">
|
||||
<action name="Execute">
|
||||
<command>synclient TouchpadOff=0</command>
|
||||
</action>
|
||||
@ -448,7 +451,7 @@
|
||||
<action name="Execute">
|
||||
<command>synclient TouchpadOff=1</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keybind> -->
|
||||
<keybind key="W-KP_1">
|
||||
<action name="Unmaximize"/>
|
||||
<action name="MoveResizeTo">
|
||||
@ -989,6 +992,19 @@
|
||||
<application class="*">
|
||||
<focus>yes</focus>
|
||||
</application>
|
||||
<application title="mpvtv">
|
||||
<desktop>all</desktop>
|
||||
<layer>above</layer>
|
||||
<decor>no</decor>
|
||||
<position force="yes">
|
||||
<x>-10</x>
|
||||
<y>-10</y>
|
||||
</position>
|
||||
<size>
|
||||
<width>20%</width>
|
||||
<height>20%</height>
|
||||
</size>
|
||||
</application>
|
||||
<!--
|
||||
# this is an example with comments through out. use these to make your
|
||||
# own rules, but without the comments of course.
|
||||
|
@ -56,9 +56,9 @@ glx-copy-from-front = false;
|
||||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = false;
|
||||
shadow = true;
|
||||
# The blur radius for shadows. (default 12)
|
||||
shadow-radius = 5;
|
||||
shadow-radius = 6;
|
||||
# The left offset for shadows. (default -15)
|
||||
shadow-offset-x = -5;
|
||||
# The top offset for shadows. (default -15)
|
||||
@ -110,17 +110,21 @@ shadow-ignore-shaped = false;
|
||||
#
|
||||
#################################
|
||||
|
||||
inactive-opacity = 1;
|
||||
inactive-opacity = 0.9;
|
||||
active-opacity = 1;
|
||||
frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0)
|
||||
# inactive-dim = 0.2;
|
||||
inactive-dim = 0.2;
|
||||
# Do not let dimness adjust based on window opacity.
|
||||
# inactive-dim-fixed = true;
|
||||
|
||||
|
||||
|
||||
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
|
||||
# blur-background = true;
|
||||
blur-background = true;
|
||||
blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||
# Blur background of opaque windows with transparent frames as well.
|
||||
# blur-background-frame = true;
|
||||
# Do not let blur radius adjust based on window opacity.
|
||||
|
@ -1,2 +1,3 @@
|
||||
player=mpv --cache 2048
|
||||
player-no-close
|
||||
title=mpvtv
|
||||
|
@ -233,7 +233,7 @@ ac_disconnected_cmd =
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_lclick_command = jgmenu_run
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
|
@ -314,7 +314,7 @@ separator_padding = 4 0
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_lclick_command = jgmenu_run
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
|
@ -1,4 +1,4 @@
|
||||
#---- Generated by tint2conf 0368 ----
|
||||
#---- Generated by tint2conf a763 ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTSCP
|
||||
panel_items = PPLTSCPP
|
||||
panel_size = 98% 34
|
||||
panel_margin = 4 4
|
||||
panel_padding = 1 1 4
|
||||
@ -175,10 +175,10 @@ mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 8 0 0
|
||||
systray_padding = 8 4 4
|
||||
systray_background_id = 7
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 20
|
||||
systray_icon_size = 18
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
@ -244,9 +244,26 @@ ac_disconnected_cmd =
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = arrow-left
|
||||
button_text =
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_lclick_command = jgmenu_run
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
@ -258,7 +275,7 @@ button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
# Button 3
|
||||
button = new
|
||||
button_icon = tint2conf
|
||||
button_text =
|
||||
@ -274,6 +291,23 @@ button_background_id = 7
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
button_icon = arrow-right
|
||||
button_text =
|
||||
button_tooltip = Prawy panel (super+tab)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #000000 100
|
||||
button_padding = 0 0
|
||||
button_background_id = -1
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.3
|
||||
|
@ -256,7 +256,7 @@ ac_disconnected_cmd =
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_lclick_command = jgmenu_run
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
|
@ -242,7 +242,7 @@ ac_disconnected_cmd =
|
||||
button = new
|
||||
button_icon = distributor-logo-mabox
|
||||
button_text =
|
||||
button_lclick_command = jgmenu_run
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
|
@ -0,0 +1,316 @@
|
||||
#---- Generated by tint2conf 4ecd ----
|
||||
# See https://gitlab.com/o9000/tint2/wikis/Configure for
|
||||
# full documentation of the configuration options.
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Panel, Zegar
|
||||
rounded = 0
|
||||
border_width = 5
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #000000 0
|
||||
border_color = #269b29 0
|
||||
background_color_hover = #000000 60
|
||||
border_color_hover = #000000 60
|
||||
background_color_pressed = #000000 60
|
||||
border_color_pressed = #000000 60
|
||||
|
||||
# Background 2: Domyślne zadanie
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = B
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111111 78
|
||||
border_color = #585858 68
|
||||
background_color_hover = #2f2f2f 100
|
||||
border_color_hover = #222222 68
|
||||
background_color_pressed = #f1f1f1 40
|
||||
border_color_pressed = #ffffff 68
|
||||
|
||||
# Background 3: Programy, Zasobnik systemowy
|
||||
rounded = 1
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #787373 0
|
||||
border_color = #9a9a9a 100
|
||||
background_color_hover = #2f2f2f 0
|
||||
border_color_hover = #222222 0
|
||||
background_color_pressed = #f1f1f1 0
|
||||
border_color_pressed = #ffffff 0
|
||||
|
||||
# Background 4: Aktywne
|
||||
rounded = 1
|
||||
border_width = 2
|
||||
border_sides = B
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #4e4e4e 100
|
||||
border_color = #ece5e5 60
|
||||
background_color_hover = #000000 60
|
||||
border_color_hover = #f2e4e4 60
|
||||
background_color_pressed = #000000 60
|
||||
border_color_pressed = #e9e4e4 60
|
||||
|
||||
# Background 5: Podpowiedzi
|
||||
rounded = 6
|
||||
border_width = 2
|
||||
border_sides = B
|
||||
border_content_tint_weight = 2
|
||||
background_content_tint_weight = 2
|
||||
background_color = #383838 69
|
||||
border_color = #ffffff 58
|
||||
background_color_hover = #000000 60
|
||||
border_color_hover = #f2e4e4 60
|
||||
background_color_pressed = #000000 60
|
||||
border_color_pressed = #e9e4e4 60
|
||||
|
||||
# Background 6: Nazwa aktywnego pulpitu
|
||||
rounded = 1
|
||||
border_width = 1
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 2
|
||||
background_content_tint_weight = 0
|
||||
background_color = #787373 100
|
||||
border_color = #ffffff 100
|
||||
background_color_hover = #000000 60
|
||||
border_color_hover = #f2e4e4 60
|
||||
background_color_pressed = #000000 60
|
||||
border_color_pressed = #e9e4e4 60
|
||||
|
||||
# Background 7: Nazwa nieaktywnego pulpitu
|
||||
rounded = 4
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
border_content_tint_weight = 0
|
||||
background_content_tint_weight = 0
|
||||
background_color = #111111 50
|
||||
border_color = #232323 60
|
||||
background_color_hover = #2f2f2f 0
|
||||
border_color_hover = #222222 0
|
||||
background_color_pressed = #f1f1f1 0
|
||||
border_color_pressed = #ffffff 0
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PPFTFSCPP
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 1 4
|
||||
panel_background_id = 1
|
||||
wm_menu = 0
|
||||
panel_dock = 0
|
||||
panel_pivot_struts = 0
|
||||
panel_position = top center horizontal
|
||||
panel_layer = top
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 2
|
||||
autohide_height = 5
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 1
|
||||
font_shadow = 1
|
||||
mouse_hover_icon_asb = 100 0 20
|
||||
mouse_pressed_icon_asb = 100 1 0
|
||||
scale_relative_to_dpi = 0
|
||||
scale_relative_to_screen_height = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 0
|
||||
taskbar_padding = 2 0 4
|
||||
taskbar_background_id = 0
|
||||
taskbar_active_background_id = 0
|
||||
taskbar_name = 1
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 0
|
||||
taskbar_hide_different_desktop = 0
|
||||
taskbar_always_show_all_desktop_tasks = 1
|
||||
taskbar_name_padding = 10 0
|
||||
taskbar_name_background_id = 7
|
||||
taskbar_name_active_background_id = 6
|
||||
taskbar_name_font = Noto Sans 8
|
||||
taskbar_name_font_color = #bdbdbd 100
|
||||
taskbar_name_active_font_color = #ffffff 100
|
||||
taskbar_distribute_size = 1
|
||||
taskbar_sort_order = none
|
||||
task_align = center
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 0
|
||||
urgent_nb_of_blink = 8
|
||||
task_maximum_size = 20 20
|
||||
task_padding = 1 0 5
|
||||
task_font = Sans 9
|
||||
task_tooltip = 1
|
||||
task_thumbnail = 0
|
||||
task_thumbnail_size = 210
|
||||
task_font_color = #f3f3f5 60
|
||||
task_active_font_color = #ffffff 80
|
||||
task_urgent_font_color = #ffffff 80
|
||||
task_icon_asb = 70 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 4
|
||||
task_urgent_background_id = 0
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = none
|
||||
mouse_right = close
|
||||
mouse_scroll_up = iconify
|
||||
mouse_scroll_down = toggle_iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 1 1 0
|
||||
systray_background_id = 3
|
||||
systray_sort = ascending
|
||||
systray_icon_size = 18
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = primary
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 8 8 8
|
||||
launcher_background_id = 3
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 64
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme = Vertex-Maia
|
||||
launcher_icon_theme_override = 1
|
||||
startup_notifications = 0
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/manjaro_ob_menu.desktop
|
||||
launcher_item_app = /usr/share/applications/show_desktop.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %A %d %B %H:%M
|
||||
time2_format =
|
||||
time1_font = sans 8
|
||||
time1_timezone =
|
||||
time2_timezone =
|
||||
time2_font = sans 6
|
||||
clock_font_color = #ffffff 60
|
||||
clock_padding = 8 0
|
||||
clock_background_id = 1
|
||||
clock_tooltip = Dzisiaj jest %A, %e dzień %B
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command =
|
||||
clock_rclick_command = gsimplecal
|
||||
clock_mclick_command =
|
||||
clock_uwheel_command =
|
||||
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_full_cmd =
|
||||
bat1_font = sans 8
|
||||
bat2_font = sans 6
|
||||
battery_font_color = #ffffff 60
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 1 0
|
||||
battery_background_id = 0
|
||||
battery_hide = 98
|
||||
battery_lclick_command =
|
||||
battery_rclick_command =
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_text = <
|
||||
button_tooltip = Lewy panel - Miejsca (ctrl+tab)
|
||||
button_lclick_command = mb-jgtools places
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #ffffff 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 2
|
||||
button = new
|
||||
button_text = Programy
|
||||
button_lclick_command = mb-jgtools main ipc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #ffffff 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 3
|
||||
button = new
|
||||
button_text =
|
||||
button_tooltip = Edytuj ten panel
|
||||
button_lclick_command = tint2conf $HOME/.config/tint2/transparent.tint2rc
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font = Noto Sans 8
|
||||
button_font_color = #ffffff 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 1
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Button 4
|
||||
button = new
|
||||
button_text = >
|
||||
button_tooltip = Prawy panel (super+tab)
|
||||
button_lclick_command = mb-jgtools right
|
||||
button_rclick_command =
|
||||
button_mclick_command =
|
||||
button_uwheel_command =
|
||||
button_dwheel_command =
|
||||
button_font_color = #fffdfd 100
|
||||
button_padding = 0 0
|
||||
button_background_id = 0
|
||||
button_centered = 0
|
||||
button_max_icon_size = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0.3
|
||||
tooltip_hide_timeout = 0.3
|
||||
tooltip_padding = 10 10
|
||||
tooltip_background_id = 5
|
||||
tooltip_font_color = #f9f9f9 100
|
||||
tooltip_font = Sans Bold 10
|
||||
|
@ -1,6 +1,6 @@
|
||||
/usr/share/gkrellm2/themes/CoplandOS
|
||||
0
|
||||
Noto Sans Thin 11
|
||||
Noto Sans Thin 9
|
||||
Noto Sans Thin 8
|
||||
Noto Sans 11
|
||||
Noto Sans 9
|
||||
Noto Sans 8
|
||||
100
|
||||
|
@ -14,7 +14,7 @@ below 0
|
||||
track_gtk_theme_name 0
|
||||
default_track_theme "Default"
|
||||
save_position 0
|
||||
chart_width 120
|
||||
chart_width 140
|
||||
update_HZ 10
|
||||
allow_multiple_instances 0
|
||||
float_factor 1000
|
||||
@ -55,8 +55,8 @@ 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 0 0 0 Dysk
|
||||
disk chart_config Disk 60 10 1 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500
|
||||
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
|
||||
@ -64,7 +64,7 @@ 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 2000000 1 1 0 0 : 0 0 0 0 500 : 0 0 0 0 500
|
||||
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
|
||||
|
99
mabox-pl/desktop-overlay/etc/skel/bin/brightness.sh
Executable file
99
mabox-pl/desktop-overlay/etc/skel/bin/brightness.sh
Executable file
@ -0,0 +1,99 @@
|
||||
#!/bin/bash
|
||||
# Script to set the monitor brightness
|
||||
# Creates a notification icon UI
|
||||
|
||||
ERR(){ echo "ERROR: $1" 1>&2; }
|
||||
|
||||
declare -i DEPCOUNT=0
|
||||
for DEP in /usr/bin/{xdotool,yad,xrandr};do
|
||||
[ -x "$DEP" ] || {
|
||||
ERR "$LINENO Dependency '$DEP' not met."
|
||||
DEPCOUNT+=1
|
||||
}
|
||||
done
|
||||
|
||||
[ $DEPCOUNT -eq 0 ] || exit 1
|
||||
|
||||
VERSION=`yad --version | awk '{ print $1 }'`
|
||||
verlte() {
|
||||
[ "$1" = "`echo -e "$1\n$2" | sort -V | head -n1`" ]
|
||||
}
|
||||
|
||||
verlt() {
|
||||
[ "$1" = "$2" ] && return 1 || verlte $1 $2
|
||||
}
|
||||
|
||||
if verlt $VERSION 0.38.2; then
|
||||
yad --text=" The version of yad installed is too old for to run this program, \n Please upgrade yad to a version higher than 0.38.2 " \
|
||||
--button="gtk-close"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
# Set the icon here
|
||||
ICON="sunny"
|
||||
|
||||
# fifo
|
||||
export YAD_NOTIF=$(mktemp -u --tmpdir YAD_NOTIF.XXXXXX)
|
||||
mkfifo "$YAD_NOTIF"
|
||||
|
||||
# trap that removes fifo
|
||||
trap "rm -f $YAD_NOTIF" EXIT
|
||||
|
||||
# window class for the list dialog
|
||||
export CLASS="brightness_001"
|
||||
|
||||
yad_scale() {
|
||||
# Ensures only one instance of this window
|
||||
# if there is another yad window close any dialog with the mathing class
|
||||
if [[ $(pgrep -c $(basename $0)) -ne 1 ]]; then
|
||||
pids="$(xdotool search --class "$CLASS")"
|
||||
wpid="$(xdotool getwindowfocus)"
|
||||
|
||||
for pid in $pids; do
|
||||
# Compares window class pid with the pid of a window in focus
|
||||
if [[ "$pid" == "$wpid" ]]; then
|
||||
xdotool windowunmap $pid
|
||||
exit 1
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
# detect monitor
|
||||
MON=$(xrandr -q | grep " connected" | cut -f1 -d ' ')
|
||||
|
||||
# find current xrandr brightness value
|
||||
XR=$(xrandr --verbose | grep -i brightness | cut -f2 -d ' ' | head -n1)
|
||||
BrCur=`awk "BEGIN {print $XR*100}"` # calculate, so e.g. 0.5 gets 50
|
||||
BrMax="100"
|
||||
BrMin="5"
|
||||
|
||||
yad --scale --mouse --class="$CLASS" --skip-taskbar --min-value $BrMin --max-value $BrMax \
|
||||
--value $BrCur --print-partial --undecorated --width 300 \
|
||||
--on-top --escape-ok --no-buttons --hide-value --close-on-unfocus \
|
||||
| while read BrNew; do
|
||||
# division using awk, so xrandr value gets e.g. 0.5 rather than 50
|
||||
xrandr --output $MON --brightness $(awk "BEGIN {print $BrNew/100}")
|
||||
done
|
||||
}
|
||||
export -f yad_scale
|
||||
|
||||
# fuction to set the notification icon
|
||||
function set_notification_icon() {
|
||||
echo "icon:$ICON"
|
||||
echo "tooltip:brighness control"
|
||||
echo "menu:About!bash -c 'yad --about'!gtk-about||Quit!quit!gtk-quit"
|
||||
}
|
||||
|
||||
exec 3<> $YAD_NOTIF
|
||||
|
||||
yad --notification --command="bash -c yad_scale" --listen <&3 & notifpid=$!
|
||||
|
||||
# waits until the notification icon is ready
|
||||
until xdotool getwindowname $(xdotool search --pid "$notifpid" | tail -1) &>/dev/null; do
|
||||
# sleep until the window opens
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
set_notification_icon >&3
|
@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description = Lock screen when going to sleep/suspend
|
||||
Before=sleep.target
|
||||
Before=suspend.target
|
||||
|
||||
[Service]
|
||||
User=%I
|
||||
Type=simple
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/betterlockscreen --lock
|
||||
TimeoutSec=infinity
|
||||
ExecStartPost=/sbin/sleep 1
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
||||
WantedBy=suspend.target
|
@ -99,9 +99,8 @@ our $SCHEMA = [
|
||||
{end => undef},
|
||||
{sep => undef},
|
||||
{beg => ['Ustawienia', 'gnome-settings']},
|
||||
{item => ['mbcc', 'Centrum Sterowania Mabox', 'mbcc']},
|
||||
{item => ['mbstyler', 'Mabox Styler', '/usr/share/icons/mbs_trans_32.png']},
|
||||
{sep => 'Pulpit'},
|
||||
{item => ['mcc', 'Centrum Sterowania Mabox', 'mbcc']},
|
||||
{sep => 'Pulpit'},
|
||||
{item => ['lxappearance', 'Wystrój i ikony', 'preferences-desktop-theme']},
|
||||
{item => ['nitrogen', 'Tapeta', 'nitrogen']},
|
||||
{item => ['xfce4-notifyd-config', 'Powiadomienia', 'xfce4-notifyd']},
|
||||
|
Loading…
Reference in New Issue
Block a user