Add GTK Mocha theme

master
Quentin Duchemin 2024-01-28 20:28:27 +01:00
parent 1f5a29a525
commit d510a03329
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
4 changed files with 36 additions and 6 deletions

View File

@ -4,6 +4,8 @@ arc-icon-theme
bluez bluez
bluetooth-autoconnect bluetooth-autoconnect
bind bind
catppuccin-cursors-macchiato
catppuccin-gtk-theme-macchiato
chromium chromium
cups cups
docker docker
@ -26,6 +28,7 @@ kwayland5
libreoffice-fresh libreoffice-fresh
libusb-compat libusb-compat
less less
lxappearance-gtk3
maim maim
man-db man-db
man-pages man-pages
@ -42,6 +45,8 @@ obsidian
oh-my-posh oh-my-posh
oh-my-zsh-git oh-my-zsh-git
pacman-contrib pacman-contrib
papirus-icon-theme
papirus-folders-catppuccin-git
pass pass
picom picom
playerctl playerctl

View File

@ -1,5 +1,16 @@
[Settings] [Settings]
gtk-icon-theme-name = Arc gtk-icon-theme-name=Papirus-Dark
gtk-theme-name = Arc gtk-theme-name=Catppuccin-Macchiato-Standard-Flamingo-Dark
gtk-font-name = Noto Sans 11 gtk-font-name=Noto Sans 11
gtk-can-change-accels = 1 gtk-can-change-accels=1
gtk-cursor-theme-name=Catppuccin-Macchiato-Flamingo-Cursors
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium

View File

@ -8,7 +8,8 @@
# unless explicitly requested using the wintypes option. # unless explicitly requested using the wintypes option.
# #
# shadow = false # shadow = false
shadow = true; # Get rid of shadow behind corners
shadow = false;
# The blur radius for shadows, in pixels. (defaults to 12) # The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12 # shadow-radius = 12
@ -156,6 +157,14 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
################################# #################################
blur: {
method = "dual_kawase";
strength = 1;
background = true;
background-frame = true;
background-fixed = true;
}
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
# blur-method = # blur-method =
# blur-size = 12 # blur-size = 12
@ -207,7 +216,8 @@ blur-background-exclude = [
# `xrender` is the default one. # `xrender` is the default one.
# #
# backend = 'glx' # backend = 'glx'
backend = "xrender"; # With xrender there is black in place of rounded corners
backend = "glx";
# Enable/disable VSync. # Enable/disable VSync.
# vsync = false # vsync = false
@ -232,6 +242,7 @@ mark-ovredir-focused = true;
# detect-rounded-corners = false # detect-rounded-corners = false
detect-rounded-corners = true; detect-rounded-corners = true;
corner-radius = 7.0
# Detect '_NET_WM_OPACITY' on client windows, useful for window managers # Detect '_NET_WM_OPACITY' on client windows, useful for window managers
# not passing '_NET_WM_OPACITY' of client windows to frame windows. # not passing '_NET_WM_OPACITY' of client windows to frame windows.
# #

View File

@ -130,6 +130,9 @@ if [ ! -z "$INIT" ]; then
echo -e "\tFor zsh..." echo -e "\tFor zsh..."
sudo mkdir -p /usr/local/share/fsh sudo mkdir -p /usr/local/share/fsh
sudo wget https://raw.githubusercontent.com/catppuccin/zsh-fsh/main/themes/catppuccin-mocha.ini -O /usr/local/share/fsh/catppuccin-mocha.ini sudo wget https://raw.githubusercontent.com/catppuccin/zsh-fsh/main/themes/catppuccin-mocha.ini -O /usr/local/share/fsh/catppuccin-mocha.ini
echo -e "\tFor gtk..."
# Change icon color for Papirus Icon Theme
papirus-folders -C cat-latte-flamingo --theme Papirus-Dark
# Basic directory structure # Basic directory structure
echo -e "* Create base home directories..." echo -e "* Create base home directories..."
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads