dotfiles VS awesome-wm-widgets

Compare dotfiles vs awesome-wm-widgets and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dotfiles awesome-wm-widgets
8 47
789 2,050
- -
8.6 6.8
4 days ago about 2 months ago
Emacs Lisp Lua
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-02.
  • Install Guix and configure as declaratively as possible?
    1 project | /r/GUIX | 20 Mar 2023
    Check out https://github.com/daviwil/dotfiles and the SystemCrafters YouTube channel and Github page. Lots of good stuff there for full system configuration.
  • Smallest DE for Debian?
    1 project | /r/linuxquestions | 5 Feb 2023
    Then check out the System Crafters website. There is a youtube channel, but David Wilson's notes and his dotfiles are quicker to navigate if you know what you're looking for.
  • New to emacs; will you hold my hand?
    7 projects | /r/emacs | 2 Sep 2022
    I was watching some videos and saw this https://github.com/daviwil/dotfiles/blob/master/Emacs.org, which is HUUUGE. Is there some other resource that I can just start with one piece/package at a time and keep adding more slowly?
  • sudo -E guix system reconfigure ~/.config/guix/system.scm fails: services fail to restart
    1 project | /r/GUIX | 13 May 2022
    Explanation for not using sudo -E: https://github.com/daviwil/dotfiles/issues/11
  • Guile Question - Howto declare service variable
    1 project | /r/GUIX | 14 Apr 2022
    I'm trying to create a configuration with a base-system module with multiple machine configurations deriving from it, based on the example shared by David Wilson in his github repo: https://github.com/daviwil/dotfiles
  • Setting Up an Mcron Job
    1 project | /r/GUIX | 15 Jan 2022
    You should avoid using sudo -E or your home directory is slowly gonna fill up with root-owned files.
  • Is emacs for me?
    5 projects | /r/emacs | 28 Sep 2021
    Lisp take a while to learn, but you really don't need too much knowledge. I would recommend using blocks of code from others' configs as a beginner.
  • Emacs Behavioral Modifications
    7 projects | /r/emacs | 3 Apr 2021
    While watching a Systems Crafters playlist about emacs I decided I wanted to checkout his configuration to see if it had anything I would find useful. As his style of development is different from mine I did not find a whole lot, but I did find something useful. In his init.el he has a section that moves files like places to a different directory to keep his ~/.emacs.d clean. As I keep my ~/.emacs.d directory as a symbolic link to my dotfiles repository I immediately added this to my configuration; however, it does not seem to work at least as I expected it to. Within my init.el I have a block of code that is copied from his, but modified slightly to create ~/.cache/emacs if it does not already exist, and then apply the changes to where these files should be stored. I don't seem to get any errors, but this also does not seem to change where those files get stored. Am I misunderstanding what his block of code does?

awesome-wm-widgets

