gabrielzschmitz / dotfiles

A rice focused in speed, produtivity and to suck less.
GNU General Public License v3.0
27 stars 2 forks source link

Issues #1

Closed n0yal closed 3 years ago

n0yal commented 3 years ago

First of all i3exit cannot be found . When i press the shutdown nothing happens.

Can you provide solution? I realy need the solution. The menu is coming when i enter mod key and 0 or pressing the power button on the polybar but when i select the option for example poweroff or logout nothing happens.

gabrielzschmitz commented 3 years ago

Can you run the powermenu script in your terminal and give me a screenshot of the error? So I can help you 😃

$ sh .config/polybar/scripts/powermenu.sh

gabrielzschmitz commented 3 years ago

Ok, I've found the error. You need to make your user able to run scripts with sudo privileges without asking for password.

n0yal commented 3 years ago

can you see the video?

gabrielzschmitz commented 3 years ago

That's how you do it: Open that file /etc/sudoers (with root) and uncomment that line and line below: Fullscreenshot-10:56:16 Than you will probably need to reboot your machine, but after that all should work as intended. %wheel ALL=(ALL) ALL %wheel ALL=(ALL) NOPASSWD: ALL

n0yal commented 3 years ago

Sry but iam not on arch. Iam using debian

gabrielzschmitz commented 3 years ago

So add that line to your /etc/sudoers.d: username ALL=(ALL) NOPASSWD:ALL (being "username" your name on the machine)

n0yal commented 3 years ago

It didnt work anyways. But i love the color scheme very much.

gabrielzschmitz commented 3 years ago

Try to follow that guide.

n0yal commented 3 years ago

But the script is pointing to i3exit but i could not find such thing ?

powermenu.sh: 43: i3exit: not found Getting this error also

n0yal commented 3 years ago

Also my right alt is not working as mod when i changed the mod to alt key.

I have one more request when i press mod + d iam getting dmenu . Instead i want the script that runs when i click the leftmost icon on the polybar.

/home/kali/.config/zsh/.zshrc:source:18: no such file or directory: /home/kali/.config/zsh/zsh-vi-mode/zsh-vi-mode.plugin.zsh Getting this error when i open terminal everytime.

gabrielzschmitz commented 3 years ago

Open different issues to talk about each problems ok? Thanks.

gabrielzschmitz commented 3 years ago

But the script is pointing to i3exit but i could not find such thing ?

powermenu.sh: 43: i3exit: not found Getting this error also

Is i3exit installed?

gabrielzschmitz commented 3 years ago

/home/kali/.config/zsh/.zshrc:source:18: no such file or directory: /home/kali/.config/zsh/zsh-vi-mode/zsh-vi-mode.plugin.zsh Getting this error when i open terminal everytime.

You need to install zsh-vi-mode by jeffreytse git clone https://github.com/jeffreytse/zsh-vi-mode.git $HOME/.config/zsh/zsh-vi-mode