Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| #!/bin/bash | |
| TASKER=$(cat <<-END | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <channel name="xfce4-panel" version="1.0"> | |
| <property name="panels" type="uint" value="1"> | |
| <property name="panel-0" type="empty"> | |
| <property name="position" type="string" value="p=6;x=0;y=0"/> | |
| <property name="length" type="uint" value="100"/> | |
| <property name="position-locked" type="bool" value="true"/> | |
| <property name="plugin-ids" type="array"> | |
| <value type="int" value="12"/> | |
| <value type="int" value="1"/> | |
| <value type="int" value="11"/> | |
| <value type="int" value="2"/> | |
| <value type="int" value="3"/> | |
| <value type="int" value="4"/> | |
| <value type="int" value="5"/> | |
| <value type="int" value="6"/> | |
| <value type="int" value="7"/> | |
| <value type="int" value="8"/> | |
| <value type="int" value="9"/> | |
| <value type="int" value="10"/> | |
| </property> | |
| <property name="background-style" type="uint" value="1"/> | |
| <property name="background-alpha" type="int" value="12"/> | |
| <property name="size" type="uint" value="28"/> | |
| <property name="length-adjust" type="bool" value="true"/> | |
| <property name="span-monitors" type="bool" value="false"/> | |
| <property name="enter-opacity" type="uint" value="100"/> | |
| <property name="leave-opacity" type="uint" value="100"/> | |
| <property name="mode" type="uint" value="0"/> | |
| <property name="autohide-behavior" type="uint" value="0"/> | |
| <property name="background-color" type="array"> | |
| <value type="uint" value="0"/> | |
| <value type="uint" value="0"/> | |
| <value type="uint" value="0"/> | |
| <value type="uint" value="65535"/> | |
| </property> | |
| </property> | |
| </property> | |
| <property name="plugins" type="empty"> | |
| <property name="plugin-1" type="string" value="whiskermenu"/> | |
| <property name="plugin-2" type="string" value="tasklist"> | |
| <property name="flat-buttons" type="bool" value="true"/> | |
| <property name="show-handle" type="bool" value="false"/> | |
| </property> | |
| <property name="plugin-3" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| <property name="expand" type="bool" value="true"/> | |
| </property> | |
| <property name="plugin-4" type="string" value="systray"> | |
| <property name="show-frame" type="bool" value="false"/> | |
| <property name="size-max" type="uint" value="22"/> | |
| <property name="names-visible" type="array"> | |
| <value type="string" value="applet networkmanager"/> | |
| <value type="string" value="blueman-applet"/> | |
| <value type="string" value="notificateur de mises à jour"/> | |
| </property> | |
| </property> | |
| <property name="plugin-5" type="string" value="power-manager-plugin"/> | |
| <property name="plugin-6" type="string" value="indicator"> | |
| <property name="blacklist" type="array"> | |
| <value type="string" value="libappmenu.so"/> | |
| </property> | |
| <property name="known-indicators" type="array"> | |
| <value type="string" value="libapplication.so"/> | |
| <value type="string" value="com.canonical.indicator.messages"/> | |
| <value type="string" value="com.canonical.indicator.sound"/> | |
| </property> | |
| </property> | |
| <property name="plugin-7" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| <property name="expand" type="bool" value="false"/> | |
| </property> | |
| <property name="plugin-8" type="string" value="clock"> | |
| <property name="digital-format" type="string" value="<b>%k:%M</b>"/> | |
| </property> | |
| <property name="plugin-9" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| </property> | |
| <property name="plugin-10" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| </property> | |
| <property name="plugin-11" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| </property> | |
| <property name="plugin-12" type="string" value="separator"> | |
| <property name="style" type="uint" value="0"/> | |
| </property> | |
| </property> | |
| <property name="configver" type="int" value="2"/> | |
| </channel> | |
| END | |
| ) | |
| COLORTASK=$(cat <<-END | |
| style "theme-panel" { | |
| ythickness = 0 | |
| bg[NORMAL] = "#2B2E37" | |
| bg[ACTIVE] = "#A0A0A0" | |
| bg[PRELIGHT] = "#636363" | |
| bg[SELECTED] = @selected_bg_color | |
| fg[NORMAL] = "#BAC3CF" | |
| fg[PRELIGHT] = @selected_fg_color | |
| fg[ACTIVE] = @selected_fg_color | |
| fg[SELECTED] = @selected_fg_color | |
| text[NORMAL] = "#BAC3CF" | |
| text[PRELIGHT] = "#BAC3CF" | |
| text[ACTIVE] = "#BAC3CF" | |
| text[SELECTED] = "#BAC3CF" | |
| engine "murrine" { | |
| reliefstyle = 0 | |
| glazestyle = 0 | |
| glow_shade = 1.0 | |
| highlight_shade = 1.0 | |
| roundness = 0 | |
| gradient_shades = {1.0,1.0,1.0,1.0} | |
| textstyle = 0 | |
| contrast = 0.0 | |
| textstyle = 0 | |
| } | |
| } | |
| style "panelbar" { | |
| fg[NORMAL] = "#edf5fb" | |
| fg[ACTIVE] = "#edf5fb" | |
| fg[PRELIGHT] = "#edf5fb" | |
| fg[SELECTED] = @selected_fg_color | |
| bg[SELECTED] = @selected_bg_color | |
| engine "murrine" {} | |
| } | |
| style "panelbuttons" { | |
| xthickness = 4 | |
| ythickness = 0 | |
| engine "murrine" { | |
| textstyle = 0 | |
| } | |
| } | |
| style "theme-panel-text" { | |
| fg[NORMAL] = "#edf5fb" | |
| fg[PRELIGHT] = @selected_fg_color | |
| fg[ACTIVE] = "#edf5fb" | |
| text[NORMAL] = "#edf5fb" | |
| text[PRELIGHT] = @selected_fg_color | |
| text[ACTIVE] = "#edf5fb" | |
| engine "murrine" { | |
| textstyle = 0 | |
| text_shade = 0.2 | |
| } | |
| } | |
| style "panel-entry" { | |
| fg[NORMAL] = @text_color | |
| fg[PRELIGHT] = @text_color | |
| fg[ACTIVE] = @text_color | |
| fg[SELECTED] = @text_color | |
| fg[INSENSITIVE] = @text_color | |
| text[NORMAL] = @text_color | |
| text[PRELIGHT] = @text_color | |
| text[ACTIVE] = @text_color | |
| text[SELECTED] = @text_color | |
| text[INSENSITIVE] = @text_color | |
| } | |
| style "theme-main-menu-text" = "theme-panel-text" { | |
| fg[PRELIGHT] = @selected_fg_color | |
| text[PRELIGHT] = @selected_fg_color | |
| } | |
| style "workspace-switcher" = "theme-panel" { | |
| bg[SELECTED] = @selected_bg_color | |
| } | |
| style "indicator" = "theme-panel" { | |
| xthickness = 0 | |
| ythickness = 0 | |
| } | |
| widget "*tasklist*" style "panelbuttons" | |
| widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" | |
| widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" | |
| widget_class "*PanelToplevel*Button" style "panelbuttons" | |
| widget_class "*Panel*GtkToggleButton" style "panelbuttons" | |
| widget_class "*Xfce*Panel*Button*" style "panelbuttons" | |
| widget_class "*<XfceArrowButton>" style "panelbuttons" | |
| widget_class "*<XfceActionsPlugin>*" style "panelbuttons" | |
| widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" | |
| widget "*dict*Applet*" style "panelbuttons" | |
| widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" | |
| widget_class "*Tasklist*" style:highest "panelbuttons" | |
| class "*Panel*MenuBar*" style "panelbar" | |
| widget_class "*Panel*MenuBar*" style "panelbar" | |
| widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" | |
| widget "*PanelWidget*" style "theme-panel" | |
| widget "*PanelApplet*" style "theme-panel" | |
| widget "*fast-user-switch*" style "theme-panel" | |
| widget "*CPUFreq*Applet*" style "theme-panel" | |
| class "PanelApp*" style "theme-panel" | |
| class "PanelToplevel*" style "theme-panel" | |
| widget_class "*PanelToplevel*" style "theme-panel" | |
| widget_class "*notif*" style "theme-panel" | |
| widget_class "*Notif*" style "theme-panel" | |
| widget_class "*Tray*" style "theme-panel" | |
| widget_class "*tray*" style "theme-panel" | |
| widget_class "*computertemp*" style "theme-panel" | |
| widget_class "*Applet*Tomboy*" style "theme-panel" | |
| widget_class "*Applet*Netstatus*" style "theme-panel" | |
| # Fixes for tooltip text in some apps. | |
| widget_class "*Notif*Beagle*" style "theme-panel" | |
| widget_class "*Notif*Brasero*" style "theme-panel" | |
| # XFCE panel theming. | |
| widget "*Xfce*Panel*" style "theme-panel" | |
| class "*Xfce*Panel*" style "theme-panel" | |
| widget "*WnckPager*" style "workspace-switcher" | |
| # Fix gtk-entries in the panel | |
| widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin | |
| # Make sure panel text color doesn't change | |
| widget_class "*Panel*MenuBar*" style "theme-main-menu-text" | |
| widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text" | |
| widget "*.clock-applet-button.*" style "theme-panel-text" | |
| widget "*PanelApplet*" style "theme-panel-text" | |
| # Override general panel-style with specific plugin-styles | |
| widget "*indicator-applet*" style "indicator" | |
| widget "*indicator-button*" style "indicator" | |
| END | |
| ) | |
| KEYSHRT=$(cat <<-END | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <channel name="xfce4-keyboard-shortcuts" version="1.0"> | |
| <property name="commands" type="empty"> | |
| <property name="default" type="empty"> | |
| <property name="<Alt>F1" type="empty"/> | |
| <property name="<Alt>F2" type="empty"> | |
| <property name="startup-notify" type="empty"/> | |
| </property> | |
| <property name="<Alt>F3" type="empty"> | |
| <property name="startup-notify" type="empty"/> | |
| </property> | |
| <property name="<Primary><Alt>Delete" type="empty"/> | |
| <property name="<Primary><Alt>l" type="empty"/> | |
| <property name="XF86Display" type="empty"/> | |
| <property name="<Super>p" type="empty"/> | |
| <property name="<Primary>Escape" type="empty"/> | |
| <property name="XF86WWW" type="empty"/> | |
| <property name="XF86Mail" type="empty"/> | |
| <property name="<Primary><Alt>Escape" type="empty"/> | |
| <property name="Print" type="empty"/> | |
| <property name="<Alt>Print" type="empty"/> | |
| <property name="XF86HomePage" type="empty"/> | |
| <property name="<Super>w" type="empty"/> | |
| <property name="<Super>m" type="empty"/> | |
| <property name="XF86Explorer" type="empty"/> | |
| <property name="<Super>f" type="empty"/> | |
| <property name="<Primary><Alt>t" type="empty"/> | |
| <property name="<Super>t" type="empty"/> | |
| <property name="<Super>r" type="empty"/> | |
| <property name="<Super>e" type="empty"/> | |
| <property name="XF86Calculator" type="empty"/> | |
| <property name="XF86Music" type="empty"/> | |
| <property name="<Super>1" type="empty"/> | |
| <property name="XF86Messenger" type="empty"/> | |
| <property name="<Super>2" type="empty"/> | |
| <property name="<Super>3" type="empty"/> | |
| <property name="<Super>4" type="empty"/> | |
| </property> | |
| <property name="custom" type="empty"> | |
| <property name="Print" type="string" value="xfce4-screenshooter -f"/> | |
| <property name="<Primary><Alt>Delete" type="string" value="xflock4"/> | |
| <property name="XF86Explorer" type="string" value="exo-open --launch FileManager"/> | |
| <property name="<Alt>F3" type="empty"> | |
| <property name="startup-notify" type="bool" value="true"/> | |
| </property> | |
| <property name="<Alt>F2" type="string" value="xfrun4"> | |
| <property name="startup-notify" type="bool" value="true"/> | |
| </property> | |
| <property name="<Primary><Alt>t" type="string" value="exo-open --launch TerminalEmulator"/> | |
| <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/> | |
| <property name="<Alt>F1" type="string" value="xfce4-popup-applicationsmenu"/> | |
| <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/> | |
| <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> | |
| <property name="<Primary><Alt>Escape" type="string" value="xkill"/> | |
| <property name="XF86Messenger" type="string" value="pidgin"/> | |
| <property name="XF86Calculator" type="string" value="gnome-calculator"/> | |
| <property name="XF86Music" type="string" value="parole"/> | |
| <property name="XF86HomePage" type="string" value="exo-open --launch WebBrowser"/> | |
| <property name="override" type="bool" value="true"/> | |
| <property name="<Super>Tab" type="string" value="skippy-xd"/> | |
| <property name="Super_L" type="string" value="xfce4-popup-whiskermenu"/> | |
| <property name="<Super>e" type="string" value="sh -c /home/$USER/.config/whisker-thunar.sh"/> | |
| </property> | |
| </property> | |
| <property name="xfwm4" type="empty"> | |
| <property name="default" type="empty"> | |
| <property name="<Alt>Insert" type="empty"/> | |
| <property name="Escape" type="empty"/> | |
| <property name="Left" type="empty"/> | |
| <property name="Right" type="empty"/> | |
| <property name="Up" type="empty"/> | |
| <property name="Down" type="empty"/> | |
| <property name="<Alt>Tab" type="empty"/> | |
| <property name="<Alt><Shift>Tab" type="empty"/> | |
| <property name="<Alt>Delete" type="empty"/> | |
| <property name="<Primary><Alt>Down" type="empty"/> | |
| <property name="<Primary><Alt>Left" type="empty"/> | |
| <property name="<Shift><Alt>Page_Down" type="empty"/> | |
| <property name="<Alt>F4" type="empty"/> | |
| <property name="<Alt>F6" type="empty"/> | |
| <property name="<Alt>F7" type="empty"/> | |
| <property name="<Alt>F8" type="empty"/> | |
| <property name="<Alt>F9" type="empty"/> | |
| <property name="<Alt>F10" type="empty"/> | |
| <property name="<Alt>F11" type="empty"/> | |
| <property name="<Alt>F12" type="empty"/> | |
| <property name="<Primary><Shift><Alt>Left" type="empty"/> | |
| <property name="<Primary><Alt>End" type="empty"/> | |
| <property name="<Primary><Alt>Home" type="empty"/> | |
| <property name="<Primary><Shift><Alt>Right" type="empty"/> | |
| <property name="<Primary><Shift><Alt>Up" type="empty"/> | |
| <property name="<Primary><Alt>KP_1" type="empty"/> | |
| <property name="<Primary><Alt>KP_2" type="empty"/> | |
| <property name="<Primary><Alt>KP_3" type="empty"/> | |
| <property name="<Primary><Alt>KP_4" type="empty"/> | |
| <property name="<Primary><Alt>KP_5" type="empty"/> | |
| <property name="<Primary><Alt>KP_6" type="empty"/> | |
| <property name="<Primary><Alt>KP_7" type="empty"/> | |
| <property name="<Primary><Alt>KP_8" type="empty"/> | |
| <property name="<Primary><Alt>KP_9" type="empty"/> | |
| <property name="<Alt>space" type="empty"/> | |
| <property name="<Shift><Alt>Page_Up" type="empty"/> | |
| <property name="<Primary><Alt>Right" type="empty"/> | |
| <property name="<Primary><Alt>d" type="empty"/> | |
| <property name="<Primary><Alt>Up" type="empty"/> | |
| <property name="<Super>Tab" type="empty"/> | |
| <property name="<Primary>F1" type="empty"/> | |
| <property name="<Primary>F2" type="empty"/> | |
| <property name="<Primary>F3" type="empty"/> | |
| <property name="<Primary>F4" type="empty"/> | |
| <property name="<Primary>F5" type="empty"/> | |
| <property name="<Primary>F6" type="empty"/> | |
| <property name="<Primary>F7" type="empty"/> | |
| <property name="<Primary>F8" type="empty"/> | |
| <property name="<Primary>F9" type="empty"/> | |
| <property name="<Primary>F10" type="empty"/> | |
| <property name="<Primary>F11" type="empty"/> | |
| <property name="<Primary>F12" type="empty"/> | |
| <property name="<Alt>F5" type="empty"/> | |
| </property> | |
| <property name="custom" type="empty"> | |
| <property name="Up" type="string" value="up_key"/> | |
| <property name="<Primary><Alt>KP_9" type="string" value="move_window_workspace_9_key"/> | |
| <property name="<Primary><Alt>KP_8" type="string" value="move_window_workspace_8_key"/> | |
| <property name="Left" type="string" value="left_key"/> | |
| <property name="<Primary><Alt>KP_6" type="string" value="move_window_workspace_6_key"/> | |
| <property name="<Primary><Alt>KP_7" type="string" value="move_window_workspace_7_key"/> | |
| <property name="<Alt>Tab" type="string" value="cycle_windows_key"/> | |
| <property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/> | |
| <property name="<Primary>F6" type="string" value="workspace_6_key"/> | |
| <property name="<Alt>Insert" type="string" value="add_workspace_key"/> | |
| <property name="<Primary><Alt>Right" type="string" value="right_workspace_key"/> | |
| <property name="<Primary><Shift><Alt>Right" type="string" value="move_window_right_key"/> | |
| <property name="<Primary><Alt>d" type="string" value="show_desktop_key"/> | |
| <property name="<Primary><Alt>Up" type="string" value="up_workspace_key"/> | |
| <property name="<Primary><Alt>Home" type="string" value="move_window_prev_workspace_key"/> | |
| <property name="<Primary><Shift><Alt>Left" type="string" value="move_window_left_key"/> | |
| <property name="<Alt>F5" type="string" value="maximize_horiz_key"/> | |
| <property name="<Alt>F4" type="string" value="close_window_key"/> | |
| <property name="<Alt>F12" type="string" value="above_key"/> | |
| <property name="<Alt>F11" type="string" value="fullscreen_key"/> | |
| <property name="<Alt>F8" type="string" value="stick_window_key"/> | |
| <property name="Escape" type="string" value="cancel_key"/> | |
| <property name="<Primary><Alt>End" type="string" value="move_window_next_workspace_key"/> | |
| <property name="<Primary>F10" type="string" value="workspace_10_key"/> | |
| <property name="<Primary>F11" type="string" value="workspace_11_key"/> | |
| <property name="<Primary><Shift><Alt>Up" type="string" value="move_window_up_key"/> | |
| <property name="Down" type="string" value="down_key"/> | |
| <property name="<Alt>F6" type="string" value="maximize_vert_key"/> | |
| <property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/> | |
| <property name="Right" type="string" value="right_key"/> | |
| <property name="<Primary>F12" type="string" value="workspace_12_key"/> | |
| <property name="<Primary>F1" type="string" value="workspace_1_key"/> | |
| <property name="<Primary><Alt>Left" type="string" value="left_workspace_key"/> | |
| <property name="<Primary>F2" type="string" value="workspace_2_key"/> | |
| <property name="<Primary>F4" type="string" value="workspace_4_key"/> | |
| <property name="<Primary>F5" type="string" value="workspace_5_key"/> | |
| <property name="<Primary>F3" type="string" value="workspace_3_key"/> | |
| <property name="<Primary>F7" type="string" value="workspace_7_key"/> | |
| <property name="<Primary>F8" type="string" value="workspace_8_key"/> | |
| <property name="<Primary>F9" type="string" value="workspace_9_key"/> | |
| <property name="<Primary><Alt>KP_1" type="string" value="move_window_workspace_1_key"/> | |
| <property name="<Alt>Delete" type="string" value="del_workspace_key"/> | |
| <property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/> | |
| <property name="<Primary><Alt>KP_4" type="string" value="move_window_workspace_4_key"/> | |
| <property name="<Primary><Alt>KP_2" type="string" value="move_window_workspace_2_key"/> | |
| <property name="<Primary><Alt>KP_3" type="string" value="move_window_workspace_3_key"/> | |
| <property name="<Alt>space" type="string" value="popup_menu_key"/> | |
| <property name="<Primary><Alt>KP_5" type="string" value="move_window_workspace_5_key"/> | |
| <property name="override" type="bool" value="true"/> | |
| <property name="<Primary><Super>Left" type="string" value="tile_left_key"/> | |
| <property name="<Primary><Super>Right" type="string" value="tile_right_key"/> | |
| <property name="<Primary><Super>Up" type="string" value="maximize_window_key"/> | |
| <property name="<Primary><Super>Down" type="string" value="hide_window_key"/> | |
| </property> | |
| </property> | |
| <property name="providers" type="array"> | |
| <value type="string" value="commands"/> | |
| <value type="string" value="xfwm4"/> | |
| </property> | |
| </channel> | |
| END | |
| ) | |
| HOMESVG=$(cat <<-END | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |
| <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
| viewBox="0 0 150 80" style="enable-background:new 0 0 150 80;" xml:space="preserve"> | |
| <style type="text/css"> | |
| .st0{fill:#FFFFFF;} | |
| </style> | |
| <path id="XMLID_19_" class="st0" d="M25.9,51.8c-7,0-12.8-5.7-12.8-12.8s5.7-12.7,12.8-12.7s12.8,5.7,12.8,12.7S32.9,51.8,25.9,51.8 | |
| z"/> | |
| <path id="XMLID_16_" d="M25.9,26.6c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5S13.4,46,13.4,39.1S19,26.6,25.9,26.6 M25.9,26.1 | |
| c-7.2,0-13,5.8-13,13s5.8,13,13,13s13-5.8,13-13S33,26.1,25.9,26.1L25.9,26.1z"/> | |
| <path id="XMLID_23_" class="st0" d="M124.1,51.8c-7,0-12.8-5.7-12.8-12.8s5.7-12.7,12.8-12.7s12.8,5.7,12.8,12.7 | |
| S131.2,51.8,124.1,51.8z"/> | |
| <path id="XMLID_20_" d="M124.1,26.6c6.9,0,12.5,5.6,12.5,12.5s-5.6,12.5-12.5,12.5s-12.5-5.6-12.5-12.5S117.2,26.6,124.1,26.6 | |
| M124.1,26.1c-7.2,0-13,5.8-13,13s5.8,13,13,13c7.2,0,13-5.8,13-13S131.3,26.1,124.1,26.1L124.1,26.1z"/> | |
| <path id="XMLID_28_" class="st0" d="M75,51.8c-7,0-12.8-5.7-12.8-12.8S68,26.3,75,26.3s12.8,5.7,12.8,12.7S82,51.8,75,51.8z"/> | |
| <path id="XMLID_25_" d="M75,26.6c6.9,0,12.5,5.6,12.5,12.5S81.9,51.6,75,51.6S62.5,46,62.5,39.1S68.1,26.6,75,26.6 M75,26.1 | |
| c-7.2,0-13,5.8-13,13s5.8,13,13,13s13-5.8,13-13S82.2,26.1,75,26.1L75,26.1z"/> | |
| </svg> | |
| END | |
| ) | |
| WHISKSVG=$(cat <<-END | |
| favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,libreoffice-writer.desktop,libreoffice-calc.desktop,pidgin.desktop,org.gnome.Software.desktop,exo-terminal-emulator.desktop,xfhelp4.desktop,firefox.desktop | |
| recent=exo-web-browser.desktop,exo-terminal-emulator.desktop,exo-file-manager.desktop,xfce-wm-settings.desktop,xfce-keyboard-settings.desktop,libreoffice-writer.desktop,xfpanel-switch.desktop,xfce-ui-settings.desktop,firefox.desktop,xfce4-settings-editor.desktop | |
| button-title=Applications Menu | |
| button-icon=/home/$USER/.config/xfce4/home.svg | |
| button-single-row=false | |
| show-button-title=false | |
| show-button-icon=true | |
| launcher-show-name=true | |
| launcher-show-description=false | |
| item-icon-size=1 | |
| hover-switch-category=false | |
| category-icon-size=0 | |
| load-hierarchy=true | |
| recent-items-max=10 | |
| favorites-in-recent=true | |
| display-recent-default=false | |
| position-search-alternate=true | |
| position-commands-alternate=false | |
| position-categories-alternate=false | |
| menu-width=373 | |
| menu-height=451 | |
| menu-opacity=100 | |
| command-settings=xfce4-settings-manager | |
| show-command-settings=true | |
| command-lockscreen=xflock4 | |
| show-command-lockscreen=true | |
| command-switchuser=dm-tool switch-to-greeter | |
| show-command-switchuser=false | |
| 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 | |
| END | |
| ) | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| sudo apt update | |
| sudo apt install gcc python vlc bleachbit htop gimp chromium-browser git libreoffice -y | |
| sudo add-apt-repository ppa:landronimirc/skippy-xd-daily -y | |
| sudo apt update | |
| sudo apt-get install skippy-xd -y | |
| #sudo apt remove firefox -y | |
| #sudo apt install nodejs virtualbox | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| wget -O discord-canary.deb https://discordapp.com/api/download/canary?platform=linux | |
| wget https://github.com/oguzhaninan/Stacer/releases/download/v1.0.6/Stacer_1.0.6_amd64.deb | |
| wget https://github.com/LinxGem33/OSX-Arc-Darker/releases/download/v1.4.3/osx-arc-collection_1.4.3_amd64.deb | |
| sudo dpkg -i $HOME/osx-arc-collection_1.4.3_amd64.deb | |
| sudo dpkg -i $HOME/Stacer_1.0.6_amd64.deb | |
| sudo dpkg -i $HOME/discord-canary.deb | |
| sudo apt-get -f install -y | |
| cd /usr/share/icons | |
| sudo git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk.git | |
| cd papirus-icon-theme-gtk | |
| sudo mv Papirus-Arc-Dark-GTK Papirus-Dark-GTK Papirus-GTK /usr/share/icons | |
| sudo make install | |
| cd $HOME | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| touch $HOME/.config/whisker-thunar.sh | |
| touch $HOME/.config/whisker-skippy.sh | |
| touch $HOME/.config/whisker-stacer.sh | |
| sudo echo "thunar & xfce4-popup-whiskermenu &" > $HOME/.config/whisker-thunar.sh | |
| sudo echo "skippy-xd & xfce4-popup-whiskermenu &" > $HOME/.config/whisker-skippy.sh | |
| sudo echo "Stacer & xfce4-popup-whiskermenu &" > $HOME/.config/whisker-stacer.sh | |
| sudo chmod +x $HOME/.config/whisker-thunar.sh | |
| sudo chmod +x $HOME/.config/whisker-skippy.sh | |
| sudo chmod +x $HOME/.config/whisker-stacer.sh | |
| IFS='%' | |
| sudo echo $HOMESVG > $HOME/.config/xfce4/home.svg | |
| sudo echo $KEYSHRT > $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | |
| sudo echo $TASKER > $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml | |
| sudo echo $COLORTASK > /usr/share/themes/OSX-Arc-Shadow/gtk-2.0/panel.rc | |
| sudo echo $WHISKSVG > $HOME/.config/xfce4/panel/whiskermenu-1.rc | |
| unset IFS | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| echo "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " | |
| xfconf-query -c xfce4-desktop -p /desktop-icons/file-icons/show-trash -s false | |
| xfconf-query -c xfce4-desktop -p /desktop-icons/file-icons/show-home -s false | |
| xfconf-query -c xfce4-desktop -p /desktop-icons/file-icons/show-filesystem -s false | |
| xfconf-query -c xsettings -p /Net/IconThemeName -s 'Papirus-Dark' | |
| xfconf-query -c xsettings -p /Net/ThemeName -s 'OSX-Arc-Shadow' | |
| xfconf-query -c xsettings -p /Xft/DPI -s 92 | |
| xfconf-query -c xfwm4 -p /general/theme -s 'OSX-Arc-Shadow' | |
| xfconf-query -c xfce4-panel -p /panels/panel-0/size -s 27 | |
| xfconf-query -c xfce4-panel -p /panels/panel-0/background-alpha -t int -s 12 | |
| xfconf-query -c xfce4-panel -p /plugins/plugin-8/digital-format -s '<b>%k:%M</b>' | |
| xfce4-panel --restart | |
| #sudo echo $HOMESVG > /usr/share/icons/hicolor/scalable/apps/xfce4-whiskermenu.svg | |
| #pkill -KILL -u $USER | |
| # CONFIG SKIPPY ???? | |
| # gnome-theme color (surlignage) | |
| # dafuck panel ? | |
| #------------THEME | |
| # | |
| # https://github.com/LinxGem33/OSX-Arc-Darker | |
| # | |
| #sudo apt install dh-autoreconf pkg-config | |
| #------------ATOM | |
| # | |
| #wget https://atom.io/download/deb -O atom.deb | |
| #sudo dpkg -i atom.deb | |
| #sudo apm install -y "auto-indent" | |
| #sudo apm install -y "emmet" | |
| #sudo apm install -y "indent-guide-improved" | |
| #sudo apm install -y "script" | |
| #sudo apm install -y "gpp-compiler" | |
| #cd ~/Téléchargements | |
| #wget "https://designer.io/#download" -O GravitDesigner.zip | |
| #cd ~/ | |
| #---------- Museeks Menu Icon Installation | |
| # | |
| #sudo cd /usr/share/applications | echo "[Desktop Entry] | |
| #Name=Museeks | |
| #Exec=/home/superhyboux/Téléchargements/museeks-linux-x64/Museeks | |
| #Icon=/home/superhyboux/Téléchargements/museeks.png | |
| #Type=Application | |
| #Categories=Media | |
| #Terminal=false" > museeks.desktop | |
| # | |
| # | |
| # | |
| #---------- Icon | |
| # | |
| #cd /usr/share/icons | |
| #sudo git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk.git | |
| #cd papirus-icon-theme-gtk | |
| #sudo mv Papirus-Arc-Dark-GTK Papirus-Dark-GTK Papirus-GTK /usr/share/icons | |
| #sudo make install |