Posts with mentions or reviews of awesome-wm-widgets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Widgets: which are the alternatives?
    2 projects | /r/awesomewm | 23 Nov 2023
    I'm trying to get the most out of my OS (Arch with X11 and Awesomewm), but I'm stuck with the widgets. I would like to create/use some utilities like an interactive calendar, small TODO list, dropdown menu, etc. but using the awesomewm widgets is too difficult and limiting. I found eww but it seems as difficult as the former widgets.
  • How do I get the batteryarc-widget to work properly?
    1 project | /r/awesomewm | 26 Aug 2023
    Hello, I am new to Linux (using Mint rn) and very new to Awesome. I installed Pavel Makhov's awesome-wm-widgets pack since that seems very cool and widely used. While the arc portion of the widget works perfectly fine, the actual charge isn't showing in the middle of the arc. Here's what I mean.
  • Widget help.
    1 project | /r/awesomewm | 28 Apr 2023
    I am a noob to awesome wm, and have tried several times to get the widgets from https://github.com/streetturtle/awesome-wm-widgets to work. I am not understanding the directions, and whenever I try it always throws me errors that i cannot figure out. Can anyone give me detailed instructions on how to setup these up?
  • Were can I study aligning widgets on wibar (or writing awesome widgets in general)?
    5 projects | /r/awesomewm | 25 Apr 2023
    Check tips & tricks section here, there are two tutorials on widget creation: https://pavelmakhov.com/awesome-wm-widgets/ You can also have a look at the source code of https://github.com/streetturtle/awesome-wm-widgets
  • Get Off My Desktop Windows Needs to Stop Showing Tabloid News
    5 projects | news.ycombinator.com | 26 Mar 2023
    > What widgets are you referring to that you found to have leaks?

    I'll cite myself here: https://github.com/streetturtle/awesome-wm-widgets/issues/11...

    I've had similar issues wherever GTK interacts with awful.spawn . Hence my GTK + awful.spawn.easy_async = extremely leak-prone

    Here's another affected library [1]: https://github.com/deficient/volume-control

    [1]: No bug under the main repo because they're considering it as a framework bug. See here for discussion: https://github.com/awesomeWM/awesome/issues/3584#issuecommen...

  • How do i add a power button to the wibar
    1 project | /r/awesomewm | 13 Mar 2023
    You can try this widget: https://github.com/streetturtle/awesome-wm-widgets/tree/master/logout-menu-widget
  • Awesome WM customizer/configurator
    9 projects | /r/awesomewm | 20 Feb 2023
    u/BaigGam3rss I still have some work to do to make my own widgets but you probably start with the documentation [1][2]. And then look at some other projects that use Awesome API to build widgets (ex: [3][4][5][6][7]).
  • button click interpreted twice
    1 project | /r/awesomewm | 16 Feb 2023
    ------------------------------------------------- -- Logout Menu Widget for Awesome Window Manager -- More details could be found here: -- https://github.com/streetturtle/awesome-wm-widgets/tree/master/logout-menu-widget -- @author Pavel Makhov -- @copyright 2020 Pavel Makhov ------------------------------------------------- local awful = require("awful") local wibox = require("wibox") local gears = require("gears") local beautiful = require("beautiful") local naughty = require("naughty") local HOME = os.getenv('HOME') local ICON_DIR = HOME .. '/.config/awesome/awesome-wm-widgets/logout-menu-widget/icons/' local logout_menu_widget = wibox.widget { { { image = ICON_DIR .. 'power_w.svg', resize = true, id = "iimage", widget = wibox.widget.imagebox, }, margins = 4, layout = wibox.container.margin }, shape = function(cr, width, height) gears.shape.rounded_rect(cr, width, height, 4) end, widget = wibox.container.background, } local popup = awful.popup { ontop = true, visible = false, shape = function(cr, width, height) gears.shape.rounded_rect(cr, width, height, 4) end, border_width = 1, border_color = beautiful.bg_focus, maximum_width = 400, offset = { y = 5 }, widget = {} } local function worker(user_args) local rows = { layout = wibox.layout.fixed.vertical } local args = user_args or {} local font = args.font or beautiful.font local onlogout = args.onlogout or function () awesome.quit() end local onlock = args.onlock or function() awful.spawn.with_shell("i3lock") end local onreboot = args.onreboot or function() awful.spawn.with_shell("reboot") end local onsuspend = args.onsuspend or function() awful.spawn.with_shell("systemctl suspend") end local onpoweroff = args.onpoweroff or function() awful.spawn.with_shell("shutdown now") end local menu_items = { { name = 'Log out', icon_name = 'log-out.svg', command = onlogout }, { name = 'Lock', icon_name = 'lock.svg', command = onlock }, { name = 'Reboot', icon_name = 'refresh-cw.svg', command = onreboot }, { name = 'Suspend', icon_name = 'moon.svg', command = onsuspend }, { name = 'Power off', icon_name = 'power.svg', command = onpoweroff }, } for _, item in ipairs(menu_items) do local row = wibox.widget { { { { image = ICON_DIR .. item.icon_name, resize = false, widget = wibox.widget.imagebox }, { text = item.name, font = font, widget = wibox.widget.textbox }, spacing = 12, layout = wibox.layout.fixed.horizontal }, margins = 8, layout = wibox.container.margin }, bg = beautiful.bg_normal, widget = wibox.container.background } row:connect_signal("mouse::enter", function(c) c:set_bg(beautiful.bg_focus) end) row:connect_signal("mouse::leave", function(c) c:set_bg(beautiful.bg_normal) end) local old_cursor, old_wibox row:connect_signal("mouse::enter", function() local wb = mouse.current_wibox old_cursor, old_wibox = wb.cursor, wb wb.cursor = "hand1" end) row:connect_signal("mouse::leave", function() if old_wibox then old_wibox.cursor = old_cursor old_wibox = nil end end) --row:buttons(awful.util.table.join(awful.button({}, 1, function() -- popup.visible = not popup.visible -- item.command() --end))) row:add_button(awful.button({}, 1, function() popup.visible = not popup.visible item.command() end)) table.insert(rows, row) end popup:setup(rows) -- logout_menu_widget:buttons( -- awful.util.table.join( -- awful.button({}, 1, function() -- if popup.visible then -- popup.visible = not popup.visible -- logout_menu_widget:set_bg('#00000000') -- else -- popup:move_next_to(mouse.current_widget_geometry) -- logout_menu_widget:set_bg(beautiful.bg_focus) -- end -- end) -- ) -- ) logout_menu_widget:add_button( awful.button({}, 1, function() naughty.notify({text = "button pressed"}) if popup.visible then naughty.notify({text = "visible"}) popup.visible = not popup.visible logout_menu_widget:set_bg('#00000000') else naughty.notify({text = "invisible"}) popup:move_next_to(mouse.current_widget_geometry) logout_menu_widget:set_bg(beautiful.bg_focus) end end, function() naughty.notify({text = "button released"}) end) ) return logout_menu_widget end return setmetatable(logout_menu_widget, { __call = function(_, ...) return worker(...) end })
  • General help with widgets
    3 projects | /r/awesomewm | 17 Dec 2022
  • Need help installing awesome-wm-widgets widgets, I tried with the volume widget and then spotify and both times adding the code in the read me to different places in the rc.lua and each time saving and reloading awesomewm caused it to reset to default settings with a slew of errors and no widget
    1 project | /r/awesomewm | 8 Nov 2022