From 8c78a453c3071af509d3eb052c761eaa44587892 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 15 Nov 2023 08:09:16 +0000 Subject: [PATCH] Remove backlight and temperature waybar modules Change colour of clock module --- home/hyprland/waybar/default.nix | 15 +++------------ home/hyprland/waybar/style.css | 4 +--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index df461a5e..677a567b 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: { +{ config, pkgs, ... }: { home.packages = with pkgs; [ networkmanagerapplet bluez ]; systemd.user.targets.tray.Unit = { Description = "Home Manager System Tray"; @@ -23,17 +23,8 @@ "mpris" ]; "modules-center" = [ ]; - "modules-right" = [ - "pulseaudio" - "disk" - "cpu" - "memory" - "temperature" - "clock" - "backlight" - "battery" - "tray" - ]; + "modules-right" = + [ "pulseaudio" "disk" "cpu" "memory" "clock" "battery" "tray" ]; # Module config "custom/separator" = { format = "|"; }; "hyprland/workspaces" = { diff --git a/home/hyprland/waybar/style.css b/home/hyprland/waybar/style.css index 3573c565..11e0c898 100644 --- a/home/hyprland/waybar/style.css +++ b/home/hyprland/waybar/style.css @@ -45,7 +45,6 @@ tooltip { #window, #mpris, #battery, -#backlight, #tray { color: #c0caf5; } #workspaces button { @@ -62,5 +61,4 @@ tooltip { #disk { color: #e0af68; } #cpu { color: #9ece6a; } #memory { color: #7dcfff; } -#temperature { color: #7aa2f7; } -#clock { color: #bb9af7; } +#clock { color: #7aa2f7; }