From 2e5d26b702d4471f9274355bf86b9fee5aca7719 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 11 Feb 2022 20:38:56 +0100 Subject: [PATCH] wayland: Update README roadmap I have been using wayland for about three months now and the 'missing things' roadmap has been shrinking steadily. There are still some little things that are annoying, most concerning old xwayland or Gnome applications such as when I have to make use of Zotero or Element -- all GUI applications that I would prefer not to use anyway. Otherwise it's a very pleasant experience and *extremely* solid. I don't remember any crashes, it feels relatively light weight, multi-monitor works without any hick-ups and I really can't complain. I will for the foreseeable future stay with wayland, since it works so well for me. My riverwm setup will still need some tinkering here and there to make use of some of its nice features and not just pretend to be using i3 again. Lastly, I will need to peruse my settings and find left-over x11 things that will inevitably be hiding in this repository. All doable things and that makes me happy. --- .../qutebrowser/userscripts/open_download | 4 +- wayland/.config/waybar/style.css | 1 + wayland/README.md | 46 +++---------------- 3 files changed, 10 insertions(+), 41 deletions(-) diff --git a/qutebrowser/.local/share/qutebrowser/userscripts/open_download b/qutebrowser/.local/share/qutebrowser/userscripts/open_download index 4f4818c..cde3572 100755 --- a/qutebrowser/.local/share/qutebrowser/userscripts/open_download +++ b/qutebrowser/.local/share/qutebrowser/userscripts/open_download @@ -16,7 +16,9 @@ # see the recent downloads, just press "sd". # # Thorsten Wißmann, 2015 (thorsten` on Libera Chat) -# Marty Oehme, 2021 (@martyo@matrix.org on Matrix), refactored to work with bemenu +# Marty Oehme, 2022 (@martyo@matrix.org on Matrix) +# refactored to work with bemenu +# fixed for files with spaces # Any feedback is welcome! set -e diff --git a/wayland/.config/waybar/style.css b/wayland/.config/waybar/style.css index bbc1e6b..f9bb2f5 100644 --- a/wayland/.config/waybar/style.css +++ b/wayland/.config/waybar/style.css @@ -148,3 +148,4 @@ window#waybar.hidden { margin: 0; padding: 0; } +@import "/home/marty/.local/share/waybar/colorscheme.css"; diff --git a/wayland/README.md b/wayland/README.md index e257f3c..56f574f 100644 --- a/wayland/README.md +++ b/wayland/README.md @@ -22,46 +22,6 @@ I have not found a good replacement for `clutter` which is independent from the window manager. I believe `swaywm` would include similar functionality, but `river` does not. -## Missing - -not set up: - -* [x] lockscreen -* [x] power menu -- rofi on X -* [x] extensive run menu (clipboard, open windows) -- rofi on X - * [x] clipboard manager -* [x] pass frontend dropdown -- clipboard and xdotool - * [x] investigate [wtype](https://github.com/atx/wtype) over ydotool -* [x] file uploading (works but without url clipboard) -* [x] open_download (qutebrowser script) -* [x] gap regulation -* [x] brightnessctl -* [x] waybar and various status modules - * [ ] include waybar in styler settings -* [x] pacman new packages in status -* [x] personal keyboard layout (ae, oe, ue, ..) -* [x] styler - * still works as before, only less programs respect xresources settings - * works even for foot, if I want to switch to it - * [x] need to set it up for waybar -* [ ] dropdown terminal and dropdown todo -* [ ] rofimoji emoji dropdown -- clipboard -* [ ] show current mode -* [-] hide cursor -* [x] dropdown calculator -- rofi on X -- could use `qalc` directly -* [-] modes: media, academia (worth?) -* [x] picture in terminal, a-la ueberzug - * ueberzug is X only - * there is sixel rendering for foot, st, xterm, urxvt - * alacritty does *not* support sixel rendering [yet](https://github.com/alacritty/alacritty/issues/910), see also [existing sixel implementation](https://github.com/betaboon/alacritty/tree/graphics). - * We have sixel support enabled in vifm and foot. It is very wonky, however. - * Switched to kitty terminal for image support instead - - -### undecided - -* [ ] polybar -> waybar / yambar -* [ ] foot / alacritty ## River @@ -118,3 +78,9 @@ Lastly, it allows easy clipboard pasting with the `insert` key. `swaybg` is used to set the wallpaper from the river configuration file. +## Missing + +things not yet set up: + +* [-] modes: media, academia (worth?) +* [ ] display current desktop mode in status bar