mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-20 11:48:21 +02:00
playing with waybar & adding common problems new users encounter to README
This commit is contained in:
parent
0e3aada85b
commit
11ab065efa
12
README.md
12
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:
|
||||
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user