1
0

3 Commits c679233acd ... 1dd34d6d98

Autor SHA1 Nachricht Datum
  Casey DeLorme 1dd34d6d98 Merge branch 'master' of git.caseydelorme.com:cdelorme/arch-desktop vor 3 Monaten
  Casey DeLorme 4f9658375f replace cursor as package was deleted vor 3 Monaten
  Casey DeLorme 395eb843ca migrate alacrity config to toml vor 3 Monaten

+ 3 - 3
arch.sh

@@ -148,9 +148,9 @@ export aur_username=$(head /dev/urandom | tr -dc a-z | head -c 13 ; echo '')
 useradd -r -m -s /bin/bash $aur_username
 echo "${aur_username} ALL= NOPASSWD: /usr/bin/pacman" > /etc/sudoers.d/${aur_username}
 
-# install xcursor-chameleon-skyblue
-sudo -u $aur_username git clone https://aur.archlinux.org/xcursor-chameleon-skyblue.git /home/${aur_username}/xcursor-chameleon-skyblue
-(cd /home/${aur_username}/xcursor-chameleon-skyblue && sudo -u ${aur_username} makepkg -rcsi --noconfirm)
+# install vimix-cursors
+sudo -u $aur_username git clone https://aur.archlinux.org/vimix-cursors.git /home/${aur_username}/vimix-cursors
+(cd /home/${aur_username}/vimix-cursors && sudo -u ${aur_username} makepkg -rcsi --noconfirm)
 
 # install numix-icon-theme
 sudo -u $aur_username git clone https://aur.archlinux.org/numix-icon-theme-git.git /home/${aur_username}/numix-icon-theme-git

+ 9 - 0
install/etc/skel/.config/alacritty/alacritty.toml

@@ -0,0 +1,9 @@
+[env]
+TERM = "xterm-256color"
+
+[shell]
+args = ["--login"]
+program = "/usr/bin/bash"
+
+[window]
+opacity = 0.95

+ 0 - 8
install/etc/skel/.config/alacritty/alacritty.yml

@@ -1,8 +0,0 @@
-env:
-  TERM: xterm-256color
-window:
-  opacity: 0.95
-shell:
-  program: /usr/bin/bash
-  args:
-    - --login

+ 3 - 3
install/etc/skel/.config/gtk-3.0/settings.ini

@@ -1,9 +1,9 @@
 [Settings]
 gtk-theme-name=Arc-Dark
 gtk-icon-theme-name=Numix
-gtk-font-name=ForMateKonaVe 10
-gtk-cursor-theme-name=Chameleon-SkyBlue-Regular
-gtk-cursor-theme-size=0
+gtk-font-name=Vera 12
+gtk-cursor-theme-name=Vimix-cursors
+gtk-cursor-theme-size=36
 gtk-toolbar-style=GTK_TOOLBAR_BOTH
 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
 gtk-button-images=1

+ 1 - 1
install/etc/skel/.config/sublime-text/Packages/User/Preferences.sublime-settings

@@ -3,7 +3,7 @@
 	"auto_complete_commit_on_tab": true,
 	"caret_style": "phase",
 	"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
-	"font_face": "ForMateKonaVe",
+	"font_face": "Vera",
 	"font_size": 14,
 	"highlight_line": true,
 	"highlight_modified_tabs": true,

+ 1 - 1
install/etc/skel/.config/sway/config

@@ -15,7 +15,7 @@ set $files pcmanfm
 output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
 
 # @note: cursor theme and size set env vars; may not apply to all applications
-seat seat0 xcursor_theme Chameleon-SkyBlue-Large
+seat seat0 xcursor_theme Vimix-cursors 36
 
 # window manager commands
 bindsym $mod+Shift+c reload

+ 3 - 3
install/etc/skel/.gtkrc-2.0

@@ -1,8 +1,8 @@
 gtk-theme-name = "Arc-Dark"
 gtk-icon-theme-name = "Numix"
-gtk-font-name = "ForMateKonaVe 10"
-gtk-cursor-theme-name = "Chameleon-SkyBlue-Regular"
-gtk-cursor-theme-size = 0
+gtk-font-name = "Vera 12"
+gtk-cursor-theme-name = "Vimix-cursors"
+gtk-cursor-theme-size = 36
 gtk-toolbar-style = GTK_TOOLBAR_BOTH
 gtk-toolbar-icon-size = GTK_ICON_SIZE_LARGE_TOOLBAR
 gtk-button-images = 1