From 11ab065efa35a6e01681f8bea2c5cd43dcc5d2b4 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 30 Jan 2024 02:02:47 -0600 Subject: [PATCH] playing with waybar & adding common problems new users encounter to README --- README.md | 12 +++++++++++- config/home/style1-waybar.nix | 2 +- config/home/style2-waybar.nix | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f49aa4..b75bb20 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,17 @@ Themes you have available for you to set in the flake.nix are available [here](h Another cool thing I can do is have that [theme](https://github.com/tinted-theming/base16-schemes) the user set in the flake.nix used to generate a GTK theme as well! So when you change that one variable all you system programs will change upon a rebuild. I have included some fun scripts as well so definitely have some fun playing around with what you can do with my setup. -# Steps To Reproduce My System +## Common Issues + +``` +File system "/boot" is not a FAT EFI System Partition (ESP) file system. +systemd-boot not installed in ESP. +No default/fallback boot loader installed in ESP. +``` + +This error is caused by installing using MBR and not UEFI. It is important to use GPT and UEFI when installing the system. If you get this error just reinstall ensuring you are correcting booting and installing using UEFI. + +# Install / Steps To Reproduce My System - Enable flakes in your default configuration.nix by adding this: diff --git a/config/home/style1-waybar.nix b/config/home/style1-waybar.nix index 6b63344..e335b5a 100644 --- a/config/home/style1-waybar.nix +++ b/config/home/style1-waybar.nix @@ -11,7 +11,7 @@ lib.mkIf ("${waybarStyle}" == "style1") { modules-left = [ "hyprland/window" "custom/startmenu" ]; modules-center = [ "network" "pulseaudio" "cpu" "hyprland/workspaces" "memory" "disk" "clock" ]; - modules-right = [ "idle_inhibitor" "custom/themeselector" "custom/notification" "tray" ]; + modules-right = [ "idle_inhibitor" "custom/themeselector" "custom/notification" "battery" "tray" ]; "hyprland/workspaces" = { format = "{icon}"; format-icons = { diff --git a/config/home/style2-waybar.nix b/config/home/style2-waybar.nix index c155b67..176972d 100644 --- a/config/home/style2-waybar.nix +++ b/config/home/style2-waybar.nix @@ -11,7 +11,7 @@ lib.mkIf ("${waybarStyle}" == "style2") { modules-left = [ "custom/startmenu" "hyprland/window" ]; modules-center = [ "network" "pulseaudio" "cpu" "hyprland/workspaces" "memory" "disk" "clock" ]; - modules-right = [ "idle_inhibitor" "custom/themeselector" "custom/notification" "tray" ]; + modules-right = [ "idle_inhibitor" "custom/themeselector" "custom/notification" "battery" "tray" ]; "hyprland/workspaces" = { format = "{icon}"; format-icons = {