Browse Source

remove gtk 3.0 as seems causing some issues

pull/18/head
JaKooLit 2 years ago
parent
commit
79d208014b
  1. 2
      README.md
  2. 1
      config/gtk-3.0/bookmarks
  3. 17
      config/gtk-3.0/settings.ini
  4. 2
      copy.sh

2
README.md

@ -43,7 +43,7 @@
## ✨ Copying instructions. ## ✨ Copying instructions.
- Note! The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! - Note! The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup!
- ~/.config (btop cava dunst gtk-3.0 hypr kitty rofi swappy swaylock waybar wlogout) - These are folders to be copied. - ~/.config (btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout) - These are folders to be copied.
- ~/Pictures/wallpapers - Will be backed up - ~/Pictures/wallpapers - Will be backed up
### 🔔 Automatic copy of configurations ### 🔔 Automatic copy of configurations

1
config/gtk-3.0/bookmarks

@ -1 +0,0 @@

17
config/gtk-3.0/settings.ini

@ -1,17 +0,0 @@
[Settings]
gtk-theme-name=Tokyonight-Dark-B
gtk-icon-theme-name=TokyoNight-SE
gtk-font-name=Fira Code Medium 12
gtk-cursor-theme-name=
gtk-cursor-theme-size=
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1

2
copy.sh

@ -90,7 +90,7 @@ printf "\n"
set -e # Exit immediately if a command exits with a non-zero status. set -e # Exit immediately if a command exits with a non-zero status.
printf "${NOTE} copying dotfiles\n" printf "${NOTE} copying dotfiles\n"
for DIR in btop cava dunst gtk-3.0 hypr kitty rofi swappy swaylock waybar wlogout; do for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do
DIRPATH=~/.config/$DIR DIRPATH=~/.config/$DIR
if [ -d "$DIRPATH" ]; then if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} - Config for $DIR found, attempting to back up." echo -e "${NOTE} - Config for $DIR found, attempting to back up."

Loading…
Cancel
Save