Initial Niri + Wayland dotfiles
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 32,
|
||||
|
||||
"modules-left": ["niri/workspaces"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "battery", "tray"],
|
||||
|
||||
"clock": {
|
||||
"format": "{:%a %b %d %H:%M}"
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["","","","",""]
|
||||
},
|
||||
|
||||
"network": {
|
||||
"format-wifi": " {essid}",
|
||||
"format-ethernet": "",
|
||||
"format-disconnected": "⚠"
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": " {volume}%",
|
||||
"format-muted": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
* {
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(15,15,20,0.9);
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 8px;
|
||||
color: #6c7086;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #89b4fa;
|
||||
}
|
||||
|
||||
#clock, #battery, #network, #pulseaudio {
|
||||
padding: 0 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user