From dcebf4a7f54b67a5df4d9f1ad5f99f99245a4a53 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Wed, 5 Jul 2023 16:12:56 -0400 Subject: [PATCH] update for retro look again --- programs | 2 ++ src/.config/picom/picom.conf | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/programs b/programs index 9537bd0..54a848b 100644 --- a/programs +++ b/programs @@ -2,6 +2,8 @@ # essentials # ttf-jetbrains-mono +ttf-terminus-nerd +wqy-microhei ttf-roboto noto-fonts-emoji git diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index 49d0315..164bfe8 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -3,7 +3,7 @@ backend = "glx"; # animations # works with https://github.com/FT-Labs/picom # if your picom doesn't support it it won't do anything -animations = true; +animations = false; animation-stiffness-in-tag = 125; animation-stiffness-tag-change = 90.0; @@ -23,7 +23,7 @@ enable-fading-next-tag = true; vsync = true; # shadow -shadow = true; +shadow = false; shadow-radius = 12; shadow-offset-x = -7; shadow-offset-y = -7; @@ -35,4 +35,4 @@ fade-out-step = 0.05; fade-delta = 5; # corner -corner-radius = 8; +# corner-radius = 8;