We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c6cd commit 79c739dCopy full SHA for 79c739d
.xmonad/xmobarrc
@@ -10,7 +10,7 @@ Config { font = "xft:Fira Code:size=10"
10
, overrideRedirect = False
11
, border = BottomBM 0
12
, borderColor = "#3e3e3e"
13
- , commands = [ Run Network "enp3s0" [ "-t" , "d:<rx> u:<tx>"
+ , commands = [ Run Network "wlp1s0" [ "-t" , "d:<rx> u:<tx>"
14
, "-L" , "100"
15
, "-H" , "700"
16
, "-m" , "4"
@@ -64,4 +64,3 @@ Config { font = "xft:Fira Code:size=10"
64
, alignSep = "}{"
65
, template = " %StdinReader% }{%battery% / r:%du% / %coretemp% / %memory% / %wlp1s0% / <fc=#ede7b4>%date%</fc> "
66
}
67
-
0 commit comments