Again, small changes, trying out a new theme

This commit is contained in:
Jimbo 2024-10-15 13:48:33 -04:00
parent 84cfcee9fd
commit c3bc3a56f7
19 changed files with 64 additions and 52 deletions

View file

@ -27,7 +27,7 @@
format-icons = {
headphone = "󰋋 ";
headset = "󰋋 ";
default = [" " " "];
default = [ " " " " ];
};
on-click = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
on-click-middle = "wpctl set-volume @DEFAULT_AUDIO_SINK@ 100%";
@ -262,7 +262,7 @@
name = "bar1";
position = "top";
layer = "bottom";
output = [config.displays.d1 "VGA-1"];
output = [ config.displays.d1 "VGA-1" ];
modules-left = ["sway/workspaces" "sway/window"];
modules-right = [
"pulseaudio"
@ -287,13 +287,13 @@
"sway/scratchpad" = scratchpadModule;
"tray" = trayModule;
"bluetooth" = bluetoothModule;
"network" = networkModule // {interface = "enp*";};
"network" = networkModule // { interface = "enp*"; };
};
display2 = {
name = "bar2";
position = "top";
layer = "bottom";
output = [config.displays.d2];
output = [ config.displays.d2 ];
modules-left = ["sway/workspaces" "sway/window"];
modules-right = [
"pulseaudio"
@ -318,7 +318,7 @@
name = "bar3";
position = "top";
layer = "bottom";
output = [config.displays.d3];
output = [ config.displays.d3 ];
modules-left = ["sway/workspaces" "sway/window"];
modules-right = [
"pulseaudio"
@ -341,8 +341,8 @@
name = "laptop";
position = "top";
layer = "bottom";
output = ["eDP-1" "LVDS-1" "DSI-1" "HDMI-A-1"];
modules-left = ["sway/workspaces" "sway/window"];
output = [ "eDP-1" "LVDS-1" "DSI-1" "HDMI-A-1" ];
modules-left = [ "sway/workspaces" "sway/window" ];
modules-right = [
"pulseaudio"
"custom/media"
@ -457,13 +457,13 @@
color: #888;
}
#custom-weather {
border-bottom: 3px solid #${config.look.colors.prime};
border-bottom: 3px solid #3823C4;
}
#custom-weather2 {
border-bottom: 3px solid #c75bd3;
}
#custom-notifs {
border-bottom: 3px solid #${config.look.colors.prime};
border-bottom: 3px solid #3823C4;
}
#custom-notifs.disabled {
color: #888;