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