First commit
This commit is contained in:
commit
c9b7172d6a
50 changed files with 1214 additions and 0 deletions
20
files/skel/.config/xfce4/panel/battery-9.rc
Normal file
20
files/skel/.config/xfce4/panel/battery-9.rc
Normal file
|
@ -0,0 +1,20 @@
|
|||
display_label=false
|
||||
display_icon=true
|
||||
display_power=false
|
||||
display_percentage=true
|
||||
display_bar=false
|
||||
display_time=false
|
||||
tooltip_display_percentage=false
|
||||
tooltip_display_time=false
|
||||
low_percentage=10
|
||||
critical_percentage=5
|
||||
action_on_low=1
|
||||
action_on_critical=1
|
||||
hide_when_full=1033
|
||||
colorA=rgb(136,136,255)
|
||||
colorH=rgb(0,255,0)
|
||||
colorL=rgb(255,255,0)
|
||||
colorC=rgb(255,0,0)
|
||||
command_on_low=
|
||||
command_on_critical=
|
||||
|
60
files/skel/.config/xfce4/panel/whiskermenu-7.rc
Normal file
60
files/skel/.config/xfce4/panel/whiskermenu-7.rc
Normal file
|
@ -0,0 +1,60 @@
|
|||
favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop
|
||||
recent=exo-terminal-emulator.desktop
|
||||
button-title=Applications
|
||||
button-icon=xfce4-whiskermenu
|
||||
button-single-row=false
|
||||
show-button-title=false
|
||||
show-button-icon=true
|
||||
launcher-show-name=true
|
||||
launcher-show-description=true
|
||||
item-icon-size=2
|
||||
hover-switch-category=false
|
||||
category-icon-size=1
|
||||
load-hierarchy=false
|
||||
recent-items-max=10
|
||||
favorites-in-recent=true
|
||||
display-recent-default=false
|
||||
position-search-alternate=false
|
||||
position-commands-alternate=false
|
||||
position-categories-alternate=false
|
||||
menu-width=400
|
||||
menu-height=500
|
||||
menu-opacity=100
|
||||
command-settings=xfce4-settings-manager
|
||||
show-command-settings=true
|
||||
command-lockscreen=xflock4
|
||||
show-command-lockscreen=true
|
||||
command-switchuser=gdmflexiserver
|
||||
show-command-switchuser=true
|
||||
command-logout=xfce4-session-logout
|
||||
show-command-logout=true
|
||||
command-menueditor=menulibre
|
||||
show-command-menueditor=true
|
||||
command-profile=mugshot
|
||||
show-command-profile=true
|
||||
search-actions=4
|
||||
|
||||
[action0]
|
||||
name=Pages de manuel
|
||||
pattern=#
|
||||
command=exo-open --launch TerminalEmulator man %s
|
||||
regex=false
|
||||
|
||||
[action1]
|
||||
name=Wikipédia
|
||||
pattern=!w
|
||||
command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u
|
||||
regex=false
|
||||
|
||||
[action2]
|
||||
name=Exécuter dans un terminal
|
||||
pattern=!
|
||||
command=exo-open --launch TerminalEmulator %s
|
||||
regex=false
|
||||
|
||||
[action3]
|
||||
name=Ouvrir l’emplacement
|
||||
pattern=^(file|http|https):\\/\\/(.*)$
|
||||
command=exo-open \\0
|
||||
regex=true
|
||||
|
Reference in a new issue