summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-23 00:19:23 -0500
committerzachir <zachir@librem.one>2023-11-05 17:29:24 -0600
commitc197284bed4421677722158661ef5bf820fadf4e (patch)
treeb46492352cc3a216e194bbec8b606ab6c64dc2f3
parent2479199d10ac76478fd61e0df0fabaad9d75f7ce (diff)
Fix awesome tabs->spaces and set net-widget width
-rw-r--r--awesome/rc.lua8
1 files changed, 8 insertions, 0 deletions
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,