Remove backlight and temperature waybar modules

Change colour of clock module
This commit is contained in:
Evie Litherland-Smith 2023-11-15 08:09:16 +00:00
parent 91a580a091
commit 8c78a453c3
2 changed files with 4 additions and 15 deletions

View file

@ -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" = {

View file

@ -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; }