From f30628c5e79a1e307b4557faac05ba7689e449fc Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 21 Dec 2023 21:36:26 +0100 Subject: [PATCH] Updates --- CHANGELOG | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 288fad6..b44d196 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,9 @@ Installation: - Display Manager SDDM and sugar-candy theme will be installed. - Optional display manager disablement possible +General: +- Adding icons to eza. Adding ls, ll, lt + Hyprland: - New Waybar Module Idle Inhibitor to deactivate the automatic start of swaylock e.g. to watch videos or for online meetings - Create own customization of ML4W waybar themes: https://gitlab.com/stephan-raabe/dotfiles/-/tree/main/waybar?ref_type=heads#define-your-own-config-and-stylecss-for-a-ml4w-theme diff --git a/README.md b/README.md index ca2d237..2f6f238 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,9 @@ That's why NVIDIA GPUs are currently not supported by my dotfiles. But in upcomi ## Display Manager SDDM -The suggested method to start Hyprland is via the tty with the command Hyprland. But I made good experiences with the Display Manager SDDM (https://github.com/sddm/sddm) but you can also install a custom issue to improve the tty based login. +The suggested method to start Hyprland is with the tty with the command Hyprland. But I made good experiences with the Display Manager SDDM (https://github.com/sddm/sddm) but you can also install a custom issue to improve the tty based login. -Important is that you use the package sddm-git. You can replace sddm with sddm git with +Important is that you use the package sddm-git. You can replace sddm with sddm-git with ``` yay -S sddm-git ```