File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Config { font = "xft:Fira Code:size=10"
10
10
, overrideRedirect = False
11
11
, border = BottomBM 0
12
12
, borderColor = " #3e3e3e"
13
- , commands = [ Run Network " enp3s0 " [ " -t" , " d:<rx> u:<tx>"
13
+ , commands = [ Run Network " wlp1s0 " [ " -t" , " d:<rx> u:<tx>"
14
14
, " -L" , " 100"
15
15
, " -H" , " 700"
16
16
, " -m" , " 4"
@@ -63,6 +63,5 @@ Config { font = "xft:Fira Code:size=10"
63
63
]
64
64
, sepChar = " %"
65
65
, alignSep = " }{"
66
- , template = " %StdinReader% }{%mpd % / %disku% / %coretemp% / %memory% / %enp3s0 % / <fc=#ede7b4>%date%</fc> "
66
+ , template = " %StdinReader% }{%battery % / %disku% / %coretemp% / %memory% / %wlp1s0 % / <fc=#ede7b4>%date%</fc> "
67
67
}
68
-
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ main = do
162
162
]
163
163
`additionalKeysP`
164
164
[(otherMasks ++ " M-" ++ [key], screenWorkspace scr >>= flip whenJust (windows . action))
165
- | (key, scr) <- zip " wer" [2 , 0 ,1 ]
165
+ | (key, scr) <- zip " wer" [0 ,1 , 2 ]
166
166
, (otherMasks, action) <- [ (" " , W. view)
167
167
, (" S-" , W. shift)]
168
168
]
You can’t perform that action at this time.
0 commit comments