hyprland: removed custom waybar css

This commit is contained in:
Aly Raffauf 2024-05-04 21:30:40 -04:00
parent 6f4a7a1040
commit 84cfa8f95a
2 changed files with 0 additions and 3 deletions

View file

@ -62,8 +62,6 @@
extraPortals = [pkgs.xdg-desktop-portal-hyprland]; extraPortals = [pkgs.xdg-desktop-portal-hyprland];
}; };
xdg.configFile."waybar/hyprland-style.css".source = ./waybar.css;
programs.waybar.settings = { programs.waybar.settings = {
mainBar = { mainBar = {
modules-left = ["hyprland/workspaces" "hyprland/submap"]; modules-left = ["hyprland/workspaces" "hyprland/submap"];

View file

@ -1 +0,0 @@
@import url("style.css");