Sway Edition - General Conversation!

Are you using dex? More info with this command:

eos-pkginfo dex
1 Like

How do I autostart only welcome?


dex -a /usr/share/endeavouros/scripts/welcome

still does it all?

Nevermind ifnore me

It works!!! Welcome works!!! :partying_face: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face: :partying_face:

@manuel I put


exec dex --wait /etc/xdg/autostart/welcome.desktop

the enable funtion works as well as the don’t see me anyone etc;

4 Likes

Slight Delay however - like you face in deepin of a few seconds

:pray: @OdiousImp trackpad speed fixed

script for Pinebook Pro battery ( put in waybar scripts make ex) name ( PBPbattery.sh )


#!/bin/bash
#simple Shellscript for waybar/i3blocks/polybar on Pinebook pro
#05012020 geri123@gmx.net Gerhard S.

PERCENT=$(cat /sys/class/power_supply/cw2015-battery/capacity)
STATUS=$(cat /sys/class/power_supply/cw2015-battery/status)
case $((
 $PERCENT >= 0 && $PERCENT <= 20 ? 1 :
 $PERCENT > 20 && $PERCENT <= 40 ? 2 :
 $PERCENT > 40 && $PERCENT <= 60 ? 3 :
 $PERCENT > 60 && $PERCENT <= 80 ? 4 : 5)) in
#
       (1) echo $STATUS:"":$PERCENT%;;
       (2) echo $STATUS:"":$PERCENT%;;
       (3) echo $STATUS:"":$PERCENT%;;
       (4) echo $STATUS:"":$PERCENT%;;
       (5) echo $STATUS:"":$PERCENT%;;
esac

In waybar config add under battery

},
 
"custom/PBPbattery": {
    	"exec": "~/.config/waybar/scripts/PBPbattery.sh",
    	"format": "{}",
    	

use on Pinebook Pro add ( “custom/PBPbattery”, ) on modules-right or what 1 you want

waybar-battery-module -Pinebookpro

3 Likes

@Pudge @OdiousImp

:pray: for all ideas on fix for pi4 cursor/window problem… i fix it :sweat: in end …

it was in config.txt ( /boot )

dtoverlay=vc4-kms-v3d

comment it out …

again :pray: for ideas/help … you stars

2 Likes

Good find. Let me ask one more favor and we will be done with this.
There are two video drivers vc4-fkms-v3d and vc4-kms-v3d – Notice the fkms versus the kms difference (namely the f). They aren’t packages in the repository, so maybe these are supplied by linux-firmware?

Anyway, the fkms version is the older version and the kms version is the newer one. IF the fkms is still installed, please try un-commenting the driver and add the f then see if the problem still exists.

If the fkms version is still available and works, then I would leave it as such. If it isn’t there or doesn’t work either, then keep the line commented out. Also, be sure the
dtoverlay=vc4-kms-v3d
is after the
[pi4]
line. Any thing after that is for RPi4 exclusive configs.

Thank you for your help. :pray:

Pudge

1 Like

Slight delay for Welcome could be it checking on internet access. Faster on some machines than others… - and configurable in the .conf I think…

@Shjim is there anyway you know of only identifying if it Pinebook.

I could do something like exec if .... But I’m not sure what to put after

{EDIT} What happens if you have both battery and PBP battery active. Will normal battery automactially not work?

@OdiousImp
on pinebook pro they both up. stock battery module say 100% then go red + give 0ver 3000 hour battery :rofl: WISH… no way i know . it need usr input ! just add note in config " battery module for Pinebook Pro only ".

95% PBP usr know it a development device so work need to do for thing to work… one that dont understand that sell and moan ( same for pine phone)

Edit … if you want get into ARM it fantastic machine for $199 + post + import tax , it built for linux :wink: sad only 4GB ram :crossed_fingers: that change ( it enough atm) i :heart: it

dont buy if you want play game :crazy_face:

2 Likes

I’m thinking of getting a pi 400 - it seems very easy to use and comes with all the keyboard and stuff

@Pudge

Here work one …

# See /boot/overlays/README for all available options

initramfs initramfs-linux.img followkernel
dtparam=audio=on
# hdmi_group=1
# hdmi-mode=4
disable_overscan=1
[pi4]
#Enable DRM VC4 V3D driver on top of the dispmanx display
dtoverlay=vc4-fkms-v3d
 over_voltage=5
 arm_freq=2000
 gpu_freq=750
max_framebuffers=4
gpu-mem=320

If overscan =0 you get large blk border round desktop… if set to 0 you need comment out and it ok…

for laugh i try both fkms and kms at same time … 555555555555 it no boot :crazy_face: not normal day if i no break someting :rofl:

edit … Max_framebuffers= 2 ( no 4 … that me )

@OdiousImp think @Pudge have Pi 400 … i no have so no best to tell you about , I have pi4 8gb it great but problem with usb on 64-bit atm ( 4Gb no have problem )

1 Like

dont worry @Pudge has already told me all about it! :laughing:

1 Like

@joekamprad bit late now - but I have found something like arandr - https://github.com/emersion/kanshi - not gui but I will keep changes

1 Like

This one is more a profile manager for display usage, but it do not provide a setup

1 Like

Sorry I hadn’t used it yet and now yes it does look like that! :cry:

Waybar Toggle - If anyone wants


exec pkill -SIGUSR1 '^waybar$'
1 Like

@Bryanpwo @joekamprad @manuel is there anything else I have to implement for the “new” way of getting the files? I know joe’s already changed the install script is that all?

Also can the sway background be copied to usr/share instead…I feel it would make more sense than having it in the home dictionary. But that would conflict with us only having one wallpaper now? What do you say?

@joekamprad I did it!! I think I found something that does everything you wanted! https://github.com/atx/wlay

Save can generate sway config, kanshi config or wlr-randr script.

Good??

1 Like