Commit Graph

84 Commits

Author SHA1 Message Date
BluishHumility
3ceeb66ce6 feat(waybar): update clock module
* Add a clock icon
* Change alt format to AM/PM
* Change tooltip to mini calendar, with scrollable months
2024-07-30 23:37:58 -04:00
BluishHumility
b59b849519 feat(waybar): update backlight module
* Remove `backlight#value`--no need for two separate modules for this, value and icon can live together in a single module.
* Add graduated icons (the cirle fills/empties as the brightness is scrolled up or down)
* Change scroll interval to 5% (1% is pretty low)
2024-07-30 23:34:57 -04:00
BluishHumility
11f4728f47 feat(waybar): update module spacing
* Add spacing to memory, cpu, audio, keyboard, and battery modules to separate the modules from each other a little more and get a more consistent look on the bar.
* Update the icons for memory, cpu (so the icon looks more like what it actually is)
2024-07-30 23:28:41 -04:00
BluishHumility
63f29b2927 feat(waybar): update idle inhibitor
* Update spacing for idle inhibitor module.
* Update tooltip to make it self-explanatory (the tooltip says what the module is)
2024-07-30 22:21:24 -04:00
BluishHumility
32c5a43d75 feat(waybar): update network module
Update network module to display bandwidth in Waybar, and move SSID or interface name/IP address information to the tooltip. It's a little more interesting to look at, and somewhat more relevant to have at a glance since the information changes dynamically.

The separate config for `tun0` interface has been scrapped in favor of having one module which presents whichever interface is currently active.
2024-07-30 22:09:31 -04:00
BluishHumility
6e7f6ec4a3 feat(waybar): adjust font size 2024-07-30 21:57:30 -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
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
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
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
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
Mark Medum Bundgaard
dfff284e61 Removing pamixer and a bit of linting 2022-11-26 22:12:05 +01:00
Jeidnx
23a210f978 Update style.css for waybar 2022-09-30 07:57:25 +02:00
wouter9000
189b9a868b Update config
Fixes the custom/weather module

All the user needs to do is uncomment and fill in their location
2022-08-08 18:25:37 +02:00
OdiousImp2604
6bc7f58ae1 Update config 2022-06-21 11:10:06 +01:00
OdiousImp2604
d2cbeb929e width of waybar 2022-05-27 13:07:50 +01:00
OdiousImp2604
201d137e9d Commented out weather module - will rewrite 2022-01-25 20:03:51 +00:00
Valentin Nourdin
b4faca5739 chore: clean spaces, tabs, useless CSS 2022-01-24 13:10:55 +01:00
OdiousImp2604
752d1fde09 Spacing 2021-10-31 14:20:41 +00:00
OdiousImp2604
6e32c66d4b Update config 2021-07-18 09:23:59 +00:00
OdiousImp2604
f6b8d7b371 Update brightness control on waybar. 2021-06-18 16:03:22 +00:00
OdiousImp2604
c5ff6e1c73 Removed Termite Not Replaced 2021-05-09 19:29:41 +01:00
Johannes Kamprad
4803690b4f Update config
"activated": "",
      "deactivated": ""
eyes instead of wrongly glyphs
2021-04-15 22:30:41 +02:00
OdiousImp2604
991875107d Update config 2021-04-14 18:15:22 +00:00
OdiousImp2604
1c21a5ab09 God need to change fonts so much 2021-04-14 19:02:58 +01:00
ringo32
ec70bcf9e5 added a inhibitor
inhibtor not to start the screensaver for what reason
2021-04-13 20:59:57 +02:00
OdiousImp2604
af9087ae31 Waybar Better Again 2021-04-13 18:36:07 +01:00
OdiousImp2604
3d11cb1fcf Waybar Better 2021-04-13 18:31:07 +01:00
OdiousImp2604
db6ee3f89a Changed Network icons to font-awesome 5 only 2021-04-08 14:06:24 +01:00
OdiousImp2604
429ac410d9 Swtiched to Font-Awesome where possible 2021-04-08 13:57:44 +01:00
Johannes Kamprad
6c5e41d488 Merge pull request #3 from OdiousImp2604/main
Changed Scroll Direction On Brightness and Name for Terminals in Keyhint
2021-03-13 02:04:32 +01:00
OdiousImp2604
09023b25a4 Add files via upload 2021-03-09 10:43:10 +00:00
OdiousImp2604
21b01d2da8 Update config 2021-02-23 19:37:50 +00:00
OdiousImp2604
7ca2b7fcb7 Update keyhint.sh 2021-02-23 13:17:53 +00:00
OdiousImp2604
f3a3fb25f6 Fixed Padding On Waybar 2021-02-22 11:34:27 +00:00
OdiousImp2604
73e15158e4 PBP Battery Script 2021-02-16 13:20:37 +00:00
OdiousImp2604
3b82adcaca Pinebook Pro Battery Added 2021-02-16 13:20:11 +00:00
OdiousImp2604
04d13a8ca3 Add files via upload 2021-02-13 16:09:53 +00:00
OdiousImp2604
a7b50b22e2 Keyhint Fixed! Sorry 2021-02-13 11:48:35 +00:00
OdiousImp2604
f080750168 Keyhint Mended! 2021-02-12 18:30:11 +00:00
OdiousImp2604
d3deeec61b Add files via upload 2021-02-12 14:53:54 +00:00
OdiousImp2604
1d1634984a Add files via upload 2021-02-12 14:52:48 +00:00
OdiousImp2604
928b0b1211 Keyhint Yad Thing 2021-02-12 14:52:29 +00:00
OdiousImp2604
12a520ef86 Add files via upload 2021-02-12 14:40:54 +00:00
OdiousImp2604
f175b7437c Cheatsheet Intergrated! 2021-02-11 13:52:21 +00:00