mccd

joined 1 year ago
[–] mccd@lemmy.sdf.org 4 points 1 month ago

Sure:

bar {
    position top
    mode dock
    strip_workspace_numbers yes
    gaps 5
    status_edge_padding 0
    # When the status_command prints a new line to stdout, swaybar updates.
    status_command while printf \"%s :: %s" \"$(date +'%H:%M')\" \"$(cat /sys/class/power_supply/BAT0/capacity)%\"; do sleep 60; done 
    colors {
        statusline #f6f6f6
        background #272727
        inactive_workspace #272727 #272727 #f6f6f6
        focused_workspace  #f6f6f6 #f6f6f6 #272727
    }
}
[–] mccd@lemmy.sdf.org 4 points 1 month ago (1 children)

I'm a big fan of the TWM/plan9 look, so it makes sense. Thanks! :)

[–] mccd@lemmy.sdf.org 7 points 1 month ago

My latest setup, where I attempt to use Nix without home-manager and with rc-shell.

Cool fact about this setup is that I have a custom setup for Kakoune for note-taking, where I can take notes in any file format by adding a [cf:tag] or [:tag]. If [cf:tag] is added to a file, if I mention that tag anywhere it will be highlighted and I can click on it (by help of alacritty hints) to got that specific file.

General info:

  • OS: Nix
  • Shell: rc
  • WM: sway
  • Applications: cat info.txt, tig, kakoune, custom bemenu, swaybar
  • Fonts: Iosevka SS13 Extended, Iosevka Aile
90
submitted 1 month ago* (last edited 1 month ago) by mccd@lemmy.sdf.org to c/unixporn@lemmy.ml
[–] mccd@lemmy.sdf.org 2 points 2 months ago

You might have some luck at https://deskto.ps/

[–] mccd@lemmy.sdf.org 2 points 1 year ago

Really nice. We're in the process of setting up office tooling for my work, and there is little competition for Google Suite, since it's cheap as hell and includes so much. Some competition in the space is very welcome.

One thing that scares me about proton is that git send-email seems to not work great (at least according to git-send-email.io). Anyone knows if that is still accurate?