Commit Graph

449 Commits

Author SHA1 Message Date
BluishHumility
895f5493c4 fix(foot): set default font size to 11 2024-07-30 13:52:49 -04:00
BluishHumility
0ca1b78e5c style(waybar): restructure waybar configs
Restructure Waybar config and style.css so the modules are ordered in the configs the same way they are ordered on the actual bar. The purpose of this is to make it easier for users to find things for making changes, and to help keep the configs organized.
2024-07-30 10:45:33 -04:00
BluishHumility
08d2ceb35f style(waybar): remove custom firefox, files, terminal modules
Remove custom modules from config. These modules are not actually being used (the Firefox, files, and terminal modules in the Waybar are the sway/workspaces module).
2024-07-30 09:14:21 -04:00
BluishHumility
a091772d9a fix: update terminal in README.md, remove xfce4-terminal from packages-repository.txt
Update terminal in README.md and remove xfce4-terminal from packages-repository.txt. These files were overlooked with recent commit 24888b484b
2024-07-30 09:10:14 -04:00
BluishHumility
c7a6105f45 style: remove netinstall.yaml (no longer needed) 2024-07-30 08:58:49 -04:00
BluishHumility
b587658225 feat(waybar): update waybar colors
Darken the grey shade of the Waybar, lighten the shade of the Waybar font.
2024-07-29 22:36:59 -04:00
BluishHumility
bc386105e5 feat: add autotiling script
Add Piotr Miller's very excellent autotiling script.

https://github.com/nwg-piotr/autotiling
2024-07-29 22:24:22 -04:00
BluishHumility
e343a92ab7 feat(waybar): update keyboard module, update input config file
Update the Waybar keyboard module to move the keyboard layout to the tooltip when hovering over the module (and out of the actual Waybar).

This will contribute to a cleaner look, and help trim down the lengthiness of the Waybar without sacrificing the utility of the module.

* Move keyboard layout to tooltip
* The module comments also referenced a script for sending signal, but there is no such script. The comments have been updated to reference example code added to ~/.config/sway/config.d/input

In addition to adding the example code, ~/.config/sway/config.d/input itself was updated to address some issues and add additional functionality.

