elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.48k stars 178 forks source link

How to change dock #172

Closed monkeboi9 closed 1 month ago

monkeboi9 commented 2 years ago

Im trying to figure out how to change the applications on the dock.

jasper1378 commented 2 years ago

If you're referring to the bottom bar, they're not actually applications, but rather icons to help you differentiate between your various workspace. I'm assuming you have bar_themes in rc.lua set to lovelace.

That being said, you can change the icons by editing awesome/themes/lovelace/theme.lua (around line 192). The icon set that is used in the lovelace bottom bar is contained in awesome/icons/linebit.

I hope that helps!

monkeboi9 commented 2 years ago

I was reffering to the dock that pops up when you press ctrl + b in Amarena

jasper1378 commented 2 years ago

My apologies. In that case you'll want to edit awesome/noodle/dock.lua around line 45. Furthermore the default apps referred to in dock.lua can be changed in awesome/apps.lua and awesome/rc.lua around line 77.

monkeboi9 commented 2 years ago

Thank You!