From: xf0r3m Date: Thu, 9 Mar 2023 13:10:17 +0000 (+0100) Subject: Nowa wersja xfcedebian dla gałęźi testing X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=7e34cf9aaa54d8fc67e7c31266fe253484a8ecdd;p=xfcedebian.git Nowa wersja xfcedebian dla gałęźi testing --- diff --git a/Pulpit/Firefox.desktop b/Pulpit/Firefox.desktop new file mode 100755 index 0000000..a47e994 --- /dev/null +++ b/Pulpit/Firefox.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Firefox +Comment=Przeglądanie stron WWW +Exec=/usr/local/bin/secured-firefox +Icon=firefox-esr +Path= +Terminal=false +StartupNotify=true diff --git a/Pulpit/GVim.desktop b/Pulpit/GVim.desktop new file mode 100755 index 0000000..4e8ad1a --- /dev/null +++ b/Pulpit/GVim.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=GVim +Comment=Edytuj pliki tekstowe +Exec=gvim -f %F +Icon=gvim +Path= +Terminal=false +StartupNotify=true diff --git "a/Pulpit/Mened\305\274er maszyn wirtualnych.desktop" "b/Pulpit/Mened\305\274er maszyn wirtualnych.desktop" new file mode 100755 index 0000000..2fb92e2 --- /dev/null +++ "b/Pulpit/Mened\305\274er maszyn wirtualnych.desktop" @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Menedżer maszyn wirtualnych +Comment=Zarządzanie maszynami wirtualnymi +Exec=virt-manager +Icon=virt-manager +Path= +Terminal=false +StartupNotify=false diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-24/16713025402.desktop b/Pulpit/Padlock.desktop similarity index 64% rename from home/xf0r3m/.config/xfce4/panel/launcher-24/16713025402.desktop rename to Pulpit/Padlock.desktop index 0b3f4bb..c48e6b4 100755 --- a/home/xf0r3m/.config/xfce4/panel/launcher-24/16713025402.desktop +++ b/Pulpit/Padlock.desktop @@ -2,9 +2,9 @@ Version=1.0 Type=Application Name=Padlock -Comment=Unlock and lock LUKS partitions +Comment= Exec=/usr/local/bin/padlock --unlock -Icon=/usr/share/icons/padlock.png +Icon=padlock Path= Terminal=true StartupNotify=false diff --git a/Pulpit/Pliki.desktop b/Pulpit/Pliki.desktop new file mode 100755 index 0000000..d3b2e9b --- /dev/null +++ b/Pulpit/Pliki.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Pliki +Comment=Przegląda system plików za pomocą menedżera plików +Exec=exo-open --launch FileManager %u +Icon=org.xfce.filemanager +Path= +Terminal=false +StartupNotify=true diff --git a/Pulpit/Qmmp.desktop b/Pulpit/Qmmp.desktop new file mode 100755 index 0000000..4bece45 --- /dev/null +++ b/Pulpit/Qmmp.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Qmmp +Comment=Odtwarzacz multimedialny oparty na Qt +Exec=qmmp-1 %F +Icon=qmmp-1 +Path= +Terminal=false +StartupNotify=false diff --git a/Pulpit/Terminal.desktop b/Pulpit/Terminal.desktop new file mode 100755 index 0000000..45b7f22 --- /dev/null +++ b/Pulpit/Terminal.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Terminal +Comment=Emuluje działanie terminala X +Exec=xfce4-terminal +Icon=org.xfce.terminal +Path= +Terminal=false +StartupNotify=true diff --git a/Pulpit/VLC media player.desktop b/Pulpit/VLC media player.desktop new file mode 100755 index 0000000..58883dd --- /dev/null +++ b/Pulpit/VLC media player.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=VLC media player +Comment=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych +Exec=/usr/bin/vlc --started-from-file %U +Icon=vlc +Path= +Terminal=false +StartupNotify=false diff --git a/conky.desktop b/conky.desktop new file mode 100644 index 0000000..277d5b1 --- /dev/null +++ b/conky.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Name=conky +Exec=conky --daemonize --pause=5 +StartupNotify=false +Terminal=false diff --git a/conkyrc b/conkyrc new file mode 100644 index 0000000..c309e4e --- /dev/null +++ b/conkyrc @@ -0,0 +1,75 @@ +-- Conky, a system monitor https://github.com/brndnmtthws/conky +-- +-- This configuration file is Lua code. You can write code in here, and it will +-- execute when Conky loads. You can use it to generate your own advanced +-- configurations. +-- +-- Try this (remove the `--`): +-- +-- print("Loading Conky config") +-- +-- For more on Lua, see: +-- https://www.lua.org/pil/contents.html + +conky.config = { + alignment = 'top_right', + background = true, + border_width = 1, + cpu_avg_samples = 2, + default_color = 'red', + default_outline_color = 'brown', + default_shade_color = 'brown', + double_buffer = true, + draw_borders = false, + draw_graph_borders = true, + draw_outline = false, + draw_shades = false, + extra_newline = false, + font = 'DejaVu Sans Mono:size=12', + gap_x = 5, + gap_y = 0, + minimum_height = 5, + minimum_width = 5, + net_avg_samples = 2, + no_buffers = true, + out_to_console = false, + out_to_ncurses = false, + out_to_stderr = false, + out_to_x = true, + own_window = true, + own_window_transparent = true, + own_window_argb_visual = true, + own_window_class = 'Conky', + own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', + show_graph_range = false, + show_graph_scale = false, + stippled_borders = 0, + update_interval = 1.0, + uppercase = false, + use_spacer = 'none', + use_xft = true, +} + +conky.text = [[ +${color blue}Info:$color ${scroll 32 $nodename - $sysname $nodename $kernel $machine} +$hr +${color blue}Uptime:$color $uptime +${color blue}Frequency (in MHz):$color $freq +${color blue}Frequency (in GHz):$color $freq_g +${color blue}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4} +${color blue}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4} +${color blue}CPU Usage:$color $cpu% ${cpubar 4} +${color blue}Processes:$color $processes ${color blue}Running:$color $running_processes +${color blue}Battery:$color ${battery} +$hr +${color blue}File systems: + / $color${fs_used /}/${fs_size /} ${fs_bar 6 /} +${color blue}Networking: +Up:$color ${upspeed} ${color blue} - Down:$color ${downspeed} +$hr +${color blue}Name PID CPU% MEM% +${color red} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} +${color red} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} +${color red} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} +${color red} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} +]] diff --git a/etc/lightdm/lightdm-gtk-greeter.conf b/etc/lightdm/lightdm-gtk-greeter.conf deleted file mode 100644 index 5978044..0000000 --- a/etc/lightdm/lightdm-gtk-greeter.conf +++ /dev/null @@ -1,6 +0,0 @@ -[greeter] -background = /usr/share/images/desktop-base/mark-korneev-pixelart-snow.jpg -theme-name = Adwaita-dark -icon-theme-name = Adwaita -default-user-image = /usr/share/images/desktop-base/avatar.jpg - diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen.latest.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen.latest.rc deleted file mode 120000 index d75f102..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen.latest.rc +++ /dev/null @@ -1 +0,0 @@ -/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x752.rc \ No newline at end of file diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x725.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x725.rc deleted file mode 100644 index 5123232..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x725.rc +++ /dev/null @@ -1,15 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[Kosz] -row=5 -col=2 - -[/] -row=5 -col=1 - -[/home/xf0r3m] -row=5 -col=0 - diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x752.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x752.rc deleted file mode 100644 index aa5be4e..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x752.rc +++ /dev/null @@ -1,15 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[Kosz] -row=6 -col=1 - -[/] -row=6 -col=2 - -[/home/xf0r3m] -row=6 -col=0 - diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1036.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1036.rc deleted file mode 100644 index b65def8..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1036.rc +++ /dev/null @@ -1,15 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[Kosz] -row=0 -col=0 - -[/] -row=1 -col=0 - -[/home/xf0r3m] -row=2 -col=0 - diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1037.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1037.rc deleted file mode 100644 index 9490c13..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1037.rc +++ /dev/null @@ -1,19 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[2022-08-31-12-29-45-00] -row=8 -col=3 - -[Kosz] -row=8 -col=1 - -[/] -row=8 -col=2 - -[/home/xf0r3m] -row=8 -col=0 - diff --git a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1064.rc b/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1064.rc deleted file mode 100644 index b65def8..0000000 --- a/home/xf0r3m/.config/xfce4/desktop/icons.screen0-3824x1064.rc +++ /dev/null @@ -1,15 +0,0 @@ -[xfdesktop-version-4.10.3+-rcfile_format] -4.10.3+=true - -[Kosz] -row=0 -col=0 - -[/] -row=1 -col=0 - -[/home/xf0r3m] -row=2 -col=0 - diff --git a/home/xf0r3m/.config/xfce4/panel/fsguard-27.rc b/home/xf0r3m/.config/xfce4/panel/fsguard-27.rc deleted file mode 100644 index 15270dd..0000000 --- a/home/xf0r3m/.config/xfce4/panel/fsguard-27.rc +++ /dev/null @@ -1,9 +0,0 @@ -yellow=8 -red=2 -lab_size_visible=true -progress_bar_visible=true -hide_button=true -label= -label_visible=false -mnt=/ - diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-17/166081777910.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-17/166081777910.desktop deleted file mode 100644 index 5cb5126..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-17/166081777910.desktop +++ /dev/null @@ -1,21 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Xfce Terminal -Name[pl]=Terminal Xfce -Comment=Terminal Emulator -Comment[pl]=Emuluje działanie terminala X -GenericName=Terminal Emulator -GenericName[pl]=Emuluje działanie terminala X -Exec=xfce4-terminal -Icon=org.xfce.terminal -Terminal=false -Type=Application -Categories=GTK;System;TerminalEmulator; -StartupNotify=true -Actions=preferences; -X-XFCE-Source=file:///usr/share/applications/xfce4-terminal.desktop - -[Desktop Action preferences] -Name=Terminal Preferences -Name[pl]=Preferencje -Exec=xfce4-terminal --preferences diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-18/16608164222.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-18/16608164222.desktop deleted file mode 100644 index 4f20f4d..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-18/16608164222.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Exec=exo-open --launch FileManager %u -Icon=org.xfce.filemanager -StartupNotify=true -Terminal=false -Categories=Utility;X-XFCE;X-Xfce-Toplevel; -OnlyShowIn=XFCE; -X-XFCE-MimeType=inode/directory;x-scheme-handler/trash; -X-AppStream-Ignore=True -Name=File Manager -Name[pl]=Menedżer plików -Comment=Browse the file system -Comment[pl]=Przegląda system plików za pomocą menedżera plików -X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-19/16608166085.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-19/16608166085.desktop deleted file mode 100644 index 926b6e3..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-19/16608166085.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Name=Firefox ESR -Name[pl]=Firefox ESR -Comment=Browse the World Wide Web -Comment[pl]=Przeglądanie stron WWW -GenericName=Web Browser -GenericName[pl]=Przeglądarka WWW -X-GNOME-FullName=Firefox ESR Web Browser -X-GNOME-FullName[pl]=Przeglądarka WWW Firefox ESR -Exec=/usr/lib/firefox-esr/firefox-esr %u -Terminal=false -X-MultipleArgs=false -Type=Application -Icon=firefox-esr -Categories=Network;WebBrowser; -MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https; -StartupWMClass=Firefox-esr -StartupNotify=true -X-XFCE-Source=file:///usr/share/applications/firefox-esr.desktop diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-20/16609267132.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-20/16609267132.desktop deleted file mode 100644 index b70c575..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-20/16609267132.desktop +++ /dev/null @@ -1,40 +0,0 @@ -[Desktop Entry] -X-Desktop-File-Install-Version=0.11 -Name=Qmmp -Comment=Qt-based Multimedia Player -Comment[pl_PL]=Odtwarzacz multimedialny oparty na Qt -GenericName=Audio player -GenericName[pl_PL]=Odtwarzacz audio -Keywords=player;audio;video;multimedia; -Exec=qmmp %F -Icon=qmmp-1 -Terminal=false -Type=Application -Categories=AudioVideo;Player;Audio;Qt; -MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/opus;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;audio/x-tta;audio/x-wavpack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a; -X-KDE-StartupNotify=false -Actions=Play;Pause;Stop;Previous;Next; -X-XFCE-Source=file:///usr/share/applications/qmmp.desktop - -Path= -StartupNotify=false - -[Desktop Action Play] -Name=Play -Exec=qmmp --no-start --play - -[Desktop Action Pause] -Name=Pause -Exec=qmmp --no-start --pause - -[Desktop Action Stop] -Name=Stop -Exec=qmmp --no-start --stop - -[Desktop Action Previous] -Name=Previous -Exec=qmmp --no-start --previous - -[Desktop Action Next] -Name=Next -Exec=qmmp --no-start --next diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-30/16608177187.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-30/16608177187.desktop deleted file mode 100644 index a0b0472..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-30/16608177187.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name[pl]=Menedżer maszyn wirtualnych -Name=Virtual Machine Manager -Comment[pl]=Zarządzanie maszynami wirtualnymi -Comment=Manage virtual machines -Icon=virt-manager -Exec=virt-manager -Type=Application -Terminal=false -Categories=System; -X-XFCE-Source=file:///usr/share/applications/virt-manager.desktop diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-31/16608177268.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-31/16608177268.desktop deleted file mode 100644 index 7637475..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-31/16608177268.desktop +++ /dev/null @@ -1,18 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=VLC media player -GenericName=Media player -Comment=Read, capture, broadcast your multimedia streams -Name[pl]=VLC media player -GenericName[pl]=Odtwarzacz multimedialny -Comment[pl]=Odczytywanie, przechwytywanie i nadawanie strumieni multimedialnych -Exec=/usr/bin/vlc --started-from-file %U -TryExec=/usr/bin/vlc -Icon=vlc -Terminal=false -Type=Application -Categories=AudioVideo;Player;Recorder; -MimeType=application/ogg;application/x-ogg;audio/ogg;audio/vorbis;audio/x-vorbis;audio/x-vorbis+ogg;video/ogg;video/x-ogm;video/x-ogm+ogg;video/x-theora+ogg;video/x-theora;audio/x-speex;audio/opus;application/x-flac;audio/flac;audio/x-flac;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;video/x-ms-asf;video/x-ms-asf-plugin;video/x-ms-asx;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;audio/x-pn-windows-acm;video/divx;video/msvideo;video/vnd.divx;video/avi;video/x-avi;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/vnd.rn-realaudio;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-real-audio;audio/x-realaudio;video/vnd.rn-realvideo;audio/mpeg;audio/mpg;audio/mp1;audio/mp2;audio/mp3;audio/x-mp1;audio/x-mp2;audio/x-mp3;audio/x-mpeg;audio/x-mpg;video/mp2t;video/mpeg;video/mpeg-system;video/x-mpeg;video/x-mpeg2;video/x-mpeg-system;application/mpeg4-iod;application/mpeg4-muxcodetable;application/x-extension-m4a;application/x-extension-mp4;audio/aac;audio/m4a;audio/mp4;audio/x-m4a;audio/x-aac;video/mp4;video/mp4v-es;video/x-m4v;application/x-quicktime-media-link;application/x-quicktimeplayer;video/quicktime;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;audio/webm;audio/3gpp;audio/3gpp2;audio/AMR;audio/AMR-WB;video/3gp;video/3gpp;video/3gpp2;x-scheme-handler/mms;x-scheme-handler/mmsh;x-scheme-handler/rtsp;x-scheme-handler/rtp;x-scheme-handler/rtmp;x-scheme-handler/icy;x-scheme-handler/icyx;application/x-cd-image;x-content/video-vcd;x-content/video-svcd;x-content/video-dvd;x-content/audio-cdda;x-content/audio-player;application/ram;application/xspf+xml;audio/mpegurl;audio/x-mpegurl;audio/scpls;audio/x-scpls;text/google-video-pointer;text/x-google-video-pointer;video/vnd.mpegurl;application/vnd.apple.mpegurl;application/vnd.ms-asf;application/vnd.ms-wpl;application/sdp;audio/dv;video/dv;audio/x-aiff;audio/x-pn-aiff;video/x-anim;video/x-nsv;video/fli;video/flv;video/x-flc;video/x-fli;video/x-flv;audio/wav;audio/x-pn-au;audio/x-pn-wav;audio/x-wav;audio/x-adpcm;audio/ac3;audio/eac3;audio/vnd.dts;audio/vnd.dts.hd;audio/vnd.dolby.heaac.1;audio/vnd.dolby.heaac.2;audio/vnd.dolby.mlp;audio/basic;audio/midi;audio/x-ape;audio/x-gsm;audio/x-musepack;audio/x-tta;audio/x-wavpack;audio/x-shorten;application/x-shockwave-flash;application/x-flash-video;misc/ultravox;image/vnd.rn-realpix;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-xm;application/mxf; -X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb -Keywords=Player;Capture;DVD;Audio;Video;Server;Broadcast; -X-XFCE-Source=file:///usr/share/applications/vlc.desktop diff --git a/home/xf0r3m/.config/xfce4/panel/launcher-32/16713016881.desktop b/home/xf0r3m/.config/xfce4/panel/launcher-32/16713016881.desktop deleted file mode 100644 index 35142f7..0000000 --- a/home/xf0r3m/.config/xfce4/panel/launcher-32/16713016881.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Name=GVim -GenericName=Text Editor -Comment=Edit text files -GenericName[pl]=Edytor tekstu -Comment[pl]=Edytuj pliki tekstowe -TryExec=gvim -Exec=gvim -f %F -Terminal=false -Type=Application -Keywords=Text;editor; -Icon=gvim -Categories=Utility;TextEditor; -StartupNotify=true -MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -X-XFCE-Source=file:///usr/share/applications/gvim.desktop diff --git a/home/xf0r3m/.config/xfce4/panel/netload-26.rc b/home/xf0r3m/.config/xfce4/panel/netload-26.rc deleted file mode 100644 index ebe2bee..0000000 --- a/home/xf0r3m/.config/xfce4/panel/netload-26.rc +++ /dev/null @@ -1,14 +0,0 @@ -Use_Label=false -Show_Values=false -Show_Bars=true -Colorize_Values=false -Color_In=rgb(255,79,0) -Color_Out=rgb(255,229,0) -Text=Sieć -Network_Device=enp0s31f6 -Max_In=4096 -Max_Out=4096 -Auto_Max=true -Update_Interval=250 -Values_As_Bits=false - diff --git a/home/xf0r3m/.config/xfce4/panel/systemload-25.rc b/home/xf0r3m/.config/xfce4/panel/systemload-25.rc deleted file mode 100644 index 7a58e0b..0000000 --- a/home/xf0r3m/.config/xfce4/panel/systemload-25.rc +++ /dev/null @@ -1,26 +0,0 @@ -[Main] -Timeout=500 -Timeout_Seconds=1 -Click_Command=xfce4-taskmanager - -[SL_Cpu] -Enabled=true -Use_Label=true -Color=rgb(0,0,192) -Text=cpu - -[SL_Mem] -Enabled=true -Use_Label=true -Color=rgb(0,192,0) -Text=mem - -[SL_Swap] -Enabled=true -Use_Label=true -Color=rgb(240,240,0) -Text=swap - -[SL_Uptime] -Enabled=true - diff --git a/home/xf0r3m/.config/xfce4/xfce4-screenshooter b/home/xf0r3m/.config/xfce4/xfce4-screenshooter deleted file mode 100644 index 811fae2..0000000 --- a/home/xf0r3m/.config/xfce4/xfce4-screenshooter +++ /dev/null @@ -1,8 +0,0 @@ -app=/usr/lib/firefox-esr/firefox-esr -last_user= -screenshot_dir=file:/home/xf0r3m/Pobrane -action=1 -delay=0 -region=1 -show_mouse=0 - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml deleted file mode 100644 index ef35423..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml deleted file mode 100644 index 781e4e7..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml deleted file mode 100644 index 39454b2..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml deleted file mode 100644 index 56d150e..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml deleted file mode 100644 index 8346363..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml deleted file mode 100644 index e4edd69..0000000 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/home/xf0r3m/.dmrc b/home/xf0r3m/.dmrc deleted file mode 100644 index 74e11a4..0000000 --- a/home/xf0r3m/.dmrc +++ /dev/null @@ -1,2 +0,0 @@ -[Desktop] -Session=lightdm-xsession diff --git a/home/xf0r3m/Obrazy/avatar.jpg b/home/xf0r3m/Obrazy/avatar.jpg deleted file mode 100644 index f80016e..0000000 Binary files a/home/xf0r3m/Obrazy/avatar.jpg and /dev/null differ diff --git a/home/xf0r3m/Obrazy/linux_terminal_wallpaper.png b/home/xf0r3m/Obrazy/linux_terminal_wallpaper.png deleted file mode 100755 index b2195d8..0000000 Binary files a/home/xf0r3m/Obrazy/linux_terminal_wallpaper.png and /dev/null differ diff --git a/home/xf0r3m/Obrazy/mark-korneev-pixelart-snow.jpg b/home/xf0r3m/Obrazy/mark-korneev-pixelart-snow.jpg deleted file mode 100755 index 66afe2d..0000000 Binary files a/home/xf0r3m/Obrazy/mark-korneev-pixelart-snow.jpg and /dev/null differ diff --git a/icons/padlock.png b/icons/padlock.png new file mode 100644 index 0000000..ea3508a Binary files /dev/null and b/icons/padlock.png differ diff --git a/icons/unlocked.png b/icons/unlocked.png new file mode 100644 index 0000000..96c8833 Binary files /dev/null and b/icons/unlocked.png differ diff --git a/images/altai_1920x1080.png b/images/altai_1920x1080.png new file mode 100644 index 0000000..658fc3f Binary files /dev/null and b/images/altai_1920x1080.png differ diff --git a/images/immudex_xfce_greeter_logo.png b/images/immudex_xfce_greeter_logo.png new file mode 100644 index 0000000..a20418b Binary files /dev/null and b/images/immudex_xfce_greeter_logo.png differ diff --git a/images/lofi_girl.jpg b/images/lofi_girl.jpg new file mode 100644 index 0000000..5b26d50 Binary files /dev/null and b/images/lofi_girl.jpg differ diff --git a/images/no_trespass_abandon.jpeg b/images/no_trespass_abandon.jpeg new file mode 100644 index 0000000..554e457 Binary files /dev/null and b/images/no_trespass_abandon.jpeg differ diff --git a/install.sh b/install.sh index 433e273..8a69c5a 100644 --- a/install.sh +++ b/install.sh @@ -2,16 +2,24 @@ set -e -apt install -y ranger git qmmp vlc lynx tmux pass qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon virt-manager +apt install -y ranger git qmmp vlc lynx tmux pass qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon virt-manager conky picom; -cp -rvv home/xf0r3m/.config /etc/skel; +mkdir /etc/skel/.config; +cp -rvv xfce4 /etc/skel/.config; -cp home/xf0r3m/.vimrc /etc/skel; +mkdir /etc/skel/.config/autostart; +cp conky.desktop /etc/skel/.config/autostart; + +cp vimrc /etc/skel/.vimrc; +cp conkyrc /etc/skel/.conkyrc; + +cp -rvv Pulpit /etc/skel; rm -rf /etc/lightdm; -cp -rvv etc/lightdm /etc; +cp -rvv lightdm /etc; rm /usr/share/images/desktop-base/default; -cp -rvv home/xf0r3m/Obrazy/* /usr/share/images/desktop-base; -ln -s /usr/share/images/desktop-base/desktop-background /usr/share/images/desktop-base/default; +cp -rvv images/* /usr/share/images/desktop-base; +ln -s /usr/share/images/desktop-base/altai_1920x1080.png /usr/share/images/desktop-base/default; +cp -vv icons/* /usr/share/icons; diff --git a/etc/lightdm/keys.conf b/lightdm/keys.conf similarity index 100% rename from etc/lightdm/keys.conf rename to lightdm/keys.conf diff --git a/lightdm/lightdm-gtk-greeter.conf b/lightdm/lightdm-gtk-greeter.conf new file mode 100644 index 0000000..e8ad5d8 --- /dev/null +++ b/lightdm/lightdm-gtk-greeter.conf @@ -0,0 +1,6 @@ +[greeter] +background = /usr/share/images/desktop-base/no_trespass_abandon.jpeg +theme-name = Adwaita-dark +icon-theme-name = Adwaita +default-user-image = /usr/share/images/desktop-base/immudex_xfce_greeter_logo.png + diff --git a/etc/lightdm/lightdm.conf b/lightdm/lightdm.conf similarity index 98% rename from etc/lightdm/lightdm.conf rename to lightdm/lightdm.conf index 2082c1a..5d8f104 100644 --- a/etc/lightdm/lightdm.conf +++ b/lightdm/lightdm.conf @@ -88,7 +88,7 @@ # [Seat:*] #type=local -#pam-service=lightdm +pam-service=lightdm #pam-autologin-service=lightdm-autologin #pam-greeter-service=lightdm-greeter #xserver-backend= @@ -105,12 +105,12 @@ #xdmcp-key= #unity-compositor-command=unity-system-compositor #unity-compositor-timeout=60 -#greeter-session=example-gtk-gnome -#greeter-hide-users=false +greeter-session=lightdm-gtk-greeter +greeter-hide-users=false #greeter-allow-guest=true -#greeter-show-manual-login=false +greeter-show-manual-login=false #greeter-show-remote-login=true -#user-session=default +#user-session=niko #allow-user-switching=true #allow-guest=true #guest-session= diff --git a/etc/lightdm/users.conf b/lightdm/users.conf similarity index 100% rename from etc/lightdm/users.conf rename to lightdm/users.conf diff --git a/home/xf0r3m/.vimrc b/vimrc similarity index 100% rename from home/xf0r3m/.vimrc rename to vimrc diff --git a/xfce4/desktop/icons.screen.latest.rc b/xfce4/desktop/icons.screen.latest.rc new file mode 120000 index 0000000..d818f41 --- /dev/null +++ b/xfce4/desktop/icons.screen.latest.rc @@ -0,0 +1 @@ +/home/xf0r3m/.config/xfce4/desktop/icons.screen0-1008x725.rc \ No newline at end of file diff --git a/xfce4/desktop/icons.screen0-1008x725.rc b/xfce4/desktop/icons.screen0-1008x725.rc new file mode 100644 index 0000000..666c29a --- /dev/null +++ b/xfce4/desktop/icons.screen0-1008x725.rc @@ -0,0 +1,39 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/xf0r3m/Pulpit/GVim.desktop] +row=5 +col=0 + +[/home/xf0r3m/Pulpit/Pliki.desktop] +row=2 +col=0 + +[/home/xf0r3m/Pulpit/Terminal.desktop] +row=3 +col=0 + +[/home/xf0r3m/Pulpit/Padlock.desktop] +row=2 +col=1 + +[/home/xf0r3m/Pulpit/Firefox.desktop] +row=1 +col=0 + +[/home/xf0r3m/Pulpit/VLC media player.desktop] +row=0 +col=1 + +[/home/xf0r3m/Pulpit/Menedżer maszyn wirtualnych.desktop] +row=1 +col=1 + +[/home/xf0r3m/Pulpit/Qmmp.desktop] +row=4 +col=0 + +[Kosz] +row=0 +col=0 + diff --git a/xfce4/desktop/icons.screen0-1264x757.rc b/xfce4/desktop/icons.screen0-1264x757.rc new file mode 100644 index 0000000..e156d95 --- /dev/null +++ b/xfce4/desktop/icons.screen0-1264x757.rc @@ -0,0 +1,23 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/home/niko/Pulpit/Mój komputer.desktop] +row=2 +col=0 + +[/home/niko/Pulpit/YouTube.desktop] +row=4 +col=0 + +[/home/niko/Pulpit/ebay.desktop] +row=3 +col=0 + +[/home/niko/Pulpit/Firefox.desktop] +row=1 +col=0 + +[Kosz] +row=0 +col=0 + diff --git a/xfce4/panel/whiskermenu-1.rc b/xfce4/panel/whiskermenu-1.rc new file mode 100644 index 0000000..0f70fb6 --- /dev/null +++ b/xfce4/panel/whiskermenu-1.rc @@ -0,0 +1,83 @@ +favorites=xfce4-web-browser.desktop,xfce4-file-manager.desktop +recent=xfce4-terminal-emulator.desktop,xfce4-terminal.desktop,lightdm-gtk-greeter-settings.desktop +button-title=Start +button-icon=debian-logo +button-single-row=false +show-button-title=true +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +launcher-icon-size=3 +hover-switch-category=false +category-show-name=true +category-icon-size=1 +sort-categories=true +view-mode=0 +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=true +position-categories-horizontal=false +stay-on-focus-out=false +profile-shape=0 +confirm-session-command=true +menu-width=450 +menu-height=500 +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-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=true +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=true +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=true +command-suspend=xfce4-session-logout --suspend +show-command-suspend=false +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=false +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Strony podręcznika +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Wyszukiwarka internetowa +pattern=? +command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u +regex=false + +[action2] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action3] +name=Uruchom w terminalu +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action4] +name=Otwórz adres URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + diff --git a/home/xf0r3m/.config/xfce4/terminal/accels.scm b/xfce4/terminal/accels.scm similarity index 98% rename from home/xf0r3m/.config/xfce4/terminal/accels.scm rename to xfce4/terminal/accels.scm index ed4dd9c..673bbea 100644 --- a/home/xf0r3m/.config/xfce4/terminal/accels.scm +++ b/xfce4/terminal/accels.scm @@ -13,14 +13,15 @@ (gtk_accel_path "/terminal-window/goto-tab-1" "1") ; (gtk_accel_path "/terminal-window/fullscreen" "F11") ; (gtk_accel_path "/terminal-window/read-only" "") +(gtk_accel_path "/terminal-window/goto-tab-5" "5") ; (gtk_accel_path "/terminal-window/preferences" "") ; (gtk_accel_path "/terminal-window/reset-and-clear" "") ; (gtk_accel_path "/terminal-window/about" "") -(gtk_accel_path "/terminal-window/goto-tab-5" "5") +(gtk_accel_path "/terminal-window/goto-tab-4" "4") ; (gtk_accel_path "/terminal-window/close-window" "q") ; (gtk_accel_path "/terminal-window/reset" "") ; (gtk_accel_path "/terminal-window/save-contents" "") -; (gtk_accel_path "/terminal-window/toggle-menubar" "") +(gtk_accel_path "/terminal-window/toggle-menubar" "F10") ; (gtk_accel_path "/terminal-window/copy" "c") ; (gtk_accel_path "/terminal-window/copy-html" "") ; (gtk_accel_path "/terminal-window/last-active-tab" "") @@ -54,5 +55,4 @@ ; (gtk_accel_path "/terminal-window/zoom-out" "minus") (gtk_accel_path "/terminal-window/goto-tab-8" "8") ; (gtk_accel_path "/terminal-window/help-menu" "") -(gtk_accel_path "/terminal-window/goto-tab-4" "4") (gtk_accel_path "/terminal-window/goto-tab-3" "3") diff --git a/home/xf0r3m/.config/xfce4/terminal/terminalrc b/xfce4/terminal/terminalrc similarity index 80% rename from home/xf0r3m/.config/xfce4/terminal/terminalrc rename to xfce4/terminal/terminalrc index 94c858b..9f8b7d4 100644 --- a/home/xf0r3m/.config/xfce4/terminal/terminalrc +++ b/xfce4/terminal/terminalrc @@ -1,4 +1,5 @@ [Configuration] +BackgroundMode=TERMINAL_BACKGROUND_IMAGE MiscAlwaysShowTabs=FALSE MiscBell=FALSE MiscBellUrgent=FALSE @@ -26,10 +27,8 @@ MiscSlimTabs=FALSE MiscNewTabAdjacent=FALSE MiscSearchDialogOpacity=100 MiscShowUnsafePasteDialog=TRUE -ShortcutsNoMenukey=TRUE -BackgroundMode=TERMINAL_BACKGROUND_IMAGE -BackgroundImageFile=/usr/share/images/desktop-base/linux_terminal_wallpaper.png -BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_SCALED -BackgroundImageShading=0,750000 MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU +BackgroundImageFile=/usr/share/images/desktop-base/lofi_girl.jpg +BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_FILLED +BackgroundImageShading=0,600000 diff --git a/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..0dc41fc --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml similarity index 100% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml rename to xfce4/xfconf/xfce-perchannel-xml/keyboards.xml diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/xfce4/xfconf/xfce-perchannel-xml/thunar.xml similarity index 79% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml rename to xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 8e46951..8bd2971 100644 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -3,5 +3,4 @@ - diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..ccb6fb6 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml similarity index 100% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml rename to xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml similarity index 61% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml rename to xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml index d6bb75d..c48417d 100644 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -4,9 +4,6 @@ - - - diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..9535fae --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml similarity index 67% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml rename to xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml index 7ce3045..4fdf554 100644 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -3,8 +3,6 @@ - - diff --git a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml similarity index 98% rename from home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml rename to xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 0b61f32..c06ea6d 100644 --- a/home/xf0r3m/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -73,7 +73,7 @@ - +