Merge branch 'main' of github.com:mickenordin/setup into main
This commit is contained in:
commit
e41fe770a7
2 changed files with 2 additions and 12 deletions
|
@ -1,9 +0,0 @@
|
||||||
diff --git a/effects.c b/effects.c
|
|
||||||
index e63f722..89b28a4 100644
|
|
||||||
--- a/effects.c
|
|
||||||
+++ b/effects.c
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
#include <time.h>
|
|
||||||
#include "effects.h"
|
|
||||||
#include "log.h"
|
|
||||||
+#include "stdio.h"
|
|
5
setup.sh
5
setup.sh
|
@ -146,7 +146,7 @@ source /usr/local/bin/wayland_enablement.sh
|
||||||
systemd-cat --identifier=sway sway $@
|
systemd-cat --identifier=sway sway $@
|
||||||
' | sudo tee ${SWAYRUN}
|
' | sudo tee ${SWAYRUN}
|
||||||
|
|
||||||
sudo echo '#!/bin/sh
|
echo '#!/bin/sh
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
|
@ -165,7 +165,6 @@ sudo systemctl enable greetd
|
||||||
cd ~/sources
|
cd ~/sources
|
||||||
git clone https://github.com/mortie/swaylock-effects.git
|
git clone https://github.com/mortie/swaylock-effects.git
|
||||||
cd swaylock-effects
|
cd swaylock-effects
|
||||||
patch -p1 < ../effects.c.patch
|
|
||||||
meson build
|
meson build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
@ -190,7 +189,7 @@ cd /tmp
|
||||||
mkdir fonts
|
mkdir fonts
|
||||||
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip
|
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip
|
||||||
unzip VictorMono.zip
|
unzip VictorMono.zip
|
||||||
sudo *tf /usr/local/share/fonts
|
sudo cp *tf /usr/local/share/fonts
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf fonts
|
rm -rf fonts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue