copy nb configuration and modules

This commit is contained in:
2023-07-12 16:13:10 +02:00
parent 1af70a3095
commit 127eab91d5
114 changed files with 9070 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
* {
font-size: 20px;
font-family: monospace;
}
window#waybar {
background: #282a36;
color: #f8f8f2;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #252525;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #282a36;
background: #252525;
}
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#network,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
background: #252525;
}
#workspaces button {
padding: 0 2px;
color: #f8f8f2;
}
#workspaces button.focused {
color: #50fa7b;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #252525;
border: #252525;
padding: 0 3px;
}
#network {
color: #8be9fd;
}
#pulseaudio {
color: #6272a4;
}
#memory {
color: #f8f8f2;
}
#cpu {
color: #bd93f9;
}
#battery {
color: #f1fa8c;
}
#disk {
color: #ffb86c;
}
#clock,
#network,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}