Remove backlight and temperature waybar modules
Change colour of clock module
This commit is contained in:
parent
91a580a091
commit
8c78a453c3
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ networkmanagerapplet bluez ];
|
home.packages = with pkgs; [ networkmanagerapplet bluez ];
|
||||||
systemd.user.targets.tray.Unit = {
|
systemd.user.targets.tray.Unit = {
|
||||||
Description = "Home Manager System Tray";
|
Description = "Home Manager System Tray";
|
||||||
|
@ -23,17 +23,8 @@
|
||||||
"mpris"
|
"mpris"
|
||||||
];
|
];
|
||||||
"modules-center" = [ ];
|
"modules-center" = [ ];
|
||||||
"modules-right" = [
|
"modules-right" =
|
||||||
"pulseaudio"
|
[ "pulseaudio" "disk" "cpu" "memory" "clock" "battery" "tray" ];
|
||||||
"disk"
|
|
||||||
"cpu"
|
|
||||||
"memory"
|
|
||||||
"temperature"
|
|
||||||
"clock"
|
|
||||||
"backlight"
|
|
||||||
"battery"
|
|
||||||
"tray"
|
|
||||||
];
|
|
||||||
# Module config
|
# Module config
|
||||||
"custom/separator" = { format = "|"; };
|
"custom/separator" = { format = "|"; };
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
|
|
|
@ -45,7 +45,6 @@ tooltip {
|
||||||
#window,
|
#window,
|
||||||
#mpris,
|
#mpris,
|
||||||
#battery,
|
#battery,
|
||||||
#backlight,
|
|
||||||
#tray { color: #c0caf5; }
|
#tray { color: #c0caf5; }
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
@ -62,5 +61,4 @@ tooltip {
|
||||||
#disk { color: #e0af68; }
|
#disk { color: #e0af68; }
|
||||||
#cpu { color: #9ece6a; }
|
#cpu { color: #9ece6a; }
|
||||||
#memory { color: #7dcfff; }
|
#memory { color: #7dcfff; }
|
||||||
#temperature { color: #7aa2f7; }
|
#clock { color: #7aa2f7; }
|
||||||
#clock { color: #bb9af7; }
|
|
||||||
|
|
Loading…
Reference in a new issue