aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-05 13:39:55 -0300
committerEuAndreh <eu@euandre.org>2021-06-05 13:39:55 -0300
commit891f679694c471cc50f92e410167d1f13f62b87a (patch)
treec3876aeb2905f922bfdda8e0aa764afffd6fbebf /xmonad
parentsh/aliases.sh: Add mk alias (diff)
downloaddotfiles-891f679694c471cc50f92e410167d1f13f62b87a.tar.gz
dotfiles-891f679694c471cc50f92e410167d1f13f62b87a.tar.xz
xmonad/xmobar.hs: Update name of the wireless interface card
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/xmobar.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad/xmobar.hs b/xmonad/xmobar.hs
index 2107ed6b..b9e6cd27 100644
--- a/xmonad/xmobar.hs
+++ b/xmonad/xmobar.hs
@@ -6,7 +6,7 @@ Config {
, Run Swap [] 30
, Run Date "%A, %e %B %Y, %H:%M:%S" "date" 10
, Run DiskU [("/", "<used>/<size>")] [] 600
- , Run Wireless "wlp59s0" [] 100
+ , Run Wireless "wlp0s20f3" [] 100
, Run Volume "default" "Master" [] 10
, Run Battery [
"-t", "<acstatus>: <fc=#5ea2a4><left></fc>% - <timeleft>",
@@ -22,5 +22,5 @@ Config {
, Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-notifications.sh" "notifications"
, Run CommandReader "~/dev/libre/dotfiles/xmonad/scripts/xmobar-notmuch.sh" "notmuch"
]
- , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { <fc=#008000>%notifications%</fc> | %notmuch% | %wlp59s0wi% | %battery% | %memory% * %swap% | %cpu% | %disku% "
+ , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { <fc=#008000>%notifications%</fc> | %notmuch% | %wlp0s20f3wi% | %battery% | %memory% * %swap% | %cpu% | %disku% "
}