diff options
author | zachir <zachir@librem.one> | 2023-10-23 00:13:04 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-11-05 17:28:48 -0600 |
commit | 9f3a705eee2f27ce72937e8484a58688ca6786e5 (patch) | |
tree | 3b9856d425f72ed36968848f46f23ede04726885 /awesome | |
parent | d5e55ebc7468acfb653b20e8cb5f6553fbc1d27e (diff) |
Update awesome to not use crcparse
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/rc.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 7712739..135aeb9 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -114,7 +114,6 @@ awful.layout.layouts = { -- }}} -- Config function definitions {{{ - function terminal_sp_cmd (spc, cmd, geo) if terminal == "st" then cflag = "-c" @@ -438,12 +437,6 @@ 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, |