Multiple cfg updates

* Add hyprpaper config
* Remove old monitor configs
* Update waybar to use hyprland workspaces
* Format waybar
* Enable networkmanager
* Remove KDE Plasma
This commit is contained in:
Frankie B 2024-02-07 01:40:31 +00:00 committed by Frankie B.
commit 1c68fd4369
6 changed files with 43 additions and 18 deletions

View file

@ -5,7 +5,7 @@
height = 27;
fixed-center = true;
modules-left = [
"wlr/workspaces"
"hyprland/workspaces"
"custom/notification"
"tray"
];
@ -50,10 +50,13 @@
escape = true;
};
"wlr/workspaces" = {
"hyprland/workspaces" = {
disable-scroll = false;
all-outputs = false;
format = "{icon}";
"on-scroll-up" = "hyprctl dispatch workspace e+1";
"on-scroll-down" = "hyprctl dispatch workspace e-1";
"on-click" = "activate";
active-only = false;
format-icons = {
"1" = "I";
@ -135,8 +138,8 @@
"critical" = 5;
};
format = "{icon}{capacity}% ";
format-charging = " {capacity}% ";
format-plugged = " {capacity}% ";
format-charging = " {capacity}%";
format-plugged = " {capacity}%";
format-alt = "{icon}{time}";
format-icoms = [" " " " " " " " " "];
};