From 856265ea556b08240b289c205d7dc5eebe241a83 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Thu, 16 May 2024 20:58:37 +0100 Subject: changed link colours because looking at it on friends phone it seemed a bit dim, I also added what file manager I use in my about me. --- public/index.html | 6 ++++++ public/style.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/index.html b/public/index.html index 13d3acf..0f0f1b0 100644 --- a/public/index.html +++ b/public/index.html @@ -102,6 +102,12 @@ somebody else's server so I switched to KeePassXC because it is offline, I use syncthing to sync all my passwords from my laptop to my phone.

+

File manager
+ For my file manager, I use Ranger. + The main reason I use Ranger is because it uses Vim keybinds, + which I love. I first tested it out to see if it was any good, and after using it for about a + day, I decided to fully switch over to it, and it is a good file manager. I would suggest it to + anybody who likes the vim keybinds. 

Status bar
Polybar is the software that I use for my status bar because it is very customizable and it has all diff --git a/public/style.css b/public/style.css index 8ee3f07..0f452d5 100644 --- a/public/style.css +++ b/public/style.css @@ -18,7 +18,7 @@ body { a { font-weight: normal; text-decoration: none; - color:#6738a5; + color:#9433ff; } a:focus { outline: thin dotted; -- cgit v1.2.3