mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
thinkpad: wayland and bluetooth fixes
This commit is contained in:
parent
758c58f5c2
commit
6cb6667093
6 changed files with 22 additions and 12 deletions
|
@ -52,6 +52,7 @@
|
|||
libreoffice
|
||||
mosh
|
||||
ansible
|
||||
plover.dev
|
||||
|
||||
# programming languages
|
||||
cargo
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 26;
|
||||
modules-left = [ "river/tags" "custom/spotifytitle" "river/window" ];
|
||||
modules-left = [ "sway/workspaces" "river/tags" "custom/spotifytitle" "river/window" ];
|
||||
modules-right = [ "network" "cpu" "pulseaudio" "battery" "tray" "custom/notification" "clock" ];
|
||||
network = {
|
||||
format-wifi = " {essid} ({signalStrength}%)";
|
||||
|
@ -24,6 +24,10 @@
|
|||
format = "{icon}";
|
||||
on-click = "activate";
|
||||
};
|
||||
"sway/workspaces" = {
|
||||
format = "{icon}";
|
||||
on-click = "activate";
|
||||
};
|
||||
"river/window" = {
|
||||
format = " {}";
|
||||
# separate-outputs = true;
|
||||
|
@ -113,12 +117,14 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
#workspaces button,
|
||||
#tags button {
|
||||
padding: 0 5px;
|
||||
background-color: transparent;
|
||||
color: #${config.colorScheme.colors.base05};
|
||||
}
|
||||
|
||||
#workspaces button.focused,
|
||||
#tags button.focused {
|
||||
background-color: #${config.colorScheme.colors.base04};
|
||||
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
|
||||
|
@ -128,6 +134,7 @@
|
|||
box-shadow: inset 0 -3px #${config.colorScheme.colors.base05};
|
||||
}
|
||||
|
||||
#workspaces button.urgent,
|
||||
#tags button.urgent {
|
||||
background-color: #eb4d4b;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue