Closed imstuart closed 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.
yes you have the src directory, something doesn't work?
i can't click on the wifi icon to see my network
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.
If that doesnt work, open a terminal and write NetManagerDM, check what error appear in terminal.
And You need to use NetworkManager as your connection manager. if you doesnt use networkmanager, thats the problem, the applet search for networkmanager.
good for networkmanager
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.
when I want to create a new file on neovim
networkmanager it’s ok
do you have discord ? or a support server it’s more easier for me
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.
neovim it’s fixed ty I just downloaded an mp3 in Music but when I do shift alt k I don't see it.
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.
Be sure the directory where your music is stored is the same dir that apper in mpd.conf
it's possible to see our music from the polybar instead of use shift + alt + k
how to get the 24-hour format on polybar?
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.
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
and for the music it’s fixed
how can i put your filemanager theme ?
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.
what’s the theme you are using in your videos ?
I use dracula theme from https://draculatheme.com/gtk
it’s possible to custom the login page ? it’s possible to add a thunar theme for the next rice?
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.
Hello I have just installed the dotfiles but in the .config/bspwm I do not have the scripts folder.