diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
commit | 435dc20b5183f038d9a6a3c23199294ed1111986 (patch) | |
tree | 88777dfd7a694d033be95abba8ccbfa50764f86b /.config/polybar/modules.ini | |
parent | 7f2a7a6fa6425072ed347f09e69060af5611198c (diff) |
dunsts, polybar, picom
Diffstat (limited to '.config/polybar/modules.ini')
-rw-r--r-- | .config/polybar/modules.ini | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 2d30ff9..81c27d6 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -802,7 +802,7 @@ label-disconnected = "%{A1:networkmanager_dmenu &:} Disconnected %{A}" ; Normal Module [module/network] type = internal/network -interface = wlan0 +interface = enp6s0 ; Seconds to sleep between updates ; Default: 1 @@ -858,7 +858,7 @@ format-disconnected-prefix-foreground = ${color.orange} ; %downspeed% [wireless+wired] ; %linkspeed% [wired] ; Default: %ifname% %local_ip% -label-connected = "%{A1:networkmanager_dmenu &:} %essid% %{F#6C77BB}" +label-connected = "%{A1:networkmanager_dmenu &:} %ifname% %{F#6C77BB}" ; Available tokens: ; %ifname% [wireless+wired] @@ -1076,9 +1076,10 @@ enable-scroll = true ; $ xprop -root _NET_DESKTOP_NAMES icon-0 = I; icon-1 = II; -icon-2 = III; +icon-2 = III; icon-3 = IV; -icon-4 = V; +icon-4 = V; +; ; Available tags: ; <label-monitor> |