From c197284bed4421677722158661ef5bf820fadf4e Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 23 Oct 2023 00:19:23 -0500 Subject: Fix awesome tabs->spaces and set net-widget width --- awesome/rc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index 135aeb9..1772754 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -418,6 +418,8 @@ awful.screen.connect_for_each_screen(function(s) net_speed { font = "mononoki Nerd Font Mono 6", interface = "enp5s0" + font = beautiful.font2, + width = 100, }, ram_widget({ color_used=beautiful.bg_focus, @@ -437,6 +439,12 @@ awful.screen.connect_for_each_screen(function(s) process_info_max_length=-1, timeout=1 }), + volume_widget { + path_to_icon = "/usr/share/icons/Paper/scalable/status/audio-volume-muted-symbolic.svg", + widget_type = "arc", + mute_color = "#ff111111", + device = "pulse", + }, mykeyboardlayout, wibox.widget.systray(), mytextclock, -- cgit v1.2.3