Tweaks for gnome shell
This commit is contained in:
parent
dedb0ff8a6
commit
9bfd04491b
3 changed files with 17 additions and 6 deletions
7
gnome-shell.css
Normal file
7
gnome-shell.css
Normal 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;
|
||||
}
|
1
gtk.css
1
gtk.css
|
@ -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
15
install
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue