From c2c0335764abd595d5ea37a73f23fb67ec06470f Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sat, 4 Nov 2023 10:10:43 -0300 Subject: [PATCH] files: awesome: Add a white companion for the dark gray oneko --- files/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/awesome/rc.lua b/files/awesome/rc.lua index 6712f6c..31e683c 100644 --- a/files/awesome/rc.lua +++ b/files/awesome/rc.lua @@ -864,8 +864,8 @@ autorunApps = { "xset r rate 160 35", "xset b off", "xbanish", - "oneko -tofocus", - "oneko -tofocus -position 10x0 -fg #ffffff", + "oneko -tofocus -speed 20 -fg '#101010' -bg '#606060'", + "oneko -tofocus -speed 22 -position 0x0+25+0", } if autorun then for app = 1, #autorunApps do