parent
cd8488f7de
commit
5103cc8cd5
@ -0,0 +1,18 @@
|
||||
[theme]
|
||||
background = "black"
|
||||
primary = "light white"
|
||||
secondary = "light black"
|
||||
title = "green"
|
||||
playing = "green"
|
||||
playing_selected = "light green"
|
||||
playing_bg = "black"
|
||||
highlight = "light white"
|
||||
highlight_bg = "#484848"
|
||||
error = "light white"
|
||||
error_bg = "red"
|
||||
statusbar = "black"
|
||||
statusbar_progress = "green"
|
||||
statusbar_bg = "green"
|
||||
cmdline = "light white"
|
||||
cmdline_bg = "black"
|
||||
search_match = "light red"
|
@ -0,0 +1,30 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["custom/date","custom/clock"],
|
||||
"modules-right": ["network","battery","custom/nmtui","tray"],
|
||||
"sway/window": {
|
||||
"max-length": 50
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
||||
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||
},
|
||||
"custom/nmtui": {
|
||||
"format": " ",
|
||||
"tooltip": "NetworkManager",
|
||||
"on-click": "foot --title ~nmtui nmtui"
|
||||
},
|
||||
"custom/clock": {
|
||||
"interval": 1,
|
||||
"exec": "date \"+%Y-%m-%d %H:%M:%S\""
|
||||
},
|
||||
"battery": {
|
||||
"format": "{capacity}% {icon}",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
}
|
||||
}
|
Loading…
Reference in new issue