From cea38efa49569de8ba1212dd03b2250ac59ebbd4 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 28 Aug 2024 02:28:34 +0300 Subject: theme --- .config/fontconfig/fonts.conf | 31 +++++++++++++++++++++++++++++++ .config/waybar/style.css | 2 +- .config/wofi/style.css | 8 ++++---- dependencies.txt | 2 +- rice.sh | 12 ++++++------ 5 files changed, 43 insertions(+), 12 deletions(-) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..9891d79 --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,31 @@ + + + + + serif + + Ubuntu + Noto Color Emoji + + + + sans-serif + + Ubuntu + Noto Color Emoji + + + + sans + + Ubuntu + Noto Color Emoji + + + + monospace + + Ubuntu Mono + + + diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f082e00..ac53d24 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: JetBrainsMono Nerd Font Propo; + font-family: LiterationMono Nerd Font Propo; font-weight: normal; font-size: 14px; min-height: 0; diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 6132d1f..507844d 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -11,7 +11,7 @@ margin-bottom: 1px; #window { /*background-color: --wofi-color0;*/ - background-color: #282828; + background-color: #1e1e2e; /*color: --wofi-color2; border: 2px solid --wofi-color1;*/ border-radius: 0px; @@ -40,11 +40,11 @@ margin-bottom: 1px; } #text { - color: #ebdbb2; + color: #cdd6f4; } #text:selected { - color: #282828; + color: #1e1e2e; } #entry { @@ -53,7 +53,7 @@ margin-bottom: 1px; #entry:selected { /*background-color: --wofi-color3;*/ - background: #fbf1c7; + background: #f9e2af; color: rgba(255, 0, 0, 0.0) } diff --git a/dependencies.txt b/dependencies.txt index 1e510b2..f683996 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -12,7 +12,7 @@ wireplumber # fonts ttf-jetbrains-mono-nerd ttf-liberation-mono-nerd -noto-fonts +ttf-ubuntu-font-family noto-fonts-emoji fontconfig diff --git a/rice.sh b/rice.sh index 59508cc..db4877d 100755 --- a/rice.sh +++ b/rice.sh @@ -24,13 +24,13 @@ doas -u $PERMUSER mkdir -p /home/$PERMUSER/.local/share/icons doas -u $PERMUSER mkdir -p /home/$PERMUSER/.local/share/papes cd $WORKDIRECTORY -git clone https://github.com/awnrt/gruvbox-gtk-theme -doas -u $PERMUSER cp -r $WORKDIRECTORY/gruvbox-gtk-theme/Gruvbox-Dark /home/$PERMUSER/.local/share/themes -doas -u $PERMUSER cp -r $WORKDIRECTORY/gruvbox-gtk-theme/Gruvbox-Icons /home/$PERMUSER/.local/share/icons -rm -rf $WORKDIRECTORY/gruvbox-gtk-theme +doas -u $PERMUSER curl -LO "https://github.com/catppuccin/gtk/releases/download/v1.0.3/catppuccin-mocha-yellow-standard+default.zip" +doas -u $PERMUSER unzip catppuccin-mocha-yellow-standard+default.zip +doas -u $PERMUSER mv catppuccin-mocha-yellow-standard+default catppuccin-yellow +doas -u $PERMUSER cp -r catppuccin-yellow /home/$PERMUSER/.local/share/themes +rm -rf $WORKDIRECTORY/catppuccin-yellow -doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface gtk-theme "Gruvbox-Dark" -doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface icon-theme "Gruvbox-Icons" +doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface gtk-theme "catppuccin-yellow" doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu' #doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-name "Libertinus Serif 12" -- cgit v1.2.3