Skip to content

Commit 79c739d

Browse files
committed
laptop working conig (I think)
1 parent 8d4c6cd commit 79c739d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.xmonad/xmobarrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Config { font = "xft:Fira Code:size=10"
1010
, overrideRedirect = False
1111
, border = BottomBM 0
1212
, borderColor = "#3e3e3e"
13-
, commands = [ Run Network "enp3s0" [ "-t" , "d:<rx> u:<tx>"
13+
, commands = [ Run Network "wlp1s0" [ "-t" , "d:<rx> u:<tx>"
1414
, "-L" , "100"
1515
, "-H" , "700"
1616
, "-m" , "4"
@@ -64,4 +64,3 @@ Config { font = "xft:Fira Code:size=10"
6464
, alignSep = "}{"
6565
, template = " %StdinReader% }{%battery% / r:%du% / %coretemp% / %memory% / %wlp1s0% / <fc=#ede7b4>%date%</fc> "
6666
}
67-

0 commit comments

Comments
 (0)