Tweaks for gnome shell

This commit is contained in:
Josh Sherman 2018-05-06 12:59:14 -05:00
parent dedb0ff8a6
commit 9bfd04491b
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 17 additions and 6 deletions

7
gnome-shell.css Normal file
View file

@ -0,0 +1,7 @@
/* Ditch the rounded corners on the top panel */
#panel .panel-corner {
-panel-corner-radius: 0;
-panel-corner-background-color: transparent;
-panel-corner-border-width: 0;
-panel-corner-border-color: transparent;
}

View file

@ -1,3 +1,4 @@
/* Hides server-side window decorations (makes it look like a twm) */
window.ssd separator:first-child + headerbar:backdrop,
window.ssd separator:first-child + headerbar,
window.ssd headerbar:first-child:backdrop,

15
install
View file

@ -28,23 +28,26 @@ rm -rf \
"$HOME/.gitconfig" \
"$HOME/.config/gtk-3.0/gtk.css" \
"$HOME/.screenrc" \
"$HOME/.themes/custom/gnome-shell/gnome-shell.css" \
"$HOME/.vim" \
"$HOME/.vimrc" \
"$HOME/.zshrc"
mkdir -p \
"$DOTLOCAL" \
"$HOME/.local/share/vim/{swap,undo}" \
"$HOME/.themes/custom/gnome-shell" \
"$HOME/.vim/colors" \
"$HOME/.vim/pack/plugins/start"
ln -s "$DOTFILES/bashrc" "$HOME/.bashrc"
ln -s "$DOTFILES/gitconfig" "$HOME/.gitconfig"
ln -s "$DOTFILES/gnome-shell.css" "$HOME/.themes/gnome-shell/gnome-shell.css"
ln -s "$DOTFILES/gtk.css" "$HOME/.config/gtk-3.0/gtk.css"
ln -s "$DOTFILES/screenrc" "$HOME/.screenrc"
ln -s "$DOTFILES/vimrc" "$HOME/.vimrc"
ln -s "$DOTFILES/zshrc" "$HOME/.zshrc"
mkdir -p \
"$DOTLOCAL" \
"$HOME/.local/share/vim/{swap,undo}" \
"$HOME/.vim/colors" \
"$HOME/.vim/pack/plugins/start"
$GITCLONE https://github.com/junegunn/fzf.git "$DOTFZF"
"$DOTFZF/install" --key-bindings --completion --no-update-rc