Add network and bluetooth back to waybar, disable associated applets

Split current clock waybar widget into date only and time only,
use more rainbow colours across the system modules
This commit is contained in:
Evie Litherland-Smith 2024-02-13 08:20:02 +00:00
parent f362a15211
commit 1600288da0
3 changed files with 38 additions and 9 deletions

View file

@ -38,8 +38,6 @@
services = {
gpg-agent.pinentryFlavor = "gnome3";
avizo.enable = true;
blueman-applet.enable = true;
network-manager-applet.enable = true;
syncthing.enable = true;
udiskie = {
enable = true;

View file

@ -59,6 +59,8 @@ tooltip {
#window,
#mpris,
#pulseaudio,
#network,
#bluetooth,
#backlight,
#battery,
#clock,
@ -72,7 +74,8 @@ tooltip {
#window,
#mpris,
#tray,
#custom-separator {
#backlight,
#battery {
color: @base05;
}
@ -96,12 +99,20 @@ tooltip {
color: @base08;
}
#pulseaudio {
color: @base09;
}
#network {
color: @base0A;
}
#bluetooth {
color: @base0B;
}
#clock.calendar {
color: @base0C;
}
#clock {
color: @base0D;
}
#backlight,
#battery {
color: @base05;
#custom-separator {
color: @base0E;
}

View file

@ -26,6 +26,9 @@
"modules-right" = [
"custom/notification"
"pulseaudio"
"network"
"bluetooth"
"clock#calendar"
"clock"
"custom/separator"
"backlight"
@ -122,9 +125,25 @@
format = "{icon} {temperatureC}°C";
format-icons = ["󱃃" "󰔏" "󱃂"];
};
clock = {
format = "{:󰃭 %Y-%m-%d 󰥔 %R}";
format-alt = "{:󰥔 %R}";
network = {
format-icons = ["󰤟 " "󰤢 " "󰤥 " "󰤨 "];
format-wifi = "{icon}";
format-ethernet = "󰈁 ";
tooltip-format = "{essid} ({signalStrength}%)";
format-linked = "󰈂 ";
format-disconnected = "󰈂 ";
};
bluetooth = {
format = "󰂯 ";
format-disabled = "󰂲 ";
format-off = "󰂲 ";
format-on = "󰂯 ";
format-connected = "󰂱 ";
tooltip-format = "{status} | {device_alias}";
on-click = "${pkgs.blueman}/bin/blueman-manager";
};
"clock#calendar" = {
format = "{:󰃭 %Y-%m-%d}";
tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = {
mode = "month";
@ -146,6 +165,7 @@
on-scroll-down = "shift_down";
};
};
clock = {format = "{:󰥔 %R}";};
backlight = {
format = "{icon} ";
tooltip-format = "{percent}%";