slstatus, the suckless status bar

  Рет қаралды 18,486

linux dabbler

linux dabbler

Күн бұрын

In this video I go over the installation and configuration of slstatus on Debian... Installed the Debian way. It is a fantastic piece of software that has completely replaced my dwm bar script and dwmblocks.
GitHub
github.com/linuxdabbler
KZbin
/ linuxdabbler
Twitter
@linuxdabbler
MeWe
@linuxdabbler
Mastodon.social
@linuxdabbler

Пікірлер: 27
@staticdominguez
@staticdominguez 3 жыл бұрын
I literally started messing around with DWM, and your videos are extremely helpful. Keep it up!!!
@GopinathSadasivam
@GopinathSadasivam 2 жыл бұрын
You are exactly the guy I want to follow, debian+dwm+btrfs topics all are gold, I got an amazing setup bcoz of you! Thanks a ton! PS: you have saved me countless hours (and multiply that with other viewers count) you rock!
@linuxdabbler
@linuxdabbler 2 жыл бұрын
@Gopinath Sadasivam. I'm so happy to hear that. Really glad you found my content useful. I bet your setup is amazing. This comment made my day... You rock!
@blackie5566
@blackie5566 3 жыл бұрын
Last weekend I dived into your great and helpful videos. I riced up my dwm and slstatus-bar. Those suckless-things are highly addictive and great fun. Thanks for all your work and helpful videos! This is highly appreciated.
@veli86
@veli86 3 жыл бұрын
Loving your content! These videos are such a great help!
@cjennings
@cjennings 3 жыл бұрын
Great video. I've been looking for this kind of configuration video on slstatus for a while. Really helpful - I'm going to scrap my custom script today!. Happy to know you're a Debian fan as well! Thanks for all the good content.
@linuxdabbler
@linuxdabbler 3 жыл бұрын
Honestly, there is probably something useful in your custom script that could be included in slstatus with a run_command line.
@williamjohn1815
@williamjohn1815 3 жыл бұрын
Nice video & content. slsataus is new to me also. Thanks
@kelley64
@kelley64 3 жыл бұрын
Thanks for the advice and weather script. Way better than blocks.
@linuxdabbler
@linuxdabbler 3 жыл бұрын
Slststus doesn't update as quickly as dwmblocks does for volume adjustments. But I can live with that
@pabloschool2610
@pabloschool2610 3 жыл бұрын
one note of caution, if your debugging your slstatus (like me), any you run it multiple times, you may see it blink and find it quite annoying. All you have to do is pkill slstatus and it stops blinking!
@miyolinux
@miyolinux 3 жыл бұрын
Thanks LD. I'm ashamed to say that I wasn't aware of this suckless tool. :o
@linuxdabbler
@linuxdabbler 3 жыл бұрын
@Miyo Linux i don't think most people are aware of it. But I do like it a lot... By the way, your comment came in as I was watching your part 3 build of miyolinux... It threw me for a loop.
@miyolinux
@miyolinux 3 жыл бұрын
@@linuxdabbler :o Those videos are basic instructions. I do a lot more under the hood. If I had shown the entire process that I use, it would have been something like a 20 part series...with sub videos...and would take 80 hours to watch. LOLOLOLOLOLOLOLOLOL! Thanks LD! ...and hey man, in all seriousness, my deepest gratitude to you for making the video to help Dennis. If you hadn't done that, I wouldn't have known how to help. So, thank you.
@thierrybo6304
@thierrybo6304 3 жыл бұрын
Hi, I just begin learning dwm and for slstatus I followed your video that was invaluable for me. About the way you handle weather I believe it is over complicated. I do not know if you are aware that you can format wttr output to almost what you want, avoiding parsing the weather.txt file. in *weather.sh* I use: *curl **wttr.in?format="%c+%C+%t **" > ~/.local/share/weather.txt* and I get: 🌫 Mist +3°C so in *weatherbar.sh* i have only these two lines: _weather=$(cat ~/.local/share/weather.txt)_ _echo $weather_
@pongo1085
@pongo1085 2 жыл бұрын
Hey there I don't have a suckless directory, is there any ways of alternating from this?
@linuxdabbler
@linuxdabbler 2 жыл бұрын
@Pongo. If I am understanding your question correctly. It would not matter if you had a suckless folder or not... As long as the path to the binary is correct, it should work... You could place that slstatus folder anywhere in your home directory. I know a lot of people who put it in their .config folder. example: If you put the slstatus folder in .config and were symlinking the binary like I am... the syntax would look something like this... ln -sf /home/pongo/.config/slstatus/slstatus /home/pongo/.local/bin/ or you could use the "~" to make it shorter.. ln -sf ~/.config/slstatus/slstatus ~/.local/bin/ Hope this helps.
@pongo1085
@pongo1085 2 жыл бұрын
@@linuxdabbler Yeah man it did! got it up n running! thanks dude!
@ginjalkesayangan
@ginjalkesayangan 3 жыл бұрын
why am i doesn't have .dwm directory and autostart.sh file, pls help
@linuxdabbler
@linuxdabbler 3 жыл бұрын
To make dwm work with a display manager, you would need to apply the autostart patch, then create a hidden folder in your home directory at ~/.dwm inside that folder, you would need to create an executable file called autostart.sh This file contains all of the things you would wish to start automatically when dwm starts... It would be in the same format as your .xinitrc file. An example of this is now on my GitHub page. github.com/linuxdabbler/dwm
@linuxdabbler
@linuxdabbler 3 жыл бұрын
@Orang Ipa. If you haven't patched dwm with the autostart patch, you can add the commands you want in ~/.xinitrc and use startx from a TTY.
@ginjalkesayangan
@ginjalkesayangan 3 жыл бұрын
@@linuxdabbler im not using display manager and i tried putting "exec slstatus" in .xinitrc and it doesnt work
@linuxdabbler
@linuxdabbler 3 жыл бұрын
@Orang Ipa. Hmm... I ran into that a while back... I just had to double check myself.... Making sure that the slstatus program was in the PATH (I symlink it to /usr/local/bin). And include a & after each item in the .xinitrc file except the last entry. I would also try slstatus & Without exec in front.
@ginjalkesayangan
@ginjalkesayangan 3 жыл бұрын
@@linuxdabbler oh, ok thank you so much for the help
@ayoodawg1104
@ayoodawg1104 3 жыл бұрын
you sound identical to distro tube
@MrRenanwill
@MrRenanwill 2 жыл бұрын
The unique think in common for me is that both speaks english. I find this channel better than DT. =)
@mariuspy
@mariuspy Жыл бұрын
Hi, thank you for the video, just wanted to say that in Ubuntu the auto start with .xinitrc didn't work. I put it in ~/.profile, and it did
More dwm  and slstatus customization
12:12
linux dabbler
Рет қаралды 3,8 М.
DWM-Flexipatch - DWM Has Never Been This Easy!
27:24
OldTechBloke
Рет қаралды 9 М.
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 96 МЛН
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4,1 МЛН
I’m just a kid 🥹🥰 LeoNata family #shorts
00:12
LeoNata Family
Рет қаралды 19 МЛН
OMG🤪 #tiktok #shorts #potapova_blog
00:50
Potapova_blog
Рет қаралды 17 МЛН
Patching Suckless Programs Made Easy
21:26
Mental Outlaw
Рет қаралды 88 М.
Explaining dwm source code. It's not complicated!
27:17
Avahe Kellenberger
Рет қаралды 12 М.
SLStatus - The Suckless Way to View System Stats
12:53
Mental Outlaw
Рет қаралды 34 М.
Dwm, Suckless, Simple, yet Powerful 👍
17:22
Mental Outlaw
Рет қаралды 159 М.
Installing Linux Like It's 1992
17:47
Old Computers Sucked
Рет қаралды 81 М.
Let's Rice Our Dmenu With Patching
21:38
DistroTube
Рет қаралды 74 М.
A Clickable, Scriptable Status bar: dwmblocks
10:07
Luke Smith
Рет қаралды 96 М.
sxiv: The Suckless Image Viewer for GNU/Linux
11:23
Luke Smith
Рет қаралды 137 М.
[10c] | DWM: Status Bar Customization
23:31
EF - Linux Made Simple
Рет қаралды 48 М.
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 57 МЛН
После ввода кода - протирайте панель
0:18
Main filter..
0:15
CikoYt
Рет қаралды 13 МЛН
Secret Wireless charger 😱 #shorts
0:28
Mr DegrEE
Рет қаралды 2,4 МЛН