From 2ed3e8ddad23b4b72687523b58cff12d080d5b06 Mon Sep 17 00:00:00 2001 From: luc Date: Fri, 21 Apr 2023 17:57:02 +0200 Subject: [PATCH] updated config-files-vm --- config-files-vm/cagebreak/cage-greetd | 10 +++++++++ config-files-vm/cagebreak/cagebreak-run | 14 +++++++++++++ config-files-vm/foot/foot.ini | 27 +++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100755 config-files-vm/cagebreak/cage-greetd create mode 100755 config-files-vm/cagebreak/cagebreak-run create mode 100755 config-files-vm/foot/foot.ini diff --git a/config-files-vm/cagebreak/cage-greetd b/config-files-vm/cagebreak/cage-greetd new file mode 100755 index 0000000..ddbfe45 --- /dev/null +++ b/config-files-vm/cagebreak/cage-greetd @@ -0,0 +1,10 @@ +#!/bin/sh + +# Session +export XDG_SESSION_TYPE=wayland +export GTK_THEME=Plata-Noir-Compact + +# Wayland compatibility +export GDK_BACKEND=wayland + +exec dbus-run-session cage $@ diff --git a/config-files-vm/cagebreak/cagebreak-run b/config-files-vm/cagebreak/cagebreak-run new file mode 100755 index 0000000..625c9aa --- /dev/null +++ b/config-files-vm/cagebreak/cagebreak-run @@ -0,0 +1,14 @@ +#!/bin/sh + +# Session +export XDG_SESSION_TYPE=wayland +export XDG_SESSION_DESKTOP=cagebreak +export XDG_DESKTOP=cagebreak +export GTK_THEME=Plata-Noir-Compact + +# Wayland compatibility +export MOZ_ENABLE_WAYLAND=1 +export QT_QPA_PLATFORM=wayland +export GDK_BACKEND=wayland + +exec dbus-run-session cagebreak $@ diff --git a/config-files-vm/foot/foot.ini b/config-files-vm/foot/foot.ini new file mode 100755 index 0000000..84b511d --- /dev/null +++ b/config-files-vm/foot/foot.ini @@ -0,0 +1,27 @@ +# Foot config +font=monospace:size=10 + +[colors] +background=000000 +foreground=dcdccc +alpha=1 + +## Normal/regular colors (color palette 0-7) +regular0=222222 # black +regular1=cc9393 # red +regular2=7f9f7f # green +regular3=d0bf8f # yellow +regular4=6ca0a3 # blue +regular5=dc8cc3 # magenta +regular6=93e0e3 # cyan +regular7=dcdccc # white + +## Bright colors (color palette 8-15) +bright0=666666 # bright black +bright1=dca3a3 # bright red +bright2=bfebbf # bright green +bright3=f0dfaf # bright yellow +bright4=8cd0d3 # bright blue +bright5=fcace3 # bright magenta +bright6=b3ffff # bright cyan +bright7=ffffff # bright white