waybar: almost finish polybar clone
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
"mpd": {
|
||||
"format": "{artist} - {title}",
|
||||
"format-disconnected": "Disconnected ",
|
||||
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||
"format-paused": "MPD paused",
|
||||
"unknown-tag": "N/A",
|
||||
"interval": 5,
|
||||
"tooltip-format": "MPD (connected)",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("../../.cache/wal/colors-waybar.css");
|
||||
|
||||
* {
|
||||
font-family: "mononoki";
|
||||
font-family: "mononoki Nerd Font";
|
||||
font-size: 16;
|
||||
}
|
||||
|
||||
@ -37,3 +37,19 @@
|
||||
#network {
|
||||
color: @color1;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @foreground;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @color4;
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
color: @color4;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: @color6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user