* Remove the note about finding the touchpad ID and adding it to the config. This has not been necessary on Sway for a long time.
* Remove the `input type:keyboard xkb_layout "us"` line. This line is not actually doing anything since it will be overwritten by the `exec_always` block right below it every time Sway is reloaded.
* Enable numlock by default
* Add a commented block with example config for setting up keyboard layout toggle.
* Add explanatory comments.
2024-07-29 22:22:50 -04:00
BluishHumility
246e7ae60e feat(waybar): update waybar font
Change Waybar font to JetBrainsMono so it matches the terminal font.
2024-07-29 22:20:35 -04:00
BluishHumility
24888b484b Change the default terminal to [Foot terminal](https://codeberg.org/dnkl/foot), a Wayland-first terminal which is the default for the Sway project. Compared to xfce4-terminal, Foot is faster and more lightweight (both in size and resource usage). It also has native Sixel support, which allows rendering images in the terminal.
I have added a foot.ini which preserves the color scheme that had been set up on xfce4-terminal (with the purple background and transparency), except using the Material color scheme for terminal fonts. The bright colors of the fonts look good on the purple, and are easier to read than the old font colors.

Other changes in this PR:
* Add foot to package lists; remove xfce4-terminal
* Autostart foot-server in Sway config
* Change default terminal in Sway config
* Change Waybar on-click actions to use footclient instead of xfce4-terminal
* Update cheatsheet, keyhint files
* Update Wofi, Thunar configs to use footclient instead of xfce4-terminal
2024-07-29 22:17:44 -04:00
BluishHumility
4f8c150510 fix: foot > xfce4-terminal
The Foot commit hasn't been pushed yet (fix).
2024-07-29 22:08:14 -04:00
BluishHumility
5194823836 style: alphabetically sort package lists
The Sway package lists have been alphabetically sorted to make them easier to manage.
2024-07-29 22:03:41 -04:00
BluishHumility
678c3a1fcb feat(screenshots): add swappy, add screenshot scripts and keybindings
* Add [swappy](https://github.com/jtheoof/swappy) for handling screenshots. It's a nice Flameshot-like tool that allows adding simple annotations (drawing circles, arrows, text, etc) to screenshots and can save to file or pass to the clipboard.
* Add keybindings for "snip", screenshot window, and screenshot current display.
* Add scripts for the screenshot window and screenshot current display functions.
* `packages-repository.txt` has also been alphabetically sorted to make it easier to work with.
2024-07-29 22:00:22 -04:00
BluishHumility
3a74020703 feat(waybar): add sway/window to modules-left
Add sway/window module next to workspaces. It prints the title of the focused window in the Waybar.
2024-07-29 21:55:37 -04:00
BluishHumility
a255d71340 feat(waybar): change rocket icon to eos logo
Change the icon of the launcher module from a rocket to the EOS logo.
2024-07-29 21:53:55 -04:00
BluishHumility
b8460a3c6a Merge branch 'EndeavourOS-Community-Editions:main' into main 2024-07-30 01:51:10 +00:00
BluishHumility
8234c3750c feat(waybar): update battery module
* Remove `format-charging` and `format-plugged` settings in favor of just using the graduated battery level icons. Also  is a depreciated/removed Nerd Font icon. If we want to visually differentiate the charging state, CSS rules in `~/.config/waybar/style.css` might be a better way to handle that.
* Remove the commented lines because it is unlikely we will ever want these specific settings.
* Remove PBPbattery module and associated script. It is all commented out anyway. This feature has been built-in to Waybar for some time now; a custom script is no longer needed.
2024-07-29 21:45:02 -04:00
BluishHumility
ceaf04e7b1 feat(waybar): update pulseaudio module
* Set `scroll-step` to 2 and remove `on-scroll-up`/`on-scroll-down` action (which is doing the same thing)
* Format as icon|volume instead of volume|icon for consistency with other modules
* Remove `format-source` settings since it seems to be set up inconsistently. This feature also behaves oddly by default (for example, it cannot have an on-click or scroll behavior independent from volume--kind of unintuitive). If a user wants to use this feature it will likely work better to break out source into a separate module like this: https://github.com/Alexays/Waybar/issues/925#issuecomment-1377761376
* Remove `format-bluetooth` settings since it is not defining a different behavior after removing `format-source`
* Replaced , 婢, , and  icons since they are all depreciated/removed from Nerd Font icon set
* Added additional icons to `default` to have different icons for low, medium, and high volume settings
2024-07-29 21:40:16 -04:00
Johannes Kamprad
7939e0fc0f [packages-repository.txt] removed nwg-looks double entry thanks to Ryx at telegram 2024-07-28 15:22:22 +02:00
Johannes Kamprad
6ecb22d97a Merge pull request #61 from mattrobineau/main
Fix wofi colour typo and set window background to match
2024-07-09 12:51:11 +02:00
Johannes Kamprad
6ba725480e Update README.md 2024-07-09 12:50:43 +02:00
Johannes Kamprad
b41ea3968f Update README.md 2024-07-09 12:49:51 +02:00
Johannes Kamprad
d052cc664b Update README.md 2024-07-09 12:48:35 +02:00
Matt Robineau
64e2908d46 Fix wofi colour typo and set window background to match 2024-06-27 07:52:04 -04:00
Johannes Kamprad
58f9a1fc0e Update packages-repository.txt 2024-06-22 17:13:42 +02:00
Johannes Kamprad
e5db908b92 Update setup_sway_isomode.bash 2024-06-22 14:24:47 +02:00
Johannes Kamprad
2e3ea3168f Merge pull request #59 from dwnorm2/screenshot-fix
fix grimshot script filepath
2024-05-11 13:49:44 +02:00
dwnorm2
8566d03ec2 change grimshot script filepath 2024-04-26 19:39:57 -05:00
Johannes Kamprad
24d54b8436 Update README.md 2024-04-18 18:27:10 +02:00
Johannes Kamprad
c72c225046 Merge pull request #58 from ringo32/main
added sway-contrib
2024-04-18 18:25:11 +02:00
ringo de kroon
04d4dc5652 Update packages-repository.txt
added sway-contrib
2024-04-18 15:51:46 +02:00
ringo de kroon
b4c47b2a8e Update screenshot.sh , sway-contrib
script path change
2024-04-18 15:50:50 +02:00
Johannes Kamprad
ac477cbe3c Update packages-repository.txt 2024-04-10 22:21:56 +02:00
Johannes Kamprad
ffa37eaae9 Update packages-repository.txt 2024-04-10 13:58:19 +02:00
Johannes Kamprad
611caaf955 Create setup_sway_isomode.bash 2024-04-10 13:38:51 +02:00
Johannes Kamprad
f53755d921 Merge pull request #57 from ringo32/main
removed autostart and in condif environmental settings using standard…
2024-02-10 19:25:53 +01:00
ringo32
7e24ef52bc removed autostart and in condif environmental settings using standard sway example. and adding environment.d change .profile to point blanc 2023-12-16 17:57:43 +01:00
Johannes Kamprad
5e8c1dcad7 Merge pull request #53 from fhoekstra/patch-2
Add example for binding workspaces to outputs
2023-12-08 12:43:19 +01:00
Johannes Kamprad
63f8d85e2f Merge pull request #52 from fhoekstra/patch-1
Fix screen-sharing for Firefox & Chromium
2023-12-08 12:42:56 +01:00
Johannes Kamprad
17e658d32e Merge pull request #50 from herrbischoff/modify-cheatsheet
Modify cheatsheet
2023-12-08 12:42:11 +01:00
Johannes Kamprad
51d83f2bb0 Merge pull request #56 from fhoekstra/fix-source-profile-on-session-launch
fix: source .profile on session launch
2023-12-08 12:41:55 +01:00
fhoekstra
4ef9ed6150 fix: source .profile on session launch 2023-12-01 14:09:33 +01:00
fhoekstra
53b789ef50 Add example for binding workspaces to outputs 2023-11-14 21:16:49 +01:00
fhoekstra
108fe3a47c Fix screen-sharing for Firefox & Chromium
As per points 1 and 2 in 0fdb2c4b10/src/session.sh

Discussion of why this is not in Sway is here: https://github.com/swaywm/sway/pull/4876#issuecomment-570790128
2023-11-14 21:05:32 +01:00
Johannes Kamprad
6997b9184c Update README.md 2023-09-06 15:03:12 +02:00
Marcel Bischoff
7ffe6001f2 Explain MOD key like in README 2023-07-14 14:24:34 +02:00
Marcel Bischoff
64c45f161b Wrap introduction to 80 chars 2023-07-14 14:21:55 +02:00
Marcel Bischoff
37aa039778 Change Linux Unicode character to MOD 2023-07-14 14:20:26 +02:00
Marcel Bischoff
9fe4a4fd96 Fix grammar and spelling. Suggest updated wording. 2023-07-14 14:16:29 +02:00
Marcel Bischoff
39044668d9 Remove trailing white space 2023-07-14 14:03:17 +02:00