gh0stzk / dotfiles

BSPWM environment with 18 themes. With a theme selector to change on the fly.
GNU General Public License v3.0
2.97k stars 219 forks source link

No scripts folder #283

Closed imstuart closed 3 months ago

imstuart commented 3 months ago

Hello I have just installed the dotfiles but in the .config/bspwm I do not have the scripts folder.

gh0stzk commented 3 months ago

check if there is a src folder. Must be ~/.config/bspwm/src

In past commits i changed lots of files, that point to .../.config/bspwm/scripts, to the new src directory. Maybe you have an old files.

imstuart commented 3 months ago

image

gh0stzk commented 3 months ago

yes you have the src directory, something doesn't work?

imstuart commented 3 months ago

i can't click on the wifi icon to see my network

gh0stzk commented 3 months ago

Open your filemanager, go to ~/.config/bspwm/src/ and search for NetManagerDM file, i use thunar, in thunar, right click, properties, then in permissions tab, check if the file have execute permissions, if not, give it the execute permissions.

Shot-2024-08-05-161609

If that doesnt work, open a terminal and write NetManagerDM, check what error appear in terminal.

gh0stzk commented 3 months ago

And You need to use NetworkManager as your connection manager. if you doesnt use networkmanager, thats the problem, the applet search for networkmanager.

imstuart commented 3 months ago

image

imstuart commented 3 months ago

image good for networkmanager

gh0stzk commented 3 months ago

all right, I see that you use a wired connection, which is probably why the internet works for you without having a network manager.

And I see that NetworkManager is not active, that is the problem.

Just activate networkmanager

sudo systemctl enable NetworkManager.service

Reboot and your network should appear in the applet.

imstuart commented 3 months ago

image when I want to create a new file on neovim

imstuart commented 3 months ago

networkmanager it’s ok

imstuart commented 3 months ago

do you have discord ? or a support server it’s more easier for me

gh0stzk commented 3 months ago

press enter in neovim, then do :Lazy you will see the plugin manager, press Shift + U to update all plugins and that fix the problem.

imstuart commented 3 months ago

neovim it’s fixed ty I just downloaded an mp3 in Music but when I do shift alt k I don't see it.

gh0stzk commented 3 months ago

in ncmpcpp which is shift + alt + k press the key numer 2 then press u should appear database updated, close it, open again and should work now.

gh0stzk commented 3 months ago

Be sure the directory where your music is stored is the same dir that apper in mpd.conf

gh0stzk commented 3 months ago

https://github.com/gh0stzk/dotfiles/wiki/MPD-Configuration

imstuart commented 3 months ago

it's possible to see our music from the polybar instead of use shift + alt + k

imstuart commented 3 months ago

how to get the 24-hour format on polybar?

gh0stzk commented 3 months ago

it's possible to see our music from the polybar instead of use shift + alt + k

if you already can play music from mpd, the polybar module should show the name of the current song and a control buttoms. not in all of my rices show the song name, for example in emilia the song name is showed and the control meda buttoms.

If they doesnt show in your polybar, maybe there is an error somewhere. kill polybar, and open a terminal, and for example for emilia rice, paste this;

polybar --log=warning emi-bar -c $HOME/.config/bspwm/rices/emilia/config.ini

and see if are errors.

gh0stzk commented 3 months ago

how to get the 24-hour format on polybar?

edit modules.ini file inside every rice directory, search for the date module and edit:

time = %I:%M %P

to this

time = %H:%M

imstuart commented 3 months ago

image

and for the music it’s fixed

imstuart commented 3 months ago

how can i put your filemanager theme ?

gh0stzk commented 3 months ago

To set a theme for gtk applications, open the app menu, search for lxappearance, i dont remember how is it in menu, because i have ir in spanish, but something like Customize Look and Feel then, if you installed a them via pacman, the theme will be shown there. If you wanna download from internet, put the theme in ~/.themes folder, you need to create the folder. and the theme will be show in the app.

imstuart commented 3 months ago

what’s the theme you are using in your videos ?

gh0stzk commented 3 months ago

I use dracula theme from https://draculatheme.com/gtk

imstuart commented 3 months ago

it’s possible to custom the login page ? it’s possible to add a thunar theme for the next rice?

gh0stzk commented 3 months ago

it’s possible to custom the login page ? it’s possible to add a thunar theme for the next rice?

Yes. and the second question is, About the gtk themes, it would be the only functionality that would be missing in my dotfiles so that everything changes when you change the theme, as I have explained before, I have not found a theme, simple, pleasant and easy to edit to make 18 themes. I already found one but I need to test it first and if everything is fine, then I have to convert it to the 18 themes, so for the moment that won't happen.