tempusernameforunixy / hyprland-dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

πŸ‘€ Screenshots

Hyprland_new


⏰ Updates

  • Added the ability to set GTK-Themes/Icons directly from the ags config.
  • Pywal-Themes can also be set from the ags config.
  • Needs Ags v1.4.0 to work correctly now...
  • Rofi Wallpaper switcher is now available.
  • Added a systemresource monitor to the bar.

πŸ”§ Stuff used

🎨 The Ags-Shell

When I first started using ags I thought, OMG: Why is this so hard and complicated ...

... but it's really not. If you want to make some minor adjustments to the shell, it's highly recommended, that you learn some JavaScript and (S)CSS for styling.

JavaScript is a quiet simple programming language and since you already have a useful project to work with, it's easy to try out and make changes on the fly :)

There is also a nice Wiki!

The volume is controlled by ags, with Hyprland like this:

bind = , XF86AudioRaiseVolume , exec , ags run-js "audio.speaker.volume += 0.05; indicator.speaker()"
bind = , XF86AudioLowerVolume , exec , ags run-js "audio.speaker.volume -= 0.05; indicator.speaker()"

... this triggers the OSD to show up too! This should work with brightness control too, but I can't verify this, since I'm not using Linux on a Laptop.

βš™οΈ GTK-Themes / GTK-Icons / PyWall-Themes

Screenshot_15-10-23_18-19

  • The refering options are: gtk_theme: icons: pywall_theme:

    Make sure these namings match exactly the themes you want to use!

    Otherwise the last used theme will be used.

    • Pywall-Themes can be found here. Or simply by running wal --theme in your terminal and just picking one.

    GTK-Icons and GTK-Themes should have the exact same naming as found in ~/.themes/ for example.

    After you have set up everything, it's just a matter of chaning the themes from the settings panel! :)

    Have fun!

πŸ“œ Installation

If you install ags and Hyprland you're 99% ready to go.

Forthermore I recommend installing the following things:

  • playerctl for proper media control.
  • A nerdfont for displaying icons.
  • Anyrun as an application launcher, web search and many more. Although ags has it's own application launcher, I like anyrun much more since It's capable of also doing websearches and much more! :D
  • GTK-Lock ... same thing goes with anyrun. I just like it much more, but this is totaly up to you!

Anurag's GitHub stats-Dark

About


Languages

Language:CSS 55.3%Language:JavaScript 24.8%Language:Lua 9.3%Language:SCSS 7.1%Language:Shell 3.5%