Giter Club home page Giter Club logo

sway-de's Introduction

Hi there πŸ‘‹

  • πŸ”­ I’m currently mainly working on Bash Scripts and ansible playbooks. Take a look at my repositories πŸ˜‰
  • 🌱 I’m currently learning Kubernetes and DevOps
  • πŸ“„ Check out my website at https://www.geekbundle.org

sway-de's People

Contributors

ahmedmoselhi avatar clsty avatar madic- avatar shinanca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sway-de's Issues

Destination directory /home/aur_builder/.gnupg does not exist

Hello,

I tried to run this in a VM with KDE installed, logged out and with no DM.

when running setup-02 i get:
TASK [Arch | Making sure file ~/.gnupg/gpg.conf exists for user aur_builder] *********************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "msg": "Destination directory /home/aur_builder/.gnupg does not exist"}

PLAY RECAP ***************************************************************************************************************************************************************************************************
127.0.0.1 : ok=4 changed=2 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0

Consider using SwayNC instead of Mako

I think that SwayNC is superior to Mako. It is more of a notification centre, as it auto-hides notifications after pre-configured time and you can access the notification centre via a keyboard shortcut or via custom Waybar module.

Just ask if I can

I use ansible too for my dotfiles and I have create a template repository that might interest you https://github.com/Wabri/Daje

Is it a problem if I see that some of your tasks are interesting and add them to my template repo?

Alacritty config missing

Running the de script fails due to alacritty config source file missing.

failed: [127.0.0.1] (item={'src': '/home/aj/git/Sway-DE/config/alacritty.yml', 'dest': '/home/aj/.config/alacritty.yml', 'mode': '0640'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "/home/aj/.config/alacritty.yml", "mode": "0640", "src": "/home/aj/git/Sway-DE/config/alacritty.yml"}, "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /home/aj/git/Sway-DE/config/alacritty.yml", "path": "/home/aj/.config/alacritty.yml", "src": "/home/aj/git/Sway-DE/config/alacritty.yml"}

Migrate redshift to wl-gammactl

Redshift can potentially be replaced with the more wayland native approach wl-gammactl.

Starting could be done as a systemd timer
Variables for the values should be set via .pam_environment

Packages issues

Hi!
Thanks for this nice setup, I will give it a try while I reinstall my Arch computer.
It is my first time using ansible.

While running the setup-02 file, I have encountered some issues:

  • libpipewire02 does not exist anymore
  • nerd-fonts-dejavu-complete does not exist anymore
  • archivemount tarball link has a SSL certificate issue which makes yay fail (issue reported by another user on the AUR page already), I have replaced it with the -git version

The aur part try to use yay but it is not yet installed.
From the kewlfft.aur readme, selecting use: auto should use makepkg but it did not work for me, so I had to install yay manually before.

Keyboard backlight not working

I am not able to enable the keyboard backlight.
What I've tested with e.g. light:

~ ❯ light -L
Listing device targets:
	sysfs/backlight/intel_backlight
	sysfs/backlight/acpi_video0
	sysfs/backlight/auto
	sysfs/leds/input6::numlock
	sysfs/leds/platform::mute
	sysfs/leds/phy0-led
	sysfs/leds/tpacpi::thinklight
	sysfs/leds/input6::misc
	sysfs/leds/input6::scrolllock
	sysfs/leds/tpacpi::power
	sysfs/leds/input3::numlock
	sysfs/leds/tpacpi::standby
	sysfs/leds/input3::capslock
	sysfs/leds/tpacpi::thinkvantage
	sysfs/leds/input3::scrolllock
	sysfs/leds/input6::capslock
	sysfs/leds/tpacpi::kbd_backlight
	sysfs/leds/platform::micmute
	util/test/dryrun
~ ❯ light -s sysfs/leds/tpacpi::kbd_backlight -A 5 -v1
helpers.c:21: Error: could not open '/home/mne-adm/.config/light/targets/sysfs/leds/tpacpi::kbd_backlight/minimum' for reading
helpers.c:21: Error: Verify it exists with the right permissions

Shouldn't it change /sys/class/leds/tpacpi::kbd_backlight/brightness?

Also setting via dbus no luck

~ ❯      dbus-send --type=method_call --print-reply=literal --system       \
>         --dest='org.freedesktop.UPower'                               \
>         '/org/freedesktop/UPower/KbdBacklight'                        \
>         'org.freedesktop.UPower.KbdBacklight.SetBrightness'           \
>         "int32:10"
~ ❯ 

Getting value via dbus

~ ❯      dbus-send --type=method_call --print-reply=literal --system         \
>         --dest='org.freedesktop.UPower'                                 \
>         '/org/freedesktop/UPower/KbdBacklight'                          \
>         'org.freedesktop.UPower.KbdBacklight.GetBrightness'             \
>         | awk '{print $2}'
2
~ ❯

Getting the maximal value via dbus

~ ❯     dbus-send --type=method_call --print-reply=literal --system       \
>         --dest='org.freedesktop.UPower'                               \
>         '/org/freedesktop/UPower/KbdBacklight'                        \
>         'org.freedesktop.UPower.KbdBacklight.GetMaxBrightness'        \
>         | awk '{print $2}'
2
~ ❯

"Screenshot current window" not working

I'm using the following command to create a screenshot from the currently focused application:

bindsym $mod+Print exec grim -g "$(swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | .rect | "\(.x),\(.y) \(.width)x\(.height)"')" - | swappy -f -

If running the command from terminal, it's working

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.