add .gitconfig.local for pollux
This commit is contained in:
parent
590b401568
commit
f51bd95d9e
5 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Arc-Darker
|
||||
gtk-icon-theme-name=Moka
|
||||
gtk-icon-theme-name=Arc
|
||||
gtk-font-name=Roboto 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
|
|
|
@ -343,7 +343,7 @@ exec /usr/lib/xfce-polkit/xfce-polkit
|
|||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Arc-Darker'
|
||||
gsettings set $gnome-schema icon-theme 'Moka'
|
||||
gsettings set $gnome-schema icon-theme 'Arc'
|
||||
gsettings set $gnome-schema cursor-theme 'Adwaita'
|
||||
gsettings set $gnome-schema font-name '$font_family $gtk_font_size'
|
||||
}
|
||||
|
|
3
.gitconfig.local##hostname.pollux
Normal file
3
.gitconfig.local##hostname.pollux
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = johannes.loher@tngtech.com
|
||||
signingkey = BB8E7A0EB4C59227
|
|
@ -1,9 +1,9 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/johannesloher/.gtkrc-2.0.mine"
|
||||
include "/home/loherj/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Arc-Darker"
|
||||
gtk-icon-theme-name="Moka"
|
||||
gtk-icon-theme-name="Arc"
|
||||
gtk-font-name="Roboto 11"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||
source $HOME/.profile
|
||||
exec sway
|
||||
exec sway --unsupported-gpu
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue