This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo cd /tmp | |
wget https://gist.githubusercontent.com/rhoconlinux/68af9d6b4be8de97c284ff9dde303d4c/raw/cbf22486dfffffcce43d736c554846bf111682eb/nautilus%20csd%20fix%201604 -O nautilus.desktop | |
cat nautilus.desktop | |
sudo mv /usr/share/applications/nautilus.desktop /usr/share/applications/nautilus-nocsd.ddesktop | |
sudo mv nautilus.desktop /usr/share/applications/nautilus.desktop | |
cd | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
NotShowIn=Unity; | |
Name=Files | |
Comment=Access and organize files | |
Keywords=folder;manager;explore;disk;filesystem; | |
Exec=env XDG_CURRENT_DESKTOP=GNOME nautilus --new-window %U | |
Icon=system-file-manager | |
Terminal=false | |
Type=Application | |
StartupNotify=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
www.eldiariodelfindelmundo.com/ | |
https://minutofueguino.com.ar/feed/rss/ | |
www.surenio.com.ar/ | |
www.tierradelfuego.info/ | |
actualidadtdf.com.ar/ | |
http://red23.com.ar/ | |
www.infofueguina.com/noticias/ | |
www.ushuaianoticias.com/ | |
www.minutouno.com/tierra-del-fuego-a1015 | |
www.airelibre.com.ar/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Terminal=false | |
Type=Application | |
Name=Gmail | |
Exec=/opt/google/chrome/google-chrome --app=https://mail.google.com/mail/u/0/#inbox | |
Icon=gmail | |
NoDisplay=true | |
StartupWMClass=mail.gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Terminal=false | |
Type=Application | |
Name=Gmail | |
Exec=/opt/google/chrome/google-chrome --app=https://mail.google.com/mail/u/0/#inbox | |
Icon=gmail | |
NoDisplay=true | |
StartupWMClass=mail.gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********* | |
* Panel (wingpanel)* | |
********/ | |
.panel { | |
background-color: transparent; | |
transition: all 100ms ease-in-out; | |
} | |
.panel.maximized { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/spotify --no-terminal --force-window -- "$4" & | |
sleep 0.5 | |
winID=$(wmctrl -l | awk '/./{line=$0} END{print $1;}') | |
xprop -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT "dark" -id `wmctrl -l | grep $winID | cut -d " " -f 1` | |
` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############## Ver 3a | |
############## Fixes & Upgrade | |
#basic fixes for loki | |
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DialogsUseHeader': <0>, 'Gtk/ShellShowsAppMenu': <0>, 'Gtk/DecorationLayout': <'close:menu,maximize'>}" ; | |
sudo service apport stop ; | |
sudo sed -i 's/enabled=1/enabled=0/g' /etc/default/apport ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Gisto | |
GenericName=Gisto | |
Comment=Browse, manage, create, tag, delete gist snippets | |
Exec=/usr/bin/gisto | |
Terminal=false | |
Icon=gisto | |
Type=Application | |
Categories=Network;Devel; | |
Version=0.2.6b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir -p ~/.local/share/file-manager/actions | |
cd ~/.local/share/file-manager/actions | |
wget -O root.desktop https://gist.githubusercontent.com/rhoconlinux/5ff62bc0a8a8561826eb1fd18b1215a8/raw/8a0aa3e3961c28d2d8c32e45ee80ab361090d2a0/pcman-fm-context-openasroot.desktop | |
cd | |
killall pcmanfm |