diff --git a/.gitignore b/.gitignore index 2069fdd..c67fc10 100644 --- a/.gitignore +++ b/.gitignore @@ -30,51 +30,3 @@ local/share/mime/ local/share/ranger local/share/recently-used.xbel local/share/tracker -config/geeqie/ -config/ncmpcpp -config/gtk-2.0 -config/GIMP -config/MongoDB Compass -config/configstore -config/inkscape -config/keepassx -config/keepassxc -config/onedrive -config/spicetify -config/spotify -config/systemd -local/share/Trash -config/remmina -config/filezilla -config/VSCodium -local/share/webkitgtk/ -local/share/remmina -local/share/vlc -local/share/strawberry -local/share/DBeaverData -local/lib -local/bin -config/cef_user_data -config/clever-cloud -config/freerdp -config/kinow-player-lacinetek -config/ngrok -config/toot -config/vlc -local/share/gem -local/share/meld -local/share/logs -local/share/icons/hicolor/ -local/share/icons-in-terminal/ -local/share/TelegramDesktop/ -config/solaar/ -config/rustdesk/ -config/fontconfig/ -config/strawberry/ -local/share/.vivaldi_reporting_data -config/otpclient.cfg -config/BraveSoftware/ -config/easytag -config/lazydocker/ -config/syncthing-gtk/ -config/syncthing/ diff --git a/README.md b/README.md index 85394b9..0494e8c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # home My GNU/Linux home config -Based on Gentoo (and Debian) with Wayland/Sway. +Based on Gentoo with Wayland/Sway. Theme: nord palette @@ -17,7 +17,7 @@ Theme: nord palette * [Cursors: Comix](https://www.gnome-look.org/p/999996) * [Grammalecte](https://grammalecte.net/) (Extract [zip](https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v2.1.0.zip) into ~/.Grammalecte) * [CAVA](https://github.com/karlstav/cava) -* [adb-sync](https://github.com/google/adb-sync) + ## Inspirations diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..48ca05e --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +# Missing + +* Chromium +* QCAD + +# Not Working + +* ~~Sound with Firefox on few sites~~ diff --git a/bin/btpair.sh b/bin/btpair.sh deleted file mode 100755 index 518670f..0000000 --- a/bin/btpair.sh +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -HEADPHONE="88:D0:39:7D:6A:70" - -bluetoothctl trust ${HEADPHONE} -bluetoothctl disconnect ${HEADPHONE} -bluetoothctl connect ${HEADPHONE} diff --git a/bin/createLP.sh b/bin/createLP.sh deleted file mode 100755 index c4a9011..0000000 --- a/bin/createLP.sh +++ /dev/null @@ -1,18 +0,0 @@ -#! /bin/bash - -if [ "$#" -ne 2 ]; then - echo Usage: createLp.sh \"artist/album\" https://cover - exit 1 -fi - -cd ~ - -mkdir -p "Vinyles/${1}" -mkdir -p "Music/Vinyles/${1}" - -wget ${2} -O /tmp/cover.jpg - -cp /tmp/cover.jpg "Vinyles/${1}" -cp /tmp/cover.jpg "Music/Vinyles/${1}" - -rm /tmp/cover.jpg diff --git a/bin/ls b/bin/ls deleted file mode 100755 index 8b1102b..0000000 Binary files a/bin/ls and /dev/null differ diff --git a/bin/mountMusic.sh b/bin/mountMusic.sh deleted file mode 100755 index 32e70c4..0000000 --- a/bin/mountMusic.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/bash - -ssh -f clara -L 2222:dmc-12.mousur.int:22 -N - -sshfs -p 2222 dbroqua@127.0.0.1:/srv/dev-disk-by-label-storage/medias/Music ~/Music diff --git a/bin/rsync.sh b/bin/rsync.sh index 1eba79c..4c8105e 100755 --- a/bin/rsync.sh +++ b/bin/rsync.sh @@ -12,8 +12,6 @@ ARGS='-avz --delete --exclude /tmp --exclude /fonts --exclude /Music ---exclude /Vinyles ---exclude /Videos --exclude /node_modules --exclude /snap --exclude /.local/share/Trash @@ -37,10 +35,7 @@ ARGS='-avz --delete --exclude /.gradle --exclude ./Software --exclude /.local ---exclude /.DataGrip* ---exclude /.eclipse ---exclude /sshfs ---exclude /OneDrive' +--exclude /.DataGrip*' ORIG='/home/dbroqua/' DEST='' HOSTNAME=`hostname` @@ -51,7 +46,7 @@ UUID='6e3f7ae3-8fa1-43f3-88c0-a12651519ffb' MOUNT='/mnt/backup' DEST_USB="/mnt/backup/${HOSTNAME}/dbroqua/" # SSHFS -DEST_SSHFS="dmc-12:Backup/${HOSTNAME}/dbroqua/" +DEST_SSHFS="storage:Backup/${HOSTNAME}/dbroqua/" while getopts t:h opt @@ -94,13 +89,14 @@ if [ "${TYPE}" != '' ] ; then esac fi +echo $? + if [ $? == 0 ] ; then - echo `date` > ${ORIG}lastBackup + echo `date` > ${ORIG}/lastBackup echo "Method: ${TYPE}" >> ${ORIG}/lastBackup - if [ -f "${ORIG}lastFailBackup}" ]; then - rm ${ORIG}lastFailBackup - fi + rm ${ORIG}/lastFailBackup else - echo `date` > ${ORIG}lastFailBackup - echo "Method: ${TYPE}" >> ${ORIG}lastFailBackup + echo `date` > ${ORIG}/lastFailBackup + echo "Method: ${TYPE}" >> ${ORIG}/lastFailBackup fi + diff --git a/bin/syncMusic.sh b/bin/syncMusic.sh index 414b981..ab64ecb 100755 --- a/bin/syncMusic.sh +++ b/bin/syncMusic.sh @@ -1,9 +1,5 @@ #! /bin/bash -echo "# Correction des permissions" -find ~/Music -type f \( -iname \*.flac -o -iname \*.mp3 \) -perm 600 -print -exec chmod go+r {} \; +chmod a+r ~/Music/**/*.flac ~/Music/**/*.mp3 -echo "# Copie des CDs, LPs et EPs" -rsync -avz --delete ~/Music/ dmc-12:/srv/dev-disk-by-uuid-52e1df75-7a38-4ba4-a590-2f1075e84ff3/Musiques - -mpc rescan +rsync -avz --delete ~/Music storage:/srv/dev-disk-by-label-storage/medias/ diff --git a/bin/syncMusicMarty.sh b/bin/syncMusicMarty.sh deleted file mode 100755 index cc57135..0000000 --- a/bin/syncMusicMarty.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/bash - -rsync -avz --delete dmc-12:/srv/dev-disk-by-uuid-52e1df75-7a38-4ba4-a590-2f1075e84ff3/Musiques/ /media/sdcard/Music - -mpc rescan diff --git a/bin/update-world.sh b/bin/update-world.sh index 063e8ff..e5a654b 100755 --- a/bin/update-world.sh +++ b/bin/update-world.sh @@ -2,16 +2,7 @@ emerge --sync emaint sync -a -layman -S emerge --ask --verbose --update --changed-use --deep @world -emerge --ask --verbose --update --newuse --deep --with-bdeps=y @world - -emerge --ask --verbose @preserved-rebuild - emerge --ask --verbose --depclean - -eclean-dist --deep - -date diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 3344b17..c10b3e4 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -8,35 +8,17 @@ # References: # https://github.com/alacritty/alacritty # - -live_config_reload: true - -window: - opacity: 0.8 - decorations: 'none' - -bell: - animation: 'EaseOutCubic' - duration: 125 - color: '#bf616a' - -cursor: - style: - shape: 'underline' - blinking: Always - blink_interval: 250 - unfocused_hollow: true - font: size: 9 normal: - family: FiraCode Nerd Font Mono - #family: Cascadia Code Light + family: Droid Sans Mono Slashed for Powerline style: Regular bold: - style: Bold + family: Droid Sans Mono Slashed for Powerline + # style: Bold italic: - style: Italic + family: Droid Sans Mono Slashed for Powerline + # style: Italic colors: primary: @@ -56,10 +38,7 @@ colors: matches: foreground: CellBackground background: '#88c0d0' - focused_match: - background: '#434c5e' - foreground: '#d8dee9' - footer_bar: + bar: background: '#434c5e' foreground: '#d8dee9' normal: diff --git a/config/bpytop/bpytop.conf b/config/bpytop/bpytop.conf index d814a66..820a864 100644 --- a/config/bpytop/bpytop.conf +++ b/config/bpytop/bpytop.conf @@ -1,4 +1,4 @@ -#? Config file for bpytop v. 1.0.61 +#? Config file for bpytop v. 1.0.63 #* Color theme, looks for a .theme file in "/usr/[local/]share/bpytop/themes" and "~/.config/bpytop/themes", "Default" for builtin default theme. #* Prefix name by a plus sign (+) for a theme located in user themes folder, i.e. color_theme="+monokai" @@ -22,7 +22,7 @@ proc_update_mult=2 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive", #* "cpu lazy" updates top process over time, "cpu responsive" updates top process directly. -proc_sorting="memory" +proc_sorting="cpu lazy" #* Reverse sorting order, True or False. proc_reversed=False @@ -40,7 +40,7 @@ proc_colors=True proc_gradient=True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core=True +proc_per_core=False #* Show process memory as bytes instead of percent proc_mem_bytes=True @@ -73,6 +73,9 @@ cpu_sensor=Auto #* Show temperatures for cpu cores also if check_temp is True and sensors has been found show_coretemp=True +#* Which temperature scale to use, available values: "celsius", "fahrenheit", "kelvin" and "rankine" +temp_scale="celsius" + #* Draw a clock at top of screen, formatting according to strftime, empty string to disable. draw_clock="%X" @@ -134,7 +137,7 @@ net_color_fixed=False net_iface="" #* Show battery stats in top right if battery is present -show_battery=True +show_battery=False #* Show init screen at startup, the init screen is purely cosmetical show_init=True diff --git a/config/gammastep/config.ini b/config/gammastep/config.ini deleted file mode 100644 index 341e55c..0000000 --- a/config/gammastep/config.ini +++ /dev/null @@ -1,68 +0,0 @@ -; Global settings -[general] -; Set the day and night screen temperatures -temp-day=5700 -temp-night=3500 - -; Disable the smooth fade between temperatures when Redshift starts and stops. -; 0 will cause an immediate change between screen temperatures. -; 1 will gradually apply the new screen temperature over a couple of seconds. -fade=1 - -; Solar elevation thresholds. -; By default, Redshift will use the current elevation of the sun to determine -; whether it is daytime, night or in transition (dawn/dusk). When the sun is -; above the degrees specified with elevation-high it is considered daytime and -; below elevation-low it is considered night. -;elevation-high=3 -;elevation-low=-6 - -; Custom dawn/dusk intervals. -; Instead of using the solar elevation, the time intervals of dawn and dusk -; can be specified manually. The times must be specified as HH:MM in 24-hour -; format. -;dawn-time=6:00-7:45 -;dusk-time=18:35-20:15 - -; Set the screen brightness. Default is 1.0. -;brightness=0.9 -; It is also possible to use different settings for day and night -; since version 1.8. -;brightness-day=0.7 -;brightness-night=0.4 -; Set the screen gamma (for all colors, or each color channel -; individually) -gamma=0.8 -;gamma=0.8:0.7:0.8 -; This can also be set individually for day and night since -; version 1.10. -;gamma-day=0.8:0.7:0.8 -;gamma-night=0.6 - -; Set the location-provider: 'geoclue2', 'manual'. -; The location provider settings are in a different section. -location-provider=manual - -; Set the adjustment-method: 'randr', 'vidmode', 'drm', 'wayland'. -; 'randr' is the preferred X11 method, 'vidmode' is an older API -; that works in some cases when 'randr' does not. -; The adjustment method settings are in a different section. -adjustment-method=wayland - -; Configuration of the location-provider: -; type 'gammastep -l PROVIDER:help' to see the settings. -; ex: 'gammastep -l manual:help' -; Keep in mind that longitudes west of Greenwich (e.g. the Americas) -; are negative numbers. -[manual] -lat=37.751 -lon=-97.822 - -; Configuration of the adjustment-method -; type 'gammastep -m METHOD:help' to see the settings. -; ex: 'gammastep -m randr:help' -; In this example, randr is configured to adjust only screen 0. -; Note that the numbering starts from 0, so this is actually the first screen. -; If this option is not specified, Redshift will try to adjust _all_ screens. -[wayland] -screen=0 diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini index c18ed89..aa988b9 100644 --- a/config/gtk-3.0/settings.ini +++ b/config/gtk-3.0/settings.ini @@ -1,20 +1,16 @@ [Settings] -gtk-application-prefer-dark-theme=true -gtk-button-images=true +gtk-application-prefer-dark-theme=1 +gtk-theme-name=Nordic +gtk-icon-theme-name=NordArc-Icons +gtk-font-name=Sans 10 gtk-cursor-theme-name=ComixCursors-Opaque-White gtk-cursor-theme-size=0 -gtk-decoration-layout=icon:minimize,maximize,close -gtk-enable-animations=true +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 gtk-enable-event-sounds=1 gtk-enable-input-feedback-sounds=1 -gtk-font-name=Noto Sans, 10 -gtk-icon-theme-name=NordArc-Icons -gtk-menu-images=true -gtk-modules=colorreload-gtk-module:window-decorations-gtk-module -gtk-primary-button-warps-slider=false -gtk-theme-name=Nordic -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-toolbar-style=3 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull diff --git a/config/htop/htoprc b/config/htop/htoprc index 3de7457..f501957 100644 --- a/config/htop/htoprc +++ b/config/htop/htoprc @@ -2,9 +2,8 @@ # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 -sort_direction=-1 -tree_sort_key=0 -tree_sort_direction=1 +sort_direction=1 +hide_threads=0 hide_kernel_threads=1 hide_userland_threads=0 shadow_other_users=0 @@ -13,20 +12,12 @@ show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 -highlight_changes=0 -highlight_changes_delay_secs=5 -find_comm_in_cmdline=1 -strip_exe_from_cmdline=1 -show_merged_command=0 tree_view=0 -tree_view_always_by_pid=0 header_margin=1 detailed_cpu_time=0 -cpu_count_from_one=1 +cpu_count_from_zero=0 show_cpu_usage=1 show_cpu_frequency=0 -show_cpu_temperature=0 -degree_fahrenheit=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 @@ -36,4 +27,3 @@ left_meters=Hostname Tasks Blank Blank LeftCPUs4 Memory left_meter_modes=2 2 2 2 1 1 right_meters=Clock Uptime LoadAverage Blank RightCPUs4 Swap right_meter_modes=2 2 2 2 1 1 -hide_function_bar=0 diff --git a/config/kanshi/config b/config/kanshi/config deleted file mode 100644 index 997c30d..0000000 --- a/config/kanshi/config +++ /dev/null @@ -1,18 +0,0 @@ -profile office { - output eDP-1 enable mode 1920x1080 position 2560,0 - output DP-2 enable mode 2560x1080 position 0,0 -} - -profile laptop { - output DP-2 disable - output eDP-1 enable mode 1920x1080 position 0,0 -} - -profile home-office { - output DP-3 enable mode 3440x1440@49.987Hz position 0,0 - output eDP-1 enable mode 1920x1080 position 3440,710 -} - -profile home { - output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0 -} diff --git a/config/neomutt/neomuttrc b/config/neomutt/neomuttrc index c147119..d7e7a34 100644 --- a/config/neomutt/neomuttrc +++ b/config/neomutt/neomuttrc @@ -3,4 +3,4 @@ source ~/.config/neomutt/colors source ~/.config/neomutt/sidebar source ~/.config/neomutt/accounts/darkou -#source ~/.config/neomutt/accounts/mousur +source ~/.config/neomutt/accounts/mousur diff --git a/config/sway/config b/config/sway/config index 89e8354..ca13d84 100644 --- a/config/sway/config +++ b/config/sway/config @@ -24,10 +24,11 @@ input type:touchpad { set $mod Mod4 # Displays -#set $thinkstation HDMI-A-3 -##set $thinkstation-work "Iiyama North America PL2483H 1173700204528" -#set $thinkpad eDP-1 -#set $thinkpad-work DP-2 +set $thinkstation HDMI-A-3 +set $thinkstation-work "Iiyama North America PL2483H 1173700204528" +set $thinkpad eDP-1 +set $thinkpad-work "Samsung Electric Company SMS24A450/460 HTMC807749" +set $work DP-1 # Workspaces set $wksp1 "1: Main" @@ -37,7 +38,7 @@ set $wksp4 "4: Music" set $wksp5 "5: Graphics" set $wksp6 "6: Games" set $wksp7 "7: Remote" -set $wksp8 "8: Console" +set $wksp8 "8: -" set $wksp9 "9: Databases" set $wksp10 "10: Debugger" @@ -73,20 +74,17 @@ set $ps2 Control+Print set $modalWidth 1280 set $modalHeight 800 -# Gnome schema path -set $gnome-schema org.gnome.desktop.interface - ### Screens definitions # # Thinkstation -#output $thinkstation resolution 3440x1440@100Hz position 0 0 adaptive_sync on -##output $thinkstation-work resolution 1920x1080@60Hz position 3440 0 transform 270 adaptive_sync on +output $thinkstation resolution 3440x1440@100Hz position 0 0 adaptive_sync on +output $thinkstation-work resolution 1920x1080@60Hz position 3440 0 transform 270 adaptive_sync on # Thinkpad -#output $thinkpad resolution 1920x1080 position 2560 0 -#output $thinkpad-work resolution 2560x1080 position 0 0 +output $thinkpad resolution 1920x1080 position 1920 785 +output $thinkpad-work resolution 1920x1080 position 0 0 ### Gnome settings @@ -111,11 +109,9 @@ exec_always { # exec swayidle -w \ - timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' -#exec swayidle -w \ -# timeout 300 'swaylock -f' \ -# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ -# before-sleep 'swaylock -f' + timeout 300 'swaylock -f' \ + timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + before-sleep 'swaylock -f' ### Autostart @@ -125,20 +121,19 @@ exec dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus exec gnome-keyring-daemon #exec /usr/bin/libinput-gestures #exec nm-applet --indicator -exec kanshi exec kdeconnect-indicator exec mako exec nextcloud --background exec remmina -i exec $term -#exec firefox -exec GDK_BACKEND=x11 firefox -#exec signal-desktop --use-tray-icon -exec GDK_BACKEND=x11 signal-desktop --use-tray-icon +exec firefox +exec spotify +exec signal-desktop --use-tray-icon +exec teams exec mpd exec libinput-gestures-setup start -exec solaar --window=hide -exec syncthing --no-browser +# Set focus on main screen +exec ~/bin/autoFocus.sh ### Window config @@ -148,7 +143,9 @@ for_window [app_id=".*"] border pixel 4 # Auto move on Workspace for_window [class="Signal"] move container to workspace $wksp3 +for_window [class="Teams"] move container to workspace $wksp3 for_window [class="Slack"] move container to workspace $wksp3 +for_window [class="Spotify"] move container to workspace $wksp4 # Open as floating for_window [class="Geeqie"] floating enable @@ -176,7 +173,6 @@ bindsym Alt+space exec $menu # lock screen bindsym $mod+Alt+l exec swaylock -f -bindsym $mod+Ctrl+l exec swaylock -S # Reload the configuration file bindsym $mod+Shift+r reload @@ -199,8 +195,8 @@ bindsym $mod+c exec "$term -t 'Calendar' -e khal interactive" # Dismiss last notification bindsym $mod+n exec makoctl dismiss # Do not disturb -bindsym $mod+d exec "notify-send -i ~/icons/information.png 'Notification' 'Disabling notification…' && makoctl set-mode do-not-disturb" -bindsym $mod+Shift+d exec "makoctl set-mode default && makoctl restore && notify-send -i ~/icons/information.png 'Notification' 'Notification enabled'" +bindsym $mod+d exec makoctl set-mode do-not-disturb +bindsym $mod+Shift+d exec "makoctl set-mode default && makoctl restore" # Multimedia keys bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% @@ -214,8 +210,7 @@ bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp" bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava" # Screen -#bindsym $mod+p exec "swaymsg output $work toggle" -#bindsym $mod+alt+p exec "swaymsg output $thinkpad toggle" +bindsym $mod+p exec "swaymsg output $work toggle" # # Brightness @@ -312,16 +307,16 @@ mode "move" { ### Default placement # -#workspace $wksp1 output $thinkstation -#workspace $wksp2 output $thinkstation -#workspace $wksp3 output $thinkstation -#workspace $wksp4 output $thinkstation -#workspace $wksp5 output $thinkstation -#workspace $wksp6 output $thinkstation -#workspace $wksp7 output $thinkstation -#workspace $wksp8 output $thinkstation -#workspace $wksp9 output $work -#workspace $wksp10 output $work +workspace $wksp1 output $thinkstation +workspace $wksp2 output $thinkstation +workspace $wksp3 output $thinkstation +workspace $wksp4 output $thinkstation +workspace $wksp5 output $thinkstation +workspace $wksp6 output $thinkstation +workspace $wksp7 output $thinkstation +workspace $wksp8 output $thinkstation +workspace $wksp9 output $work +workspace $wksp10 output $work @@ -342,10 +337,9 @@ bar { ### gaps # -gaps outer 3 -gaps inner 4 +gaps inner 10 +gaps outer -5 smart_gaps off -default_border pixel 3 ### Titlebars diff --git a/config/swaylock/config b/config/swaylock/config index 412eaf2..af3992b 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,9 +1,7 @@ image=/home/dbroqua/Nextcloud/images/Wallpaper/Nord\ Theme/lock.png font=Droid Sans Mono Slashed for Powerline -;clock -indicator indicator-radius=100 -indicator-thickness=6 +indicator-thickness=20 key-hl-color=81a1c1 separator-color=3b4252 @@ -12,10 +10,6 @@ layout-border-color=5e81ac layout-bg-color=5e81ac line-color=5e81ac -effect-blur=7x5 -effect-vignette=0.5:0.5 - -inside-color=5e81ac inside-clear-color=5e81ac inside-ver-color=81a1c1 inside-wrong-color=bf616a @@ -25,8 +19,4 @@ ring-clear-color=5e81ac ring-ver-color=81a1c1 ring-wrong-color=bf616a -fade-in=0.2 - -grace=0 - line-uses-inside diff --git a/config/waybar/config b/config/waybar/config index 65d0eee..ef6309f 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -1,7 +1,6 @@ [ { - "name": "thinkstation", - "layer": "bottom", + "layer": "bottom", "position": "top", "margin": 4, "output": "HDMI-A-3", @@ -25,7 +24,7 @@ "clock", "tray" ], - "sway/workspaces": { + "sway/workspaces": { "all-outputs": true }, "sway/mode": { @@ -136,34 +135,36 @@ } }, { - "name": "laptop", "layer": "bottom", "position": "top", "margin": 4, - "output": ["eDP-1","DP-2", "DP-3"], + "output": "eDP-1", "modules-left": [ "sway/workspaces", "sway/mode", ], "modules-center": [ - "custom/clock", ], "modules-right": [ - "custom/vpn", + "disk#1", + "disk#2", + "network#openvpn", "network", - "temperature", "cpu", "memory", + "temperature", "battery", "backlight", "pulseaudio", + "mpd", + "custom/clock", "tray" ], - "custom/clock": { - "exec": "date +'%A %d/%m/%Y %H:%M'", - "interval": 60, - }, - "sway/workspaces": { + "custom/clock": { + "exec": "date +'%a %x %R'", + "interval": 60, + }, + "sway/workspaces": { "all-outputs": true }, "sway/mode": { @@ -174,25 +175,24 @@ "interval": 60, "format": " {percentage_used:2}%", "path": "/", - "tooltip": true, + "tooltip": false, }, "disk#2": { "interval": 60, "format": " {percentage_used:2}%", "path": "/home", - "tooltip": true + "tooltip": false }, "battery": { "bat": "BAT0", "interval": 60, "states": { - "warning": 40, - "critical": 25 + "warning": 30, + "critical": 15 }, "format": "{capacity}% {icon}", "format-icons": ["", "", "", "", ""], - "max-length": 25, - "tooltip": true + "max-length": 25 }, "network": { "interface": "wlp59s0", @@ -201,44 +201,32 @@ "format-ethernet": "{ifname} ", "format-disconnected": "", //An empty format will hide the module. "max-length": 50, - "tooltip": true, - "interval": 60, - }, - "custom/vpn": { - "format": "{icon}", - "tooltip-format": "{icon}", - "exec": "$HOME/.config/waybar/modules/vpn_echo.sh", - "return-type": "json", - "interval": 5, - "format-icons": ["",""] + "tooltip": false }, "network#openvpn": { "interface": "tun0", "format": "🔒", "format-disconnected": "🔓", //An empty format will hide the module. "max-length": 50, - "tooltip": true, - "interval": 60, + "tooltip": false }, "cpu": { "format": " {load}%", - "tooltip": true + "tooltip": false }, "memory": { "format": " {percentage}%", - "tooltip": true + "tooltip": false }, "temperature": { "thermal-zone": 1, "hwmon-path": "/sys/class/hwmon/hwmon0/temp1_input", - "format": " {temperatureC}°C", - "tooltip": true, + "format": " {temperatureC}°C" }, "backlight": { "device": "intel_backlight", "format": "{percent}% {icon}", - "format-icons": ["", ""], - "tooltip": true, + "format-icons": ["", ""] }, "pulseaudio": { "format": "♪ {volume}% {icon}", @@ -255,7 +243,7 @@ }, "scroll-step": 5, "on-click": "pavucontrol", - "tooltip": true + "tooltip": false }, "mpd": { "format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ", @@ -279,7 +267,11 @@ }, "tooltip-format": "MPD (connected)", "tooltip-format-disconnected": "MPD (disconnected)", - "tooltip": true + "tooltip": false + }, + "clock": { + "format": "{:%d/%m %H:%M}", + "tooltip": false }, "tray": { "spacing": 10 diff --git a/config/waybar/modules/vpn_echo.sh b/config/waybar/modules/vpn_echo.sh deleted file mode 100755 index ddad96f..0000000 --- a/config/waybar/modules/vpn_echo.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -ip addr | grep -q '10.10.10.2' \ - && echo '{"text":"Connected","class":"connected","percentage":100}' \ - || echo '{"text":"Disconnected","class":"disconnected","percentage":0}' diff --git a/config/waybar/style.css b/config/waybar/style.css index 6f8df11..0d4b983 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,18 +1,13 @@ * { - /*font-family: "Font Awesome 5 Free", "Font Awesome v4 Compatibility Regular";*/ - font-family: "FiraCode Nerd Font Mono"; + font-size: 11px; + font-family: "Font Awesome 5 Free"; } window#waybar { color: #d8dee9; background: none; - margin: 0; - padding: 0; - font-size: 11px; -} - -window#waybar.laptop { - font-size: 14px; + padding: 8px; + border-radius: 4px; } /* Base styling for modules */ @@ -20,7 +15,6 @@ window#waybar.laptop { #mode, #disk, #network, -#custom-vpn, #cpu, #memory, #temperature, @@ -60,7 +54,6 @@ window#waybar.laptop { background: rgba(208, 135, 112, 0.7); } -#custom-vpn.disconnected, #network.disconnected { background: rgba(191, 97, 106, 0.7); } @@ -83,17 +76,6 @@ window#waybar.laptop { border-bottom-left-radius: 0; } -/* Style for battery */ -#battery.discharging { - border: 2px solid rgba(208, 135, 112, 0.7); -} -#battery.warning { - background: rgba(208, 135, 112, 0.7); -} -#battery.critical { - background: rgba(191, 97, 106, 0.7); -} - /* Style for buttons */ #mpd, #custom-spotify, diff --git a/crontab b/crontab index 48cf10f..9389289 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,2 @@ */30 * * * * vdirsyncer sync >/dev/null 2>&1 -30 12 * * * export SSH_AUTH_SOCK=/home/dbroqua/.ssh/agent && ~/bin/rsync.sh -t sshfs >cronlog 2>&1 +30 12 * * 3 ~/bin/rsync.sh -t sshfs diff --git a/dotfiles/.aliases b/dotfiles/.aliases index 54dbdec..9a442a3 100644 --- a/dotfiles/.aliases +++ b/dotfiles/.aliases @@ -4,13 +4,10 @@ alias mv="mv -v" alias la="ls -a" alias ll="ls -l" alias lh="ls -lah" -alias pls="pls --details -i nerd" alias grep="grep --color=auto -n" alias diff='diff --color=auto' alias gdiff='git diff' alias yarn="yarn --emoji true" -alias tv="tidy-viewer -c 1 " -alias pls="pls -i nerd --details" # No space in file alias nospace='rename "y/ /_/ " *' @@ -25,25 +22,15 @@ alias rp='rpHQ' alias 107='mpv http://15363.live.streamtheworld.com/KSANFMAAC192.aac' alias onlyrock='mpv http://ns508363.ip-198-100-145.net:8080/onlyrockradio.mp3' alias fuzz='mpv "https://cloud.darkou.fr/s/7paGBPsERGJjnFd/download?path=%2F&files=fuzz.pls"' -alias stonerrock='mpv http://79.111.119.111:8002/stonerrock' -alias rx3='mpv https://halo.streamerr.co/listen/real_rebel_radio/radio.mp3' +alias rx3='mpv https://cleo.shoutca.st/radio/8020/radio.mp3\?1608118952' alias heavy1='mpv https://listen.radioking.com/radio/119653/stream/159121' -alias radiometal='mpv http://radio.radiometal.com/radiometal.mp3\?nocache=328359' alias lagrosseRock='mpv http://hd.lagrosseradio.info/lagrosseradio-rock-192.mp3' alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3' alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3' alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u' -alias highVoltage='mpv https://strm112.1.fm/highvoltage_mobile_mp3' # https://prod.radio-api.net/stations/now-playing?stationIds=1fmhighvoltage' -alias droogies='mpv http://www.droogies.org:8000/stream' -alias radiodesert='mpv https://s2.radiolize.com:8010/radio.mp3' # https://radiodesert.com/ -alias music='sshfs dmc-12:/srv/dev-disk-by-label-storage/medias/Music ~/Music' alias dh="dfc -t xfs,ext2 2>/dev/null" -alias irc="ssh verne -t tmux attach-session -t irc" +alias irc="ssh jules -t tmux attach-session -t irc" alias getClass="swaymsg -t get_tree| grep $1" - -alias syncFp3="~/Projects/forked/adb-sync/adb-sync ~/Music /storage/D529-6073/" - -alias ip="ip --color=auto" diff --git a/dotfiles/.profile b/dotfiles/.profile index 3b74c05..611e068 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -26,4 +26,3 @@ if [ -n "$DISPLAY" ]; then fi export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/openssh_agent" -PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH" diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index bb2e66a..2433994 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -6,35 +6,35 @@ set nocompatible " -- Vim-plug if empty(glob('~/.vim/autoload/plug.vim')) silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs - \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif call plug#begin('~/.vim/plugged') -Plug 'arcticicestudio/nord-vim' -Plug 'sjbach/lusty' -Plug 'kshenoy/vim-signature' -Plug 'w0rp/ale' -Plug 'ap/vim-css-color' -Plug 'mileszs/ack.vim' -Plug 'ctrlpvim/ctrlp.vim' -Plug 'moll/vim-node' -Plug 'pangloss/vim-javascript' -Plug 'briancollins/vim-jst' -Plug '1995eaton/vim-better-javascript-completion' -Plug 'heavenshell/vim-jsdoc', { - \ 'for': ['javascript', 'javascript.jsx','typescript'], - \ 'do': 'make install' - \} -Plug 'JamshedVesuna/vim-markdown-preview' -Plug 'ternjs/tern_for_vim', {'do': 'yarn install'} -Plug 'alvan/vim-closetag' -Plug 'psykidellic/vim-jekyll' -Plug 'airblade/vim-gitgutter' -Plug 'yuezk/vim-js' -Plug 'maxmellon/vim-jsx-pretty' -Plug 'briancollins/vim-jst' -Plug 'dpelle/vim-grammalecte' + Plug 'arcticicestudio/nord-vim' + Plug 'sjbach/lusty' + Plug 'kshenoy/vim-signature' + Plug 'w0rp/ale' + Plug 'ap/vim-css-color' + Plug 'mileszs/ack.vim' + Plug 'ctrlpvim/ctrlp.vim' + Plug 'moll/vim-node' + Plug 'pangloss/vim-javascript' + Plug 'briancollins/vim-jst' + Plug '1995eaton/vim-better-javascript-completion' + Plug 'heavenshell/vim-jsdoc', { + \ 'for': ['javascript', 'javascript.jsx','typescript'], + \ 'do': 'make install' + \} + Plug 'JamshedVesuna/vim-markdown-preview' + Plug 'ternjs/tern_for_vim', {'do': 'yarn install'} + Plug 'alvan/vim-closetag' + Plug 'psykidellic/vim-jekyll' + Plug 'airblade/vim-gitgutter' + Plug 'yuezk/vim-js' + Plug 'maxmellon/vim-jsx-pretty' + Plug 'briancollins/vim-jst' + Plug 'dpelle/vim-grammalecte' " Initialize plugin system call plug#end() @@ -135,10 +135,10 @@ map! :call GlobalTrimWhiteSpace() " ale let b:ale_linters = ['eslint'] let g:ale_fixers = { - \ '*': ['remove_trailing_lines', 'trim_whitespace'], - \ 'javascript': ['prettier', 'eslint'], - \ 'css': ['prettier'] - \ } + \ '*': ['remove_trailing_lines', 'trim_whitespace'], + \ 'javascript': ['prettier', 'eslint'], + \ 'css': ['prettier'] + \ } let g:ale_sign_error = '❌' let g:ale_sign_warning = '⚠️' let g:ale_fix_on_save = 1 @@ -154,8 +154,8 @@ let g:closetag_filetypes = 'html,xhtml,phtml' let g:closetag_xhtml_filetypes = 'xhtml,jsx' let g:closetag_emptyTags_caseSensitive = 1 let g:closetag_regions = { - \ 'typescript.tsx': 'jsxRegion,tsxRegion', - \ 'javascript.jsx': 'jsxRegion', - \ } + \ 'typescript.tsx': 'jsxRegion,tsxRegion', + \ 'javascript.jsx': 'jsxRegion', + \ } let g:closetag_shortcut = '>' let g:closetag_close_shortcut = '>' diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index bdc5c50..023ca21 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -81,25 +81,8 @@ plugins=( yarn yarn-autocompletions node - nvm - emoji - brew ) -if type brew &>/dev/null -then - HOMEBREW_PREFIX="$(brew --prefix)" - if [[ -r "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" ]] - then - source "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" - else - for COMPLETION in "${HOMEBREW_PREFIX}/etc/bash_completion.d/"* - do - [[ -r "${COMPLETION}" ]] && source "${COMPLETION}" - done - fi -fi - #zstyle :omz:plugins:ssh-agent agent-forwarding on #zstyle :omz:plugins:ssh-agent identities id_rsa @@ -136,9 +119,9 @@ zstyle -s ':completion:*:hosts' hosts _ssh_config zstyle ':completion:*:hosts' hosts $_ssh_config if [ $TILIX_ID ] || [ $VTE_VERSION ]; then - if [ -f "/etc/profile.d/vte.sh" ]; then - source /etc/profile.d/vte.sh - fi + if [ -f "/etc/profile.d/vte.sh" ]; then + source /etc/profile.d/vte.sh + fi fi # Load dircolors @@ -156,14 +139,12 @@ source ~/.aliases.private neofetch dh -#uname -a|ponysay -f pinkie -#uname -a|ponysay ssh() { tmux rename-window "$*" command ssh "$@" - # echo "Counting to 60" - # sleep 60 && exit +# echo "Counting to 60" +# sleep 60 && exit tmux rename-window "zsh" } @@ -184,11 +165,3 @@ if [ ! -S ${SSH_AUTH_SOCK} ]; then eval $(ssh-agent -a ${SSH_AUTH_SOCK} 2> /dev/null) ssh-add fi - -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm - -#if [ -z "$DISPLAY" ] && [ "$(tty)" == "/dev/tty1" ]; then -# export MOZ_ENABLE_WAYLAND=1 -# exec sway -#fi diff --git a/icons/information.png b/icons/information.png deleted file mode 100644 index f460a90..0000000 Binary files a/icons/information.png and /dev/null differ diff --git a/lib/systemd/system-sleep/close-ssh.sh b/lib/systemd/system-sleep/close-ssh.sh deleted file mode 100755 index fe3306b..0000000 --- a/lib/systemd/system-sleep/close-ssh.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/bash - -if [ "${1}" == "pre" ]; then - umount /home/dbroqua/Music - killall ssh -fi diff --git a/local/share/applications/DataGrip.desktop b/local/share/applications/DataGrip.desktop new file mode 100644 index 0000000..a5c231e --- /dev/null +++ b/local/share/applications/DataGrip.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=DataGrip +Exec=env _JAVA_AWT_WM_NONREPARENTING=1 /home/dbroqua/Softwares/DataGrip/bin/datagrip.sh %f +Terminal=false +Icon=/home/dbroqua/Softwares/DataGrip/bin/datagrip.png +StartupWMClass=jetbrains-datagrip +Categories=Development;IDE; diff --git a/local/share/applications/Firefox.desktop b/local/share/applications/Firefox.desktop deleted file mode 100644 index ac5cfb8..0000000 --- a/local/share/applications/Firefox.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Version=1.0 -Type=Application -NoDisplay=true -Exec=/opt/firefox/firefox-bin %u -Name=Firefox -Comment=Custom definition for Firefox diff --git a/local/share/applications/Spotify.desktop b/local/share/applications/Spotify.desktop deleted file mode 100644 index 55089b3..0000000 --- a/local/share/applications/Spotify.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Spotify -Exec=spotify -Terminal=false -Icon=/home/dbroqua/icons/spotify.png -StartupWMClass=spotify -Categories=Multimedia; diff --git a/local/share/applications/_usr_share_dbeaver-ce_.desktop b/local/share/applications/_usr_share_dbeaver-ce_.desktop deleted file mode 100644 index 365e85f..0000000 --- a/local/share/applications/_usr_share_dbeaver-ce_.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=DBeaver -Exec=/usr/share/dbeaver-ce/dbeaver %u -NoDisplay=true -Type=Application -MimeType=x-scheme-handler/eclipse+command; \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/00008160000006810000408080010102 b/local/share/icons/ComixCursors-Opaque-White/cursors/00008160000006810000408080010102 deleted file mode 120000 index f860e9b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/00008160000006810000408080010102 +++ /dev/null @@ -1 +0,0 @@ -ns-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/028006030e0e7ebffc7f7070c0600140 b/local/share/icons/ComixCursors-Opaque-White/cursors/028006030e0e7ebffc7f7070c0600140 deleted file mode 120000 index ba57eb3..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/028006030e0e7ebffc7f7070c0600140 +++ /dev/null @@ -1 +0,0 @@ -ew-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867c041f52298f0 b/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867c041f52298f0 deleted file mode 120000 index 226af18..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867c041f52298f0 +++ /dev/null @@ -1 +0,0 @@ -no-drop \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867d041f52298f0 b/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867d041f52298f0 deleted file mode 120000 index 226af18..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/03b6e0fcb3499374a867d041f52298f0 +++ /dev/null @@ -1 +0,0 @@ -no-drop \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/0426c94ea35c87780ff01dc239897213 b/local/share/icons/ComixCursors-Opaque-White/cursors/0426c94ea35c87780ff01dc239897213 deleted file mode 120000 index fd80437..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/0426c94ea35c87780ff01dc239897213 +++ /dev/null @@ -1 +0,0 @@ -wait \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/043a9f68147c53184671403ffa811cc5 b/local/share/icons/ComixCursors-Opaque-White/cursors/043a9f68147c53184671403ffa811cc5 deleted file mode 120000 index 3ce0e22..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/043a9f68147c53184671403ffa811cc5 +++ /dev/null @@ -1 +0,0 @@ -col-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/048008013003cff3c00c801001200000 b/local/share/icons/ComixCursors-Opaque-White/cursors/048008013003cff3c00c801001200000 deleted file mode 120000 index 725097f..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/048008013003cff3c00c801001200000 +++ /dev/null @@ -1 +0,0 @@ -vertical-text \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/0876e1c15ff2fc01f906f1c363074c0f b/local/share/icons/ComixCursors-Opaque-White/cursors/0876e1c15ff2fc01f906f1c363074c0f deleted file mode 120000 index c4ad821..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/0876e1c15ff2fc01f906f1c363074c0f +++ /dev/null @@ -1 +0,0 @@ -alias \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/local/share/icons/ComixCursors-Opaque-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd deleted file mode 120000 index a305d5c..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +++ /dev/null @@ -1 +0,0 @@ -progress \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1cb5fe6fc01f906f1c063814ccf deleted file mode 120000 index 88740b2..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1cb5fe6fc01f906f1c063814ccf +++ /dev/null @@ -1 +0,0 @@ -copy \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1e65f80fcfdf9fff11263e74c48 b/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1e65f80fcfdf9fff11263e74c48 deleted file mode 120000 index db1a4e4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/08ffe1e65f80fcfdf9fff11263e74c48 +++ /dev/null @@ -1 +0,0 @@ -context-menu \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/1081e37283d90000800003c07f3ef6bf b/local/share/icons/ComixCursors-Opaque-White/cursors/1081e37283d90000800003c07f3ef6bf deleted file mode 120000 index 88740b2..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/1081e37283d90000800003c07f3ef6bf +++ /dev/null @@ -1 +0,0 @@ -copy \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/14fef782d02440884392942c11205230 b/local/share/icons/ComixCursors-Opaque-White/cursors/14fef782d02440884392942c11205230 deleted file mode 120000 index 3ce0e22..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/14fef782d02440884392942c11205230 +++ /dev/null @@ -1 +0,0 @@ -col-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/208530c400c041818281048008011002 b/local/share/icons/ComixCursors-Opaque-White/cursors/208530c400c041818281048008011002 deleted file mode 120000 index bc5dcc0..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/208530c400c041818281048008011002 +++ /dev/null @@ -1 +0,0 @@ -grabbing \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/2870a09082c103050810ffdffffe0204 b/local/share/icons/ComixCursors-Opaque-White/cursors/2870a09082c103050810ffdffffe0204 deleted file mode 120000 index 93d9c89..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/2870a09082c103050810ffdffffe0204 +++ /dev/null @@ -1 +0,0 @@ -row-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/3085a0e285430894940527032f8b26df b/local/share/icons/ComixCursors-Opaque-White/cursors/3085a0e285430894940527032f8b26df deleted file mode 120000 index c4ad821..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/3085a0e285430894940527032f8b26df +++ /dev/null @@ -1 +0,0 @@ -alias \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/38c5dff7c7b8962045400281044508d2 b/local/share/icons/ComixCursors-Opaque-White/cursors/38c5dff7c7b8962045400281044508d2 deleted file mode 120000 index 22ec3b4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/38c5dff7c7b8962045400281044508d2 +++ /dev/null @@ -1 +0,0 @@ -nwse-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/3ecb610c1bf2410f44200f48c40d3599 b/local/share/icons/ComixCursors-Opaque-White/cursors/3ecb610c1bf2410f44200f48c40d3599 deleted file mode 120000 index a305d5c..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/3ecb610c1bf2410f44200f48c40d3599 +++ /dev/null @@ -1 +0,0 @@ -progress \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/4498f0e0c1937ffe01fd06f973665830 b/local/share/icons/ComixCursors-Opaque-White/cursors/4498f0e0c1937ffe01fd06f973665830 deleted file mode 120000 index d6a0af6..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/4498f0e0c1937ffe01fd06f973665830 +++ /dev/null @@ -1 +0,0 @@ -move \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/50585d75b494802d0151028115016902 b/local/share/icons/ComixCursors-Opaque-White/cursors/50585d75b494802d0151028115016902 deleted file mode 120000 index 4e4476b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/50585d75b494802d0151028115016902 +++ /dev/null @@ -1 +0,0 @@ -nesw-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/5aca4d189052212118709018842178c0 b/local/share/icons/ComixCursors-Opaque-White/cursors/5aca4d189052212118709018842178c0 deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/5aca4d189052212118709018842178c0 +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/local/share/icons/ComixCursors-Opaque-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 deleted file mode 120000 index 4cea3ac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +++ /dev/null @@ -1 +0,0 @@ -help \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/6407b0e94181790501fd1e167b474872 b/local/share/icons/ComixCursors-Opaque-White/cursors/6407b0e94181790501fd1e167b474872 deleted file mode 120000 index 88740b2..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/6407b0e94181790501fd1e167b474872 +++ /dev/null @@ -1 +0,0 @@ -copy \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/640fb0e74195791501fd1ed57b41487f b/local/share/icons/ComixCursors-Opaque-White/cursors/640fb0e74195791501fd1ed57b41487f deleted file mode 120000 index c4ad821..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/640fb0e74195791501fd1ed57b41487f +++ /dev/null @@ -1 +0,0 @@ -alias \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/9081237383d90e509aa00f00170e968f b/local/share/icons/ComixCursors-Opaque-White/cursors/9081237383d90e509aa00f00170e968f deleted file mode 120000 index d6a0af6..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/9081237383d90e509aa00f00170e968f +++ /dev/null @@ -1 +0,0 @@ -move \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/9116a3ea924ed2162ecab71ba103b17f b/local/share/icons/ComixCursors-Opaque-White/cursors/9116a3ea924ed2162ecab71ba103b17f deleted file mode 120000 index a305d5c..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/9116a3ea924ed2162ecab71ba103b17f +++ /dev/null @@ -1 +0,0 @@ -progress \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/9d800788f1b08800ae810202380a0822 b/local/share/icons/ComixCursors-Opaque-White/cursors/9d800788f1b08800ae810202380a0822 deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/9d800788f1b08800ae810202380a0822 +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/X-cursor b/local/share/icons/ComixCursors-Opaque-White/cursors/X-cursor deleted file mode 100644 index 3ae2dfa..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/X-cursor and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/alias b/local/share/icons/ComixCursors-Opaque-White/cursors/alias deleted file mode 100644 index 62237df..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/alias and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/all-scroll b/local/share/icons/ComixCursors-Opaque-White/cursors/all-scroll deleted file mode 100644 index 55be794..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/all-scroll and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/arrow deleted file mode 120000 index 8795cac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/arrow +++ /dev/null @@ -1 +0,0 @@ -right-arrow \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_left_corner b/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_left_corner deleted file mode 120000 index 4e4476b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_left_corner +++ /dev/null @@ -1 +0,0 @@ -nesw-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_right_corner b/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_right_corner deleted file mode 120000 index 22ec3b4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_right_corner +++ /dev/null @@ -1 +0,0 @@ -nwse-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_side b/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_side deleted file mode 120000 index f860e9b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/bottom_side +++ /dev/null @@ -1 +0,0 @@ -ns-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/c07385c7190e701020ff7ffffd08103c b/local/share/icons/ComixCursors-Opaque-White/cursors/c07385c7190e701020ff7ffffd08103c deleted file mode 120000 index 93d9c89..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/c07385c7190e701020ff7ffffd08103c +++ /dev/null @@ -1 +0,0 @@ -row-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/local/share/icons/ComixCursors-Opaque-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 deleted file mode 120000 index 22ec3b4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +++ /dev/null @@ -1 +0,0 @@ -nwse-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/cell b/local/share/icons/ComixCursors-Opaque-White/cursors/cell deleted file mode 100644 index f40cbc5..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/cell and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/center_ptr b/local/share/icons/ComixCursors-Opaque-White/cursors/center_ptr deleted file mode 120000 index ed07751..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/center_ptr +++ /dev/null @@ -1 +0,0 @@ -up-arrow \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/closedhand b/local/share/icons/ComixCursors-Opaque-White/cursors/closedhand deleted file mode 120000 index bc5dcc0..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/closedhand +++ /dev/null @@ -1 +0,0 @@ -grabbing \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/col-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/col-resize deleted file mode 100644 index 5bf3284..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/col-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/context-menu b/local/share/icons/ComixCursors-Opaque-White/cursors/context-menu deleted file mode 100644 index de8b9dc..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/context-menu and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/copy b/local/share/icons/ComixCursors-Opaque-White/cursors/copy deleted file mode 100644 index 250e56d..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/copy and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/cross b/local/share/icons/ComixCursors-Opaque-White/cursors/cross deleted file mode 120000 index 67580a7..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/cross +++ /dev/null @@ -1 +0,0 @@ -crosshair \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/crosshair b/local/share/icons/ComixCursors-Opaque-White/cursors/crosshair deleted file mode 100644 index 73df56d..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/crosshair and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/d9ce0ab605698f320427677b458ad60b b/local/share/icons/ComixCursors-Opaque-White/cursors/d9ce0ab605698f320427677b458ad60b deleted file mode 120000 index 4cea3ac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/d9ce0ab605698f320427677b458ad60b +++ /dev/null @@ -1 +0,0 @@ -help \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/default b/local/share/icons/ComixCursors-Opaque-White/cursors/default deleted file mode 100644 index 0947a8d..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/default and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-ask b/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-ask deleted file mode 120000 index 4cea3ac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-ask +++ /dev/null @@ -1 +0,0 @@ -help \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-copy b/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-copy deleted file mode 120000 index 88740b2..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-copy +++ /dev/null @@ -1 +0,0 @@ -copy \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-link b/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-link deleted file mode 120000 index c4ad821..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-link +++ /dev/null @@ -1 +0,0 @@ -alias \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-move b/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-move deleted file mode 120000 index d6a0af6..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-move +++ /dev/null @@ -1 +0,0 @@ -move \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-none b/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-none deleted file mode 120000 index 226af18..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/dnd-none +++ /dev/null @@ -1 +0,0 @@ -no-drop \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/e-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/e-resize deleted file mode 100644 index c3995a1..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/e-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/e29285e634086352946a0e7090d73106 b/local/share/icons/ComixCursors-Opaque-White/cursors/e29285e634086352946a0e7090d73106 deleted file mode 120000 index 5ba3f42..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/e29285e634086352946a0e7090d73106 +++ /dev/null @@ -1 +0,0 @@ -pointer \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/ew-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/ew-resize deleted file mode 100644 index 304c040..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/ew-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c94c0958e07017e42b00462 b/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c94c0958e07017e42b00462 deleted file mode 120000 index 3be28ed..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c94c0958e07017e42b00462 +++ /dev/null @@ -1 +0,0 @@ -zoom-in \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c97c0938e07017e42800402 b/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c97c0938e07017e42800402 deleted file mode 120000 index 9add89a..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/f41c0e382c97c0938e07017e42800402 +++ /dev/null @@ -1 +0,0 @@ -zoom-out \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/local/share/icons/ComixCursors-Opaque-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 deleted file mode 120000 index 4e4476b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +++ /dev/null @@ -1 +0,0 @@ -nesw-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/fleur b/local/share/icons/ComixCursors-Opaque-White/cursors/fleur deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/fleur +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/forbidden b/local/share/icons/ComixCursors-Opaque-White/cursors/forbidden deleted file mode 120000 index 23bfed6..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/forbidden +++ /dev/null @@ -1 +0,0 @@ -not-allowed \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/grabbing b/local/share/icons/ComixCursors-Opaque-White/cursors/grabbing deleted file mode 100644 index 86d1b67..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/grabbing and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/hand2 b/local/share/icons/ComixCursors-Opaque-White/cursors/hand2 deleted file mode 120000 index 5ba3f42..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/hand2 +++ /dev/null @@ -1 +0,0 @@ -pointer \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/help b/local/share/icons/ComixCursors-Opaque-White/cursors/help deleted file mode 100644 index d9c6cfb..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/help and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/ibeam b/local/share/icons/ComixCursors-Opaque-White/cursors/ibeam deleted file mode 120000 index f3a3485..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/ibeam +++ /dev/null @@ -1 +0,0 @@ -text \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr b/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr deleted file mode 120000 index 331d858..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr +++ /dev/null @@ -1 +0,0 @@ -default \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr_watch b/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr_watch deleted file mode 120000 index a305d5c..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/left_ptr_watch +++ /dev/null @@ -1 +0,0 @@ -progress \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/left_side b/local/share/icons/ComixCursors-Opaque-White/cursors/left_side deleted file mode 120000 index ba57eb3..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/left_side +++ /dev/null @@ -1 +0,0 @@ -ew-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/move b/local/share/icons/ComixCursors-Opaque-White/cursors/move deleted file mode 100644 index da1d5a7..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/move and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/n-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/n-resize deleted file mode 100644 index b055d72..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/n-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/ne-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/ne-resize deleted file mode 100644 index bc46b8a..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/ne-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/nesw-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/nesw-resize deleted file mode 100644 index b9904a2..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/nesw-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/no-drop b/local/share/icons/ComixCursors-Opaque-White/cursors/no-drop deleted file mode 100644 index 460ed1e..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/no-drop and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/not-allowed b/local/share/icons/ComixCursors-Opaque-White/cursors/not-allowed deleted file mode 100644 index 8a4d89c..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/not-allowed and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/ns-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/ns-resize deleted file mode 100644 index 250d7e3..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/ns-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/nw-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/nw-resize deleted file mode 100644 index bcfa100..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/nw-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/nwse-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/nwse-resize deleted file mode 100644 index e6babfc..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/nwse-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/openhand b/local/share/icons/ComixCursors-Opaque-White/cursors/openhand deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/openhand +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/pencil b/local/share/icons/ComixCursors-Opaque-White/cursors/pencil deleted file mode 100644 index df7bab0..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/pencil and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/pirate b/local/share/icons/ComixCursors-Opaque-White/cursors/pirate deleted file mode 100644 index 0026fad..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/pirate and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/plus b/local/share/icons/ComixCursors-Opaque-White/cursors/plus deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/plus +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/pointer b/local/share/icons/ComixCursors-Opaque-White/cursors/pointer deleted file mode 100644 index 38aa23a..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/pointer and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/pointing_hand b/local/share/icons/ComixCursors-Opaque-White/cursors/pointing_hand deleted file mode 120000 index 5ba3f42..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/pointing_hand +++ /dev/null @@ -1 +0,0 @@ -pointer \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/progress b/local/share/icons/ComixCursors-Opaque-White/cursors/progress deleted file mode 100644 index 5983f8d..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/progress and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/question_arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/question_arrow deleted file mode 120000 index 4cea3ac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/question_arrow +++ /dev/null @@ -1 +0,0 @@ -help \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/right-arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/right-arrow deleted file mode 100644 index 0485ac1..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/right-arrow and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/right_ptr b/local/share/icons/ComixCursors-Opaque-White/cursors/right_ptr deleted file mode 120000 index 8795cac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/right_ptr +++ /dev/null @@ -1 +0,0 @@ -right-arrow \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/right_side b/local/share/icons/ComixCursors-Opaque-White/cursors/right_side deleted file mode 120000 index ba57eb3..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/right_side +++ /dev/null @@ -1 +0,0 @@ -ew-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/row-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/row-resize deleted file mode 100644 index 432dae9..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/row-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/s-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/s-resize deleted file mode 100644 index 96184c8..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/s-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/sb_h_double_arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/sb_h_double_arrow deleted file mode 120000 index 3ce0e22..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/sb_h_double_arrow +++ /dev/null @@ -1 +0,0 @@ -col-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/sb_v_double_arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/sb_v_double_arrow deleted file mode 120000 index 93d9c89..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/sb_v_double_arrow +++ /dev/null @@ -1 +0,0 @@ -row-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/se-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/se-resize deleted file mode 100644 index 6acb79a..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/se-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/size_all b/local/share/icons/ComixCursors-Opaque-White/cursors/size_all deleted file mode 120000 index 1bb4610..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/size_all +++ /dev/null @@ -1 +0,0 @@ -all-scroll \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/size_bdiag b/local/share/icons/ComixCursors-Opaque-White/cursors/size_bdiag deleted file mode 120000 index 4e4476b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/size_bdiag +++ /dev/null @@ -1 +0,0 @@ -nesw-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/size_fdiag b/local/share/icons/ComixCursors-Opaque-White/cursors/size_fdiag deleted file mode 120000 index 22ec3b4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/size_fdiag +++ /dev/null @@ -1 +0,0 @@ -nwse-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/size_hor b/local/share/icons/ComixCursors-Opaque-White/cursors/size_hor deleted file mode 120000 index ba57eb3..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/size_hor +++ /dev/null @@ -1 +0,0 @@ -ew-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/size_ver b/local/share/icons/ComixCursors-Opaque-White/cursors/size_ver deleted file mode 120000 index f860e9b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/size_ver +++ /dev/null @@ -1 +0,0 @@ -ns-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/split_h b/local/share/icons/ComixCursors-Opaque-White/cursors/split_h deleted file mode 120000 index 3ce0e22..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/split_h +++ /dev/null @@ -1 +0,0 @@ -col-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/split_v b/local/share/icons/ComixCursors-Opaque-White/cursors/split_v deleted file mode 120000 index 93d9c89..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/split_v +++ /dev/null @@ -1 +0,0 @@ -row-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/sw-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/sw-resize deleted file mode 100644 index 8cde39f..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/sw-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/text b/local/share/icons/ComixCursors-Opaque-White/cursors/text deleted file mode 100644 index de451a8..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/text and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/top_left_corner b/local/share/icons/ComixCursors-Opaque-White/cursors/top_left_corner deleted file mode 120000 index 22ec3b4..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/top_left_corner +++ /dev/null @@ -1 +0,0 @@ -nwse-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/top_right_corner b/local/share/icons/ComixCursors-Opaque-White/cursors/top_right_corner deleted file mode 120000 index 4e4476b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/top_right_corner +++ /dev/null @@ -1 +0,0 @@ -nesw-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/top_side b/local/share/icons/ComixCursors-Opaque-White/cursors/top_side deleted file mode 120000 index f860e9b..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/top_side +++ /dev/null @@ -1 +0,0 @@ -ns-resize \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/up-arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/up-arrow deleted file mode 100644 index cdf3a33..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/up-arrow and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/up_arrow b/local/share/icons/ComixCursors-Opaque-White/cursors/up_arrow deleted file mode 120000 index ed07751..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/up_arrow +++ /dev/null @@ -1 +0,0 @@ -up-arrow \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/vertical-text b/local/share/icons/ComixCursors-Opaque-White/cursors/vertical-text deleted file mode 100644 index 6679bcb..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/vertical-text and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/w-resize b/local/share/icons/ComixCursors-Opaque-White/cursors/w-resize deleted file mode 100644 index 4eabd3f..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/w-resize and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/wait b/local/share/icons/ComixCursors-Opaque-White/cursors/wait deleted file mode 100644 index de25b77..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/wait and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/watch b/local/share/icons/ComixCursors-Opaque-White/cursors/watch deleted file mode 120000 index fd80437..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/watch +++ /dev/null @@ -1 +0,0 @@ -wait \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/whats_this b/local/share/icons/ComixCursors-Opaque-White/cursors/whats_this deleted file mode 120000 index 4cea3ac..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/whats_this +++ /dev/null @@ -1 +0,0 @@ -help \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/xterm b/local/share/icons/ComixCursors-Opaque-White/cursors/xterm deleted file mode 120000 index f3a3485..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/cursors/xterm +++ /dev/null @@ -1 +0,0 @@ -text \ No newline at end of file diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-in b/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-in deleted file mode 100644 index 7648231..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-in and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-out b/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-out deleted file mode 100644 index 88c7f77..0000000 Binary files a/local/share/icons/ComixCursors-Opaque-White/cursors/zoom-out and /dev/null differ diff --git a/local/share/icons/ComixCursors-Opaque-White/index.theme b/local/share/icons/ComixCursors-Opaque-White/index.theme deleted file mode 100644 index 954521c..0000000 --- a/local/share/icons/ComixCursors-Opaque-White/index.theme +++ /dev/null @@ -1,4 +0,0 @@ -[Icon Theme] -Name = Comix Cursor original White Opaque -Comment = The original Comix Cursors - White Opaque -Example = default diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..83e15ef Binary files /dev/null and b/screenshot.png differ