From 61e2d897d93af9fc1b8a4e1b3e679947bf0cac61 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Sat, 14 Aug 2021 15:23:04 +0200 Subject: [PATCH] asdf --- eww-bar/.config/eww-bar/update-workspaces.sh | 4 ++-- xmonad/.xmonad/lib/Config.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eww-bar/.config/eww-bar/update-workspaces.sh b/eww-bar/.config/eww-bar/update-workspaces.sh index 7e12e3f..c36c17e 100755 --- a/eww-bar/.config/eww-bar/update-workspaces.sh +++ b/eww-bar/.config/eww-bar/update-workspaces.sh @@ -35,5 +35,5 @@ gib_workspace_yuck() { box_attrs=':orientation "v" :class "workspaces" :space-evenly true :halign "center" :valign "center" :vexpand true ' -eww -c ~/.config/eww-bar update workspaces_1_yuck='(box '"$box_attrs"' '"$(gib_workspace_yuck 1)"')' -eww -c ~/.config/eww-bar update workspaces_2_yuck='(box '"$box_attrs"' '"$(gib_workspace_yuck 2)"')' +eww -c ~/.config/eww-bar update workspaces_1_yuck="(box $box_attrs $(gib_workspace_yuck 1))" +eww -c ~/.config/eww-bar update workspaces_2_yuck="(box $box_attrs $(gib_workspace_yuck 2))" diff --git a/xmonad/.xmonad/lib/Config.hs b/xmonad/.xmonad/lib/Config.hs index 3f2e230..6c93bb6 100644 --- a/xmonad/.xmonad/lib/Config.hs +++ b/xmonad/.xmonad/lib/Config.hs @@ -276,7 +276,7 @@ myStartupHook = do spawnOnce "xrdb -merge ~/.Xresources" io $ threadDelay $ 1000 * 100 --spawnOnce "/home/leon/Downloads/picom --config /home/leon/.config/picom.conf --experimental-backends --backend xrender" --no-fading-openclose" - spawnOnce "picom --config /home/leon/.config/picom.conf --experimental-backends --backend glx" --no-fading-openclose" + spawnOnce "/home/leon/Downloads/picom-epic-animations --config /home/leon/.config/picom.conf --experimental-backends --animations --anomation-stiffness 200 --animation-dampening 20" --backend glx" --no-fading-openclose" --spawn "/home/leon/.config/polybar/launch.sh" setupPolybarOn "DisplayPort-0" spawnOnce "eww -c /home/leon/.config/eww-bar open-many bar_2 bar_1 &"