Quite true but part of setting up the desktop, tinkering and customizing is actually serving the purpose to get me acquainted with the OS.Surely at some point one has to stop customising one's OS and start using it? The OS isn't an end in itself.
Polybar needs to start a predefinded bar. I dont know if polybar on freebsd comes with a sample config somewhere. If so you can copy that to ~/.config/polybar/.How do I get the polybar to start at login.. I tried "polybar &" in the autostart.sh file and it doesn't work.
$ mkdir -p ~/.config/polybar
$ touch ~/.config/polybar/config
$ touch ~/.config/polybar/launch.sh
[bar/yourbar]
font-0 = YourPreferredFont:size=10;0
background = #1d1f21
foreground = #707880
width = 100%
height = 30
modules-right = date
[module/date]
type = internal/date
date = %Y-%m-%d%
#!/bin/sh
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -x polybar >/dev/null; do sleep 1; done
# Launch Polybar, using default config location ~/.config/polybar/config
polybar yourbar &
echo "Polybar launched..."
$HOME/.config/polybar/launch.sh &
Quite true but part of setting up the desktop, tinkering and customizing is actually serving the purpose to get me acquainted with the OS.
When I start a new job, I sit at the desk given to me and put things where I want them to be in the drawers and the desktop and get to work. Over time, I may rearrange things but it's not something I dwell on. While eating lunch, I might move papers from the top drawer to the bottom but that's all. Rearranging things doesn't interfere with my work....part of setting up the desktop, tinkering and customizing is actually serving the purpose to get me acquainted with the OS.
top
at the bottom of the screen and one at the top of the screen to work from. It comes in handy having two open if I run as root in my work terminal to do file transfer and need to do something like df -h
to see how much space I have left on the stick. hw.snd.default_unit=1
Put it in /etc/sysctl.confI'm still not able to get the sound working on this FreeBSD installation. Its a Lenovo X201... Would be great to get a touch working as well if I could. But for now I would settle for sound.. Any ideas?
I did the usual entry into /boot/loader.conf
It doesn't workCode:hw.snd.default_unit=1
I'm still not able to get the sound working on this FreeBSD installation. Its a Lenovo X201... Would be great to get a touch working as well if I could. But for now I would settle for sound.. Any ideas?
I did the usual entry into /boot/loader.conf
It doesn't workCode:hw.snd.default_unit=1
slemke@besta:/home/slemke 1001 $ -> cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC298 (Internal Analog)> (play/rec) default
pcm1: <Realtek ALC298 (Left Analog Headphones)> (play)
slemke@besta:/home/slemke 1002 $ ->
slemke@besta:/home/slemke 1003 $ -> sysctl hw.snd.default_unit=1
hw.snd.default_unit: 0 -> 1
slemke@besta:/home/slemke 1004 $ -> cat /dev/sndstat
Installed devices:
pcm0: <Realtek ALC298 (Internal Analog)> (play/rec)
pcm1: <Realtek ALC298 (Left Analog Headphones)> (play) default
slemke@besta:/home/slemke 1005 $ ->
This worked.. thank you.Put it in /etc/sysctl.conf
check mixer vol and mixer pcm (set it to 100)
more clues: https://forums.freebsd.org/threads/...ing-station-headphone-jack.59386/#post-412185
I think the newer conky versions (since 1.10) use conky.conf instead of conkyrc and Lua syntax for the configuration file. So downgrading might be the only solution to use your old conkyrc.Is there a way to keep with the current version
Now that's what I'm talking about and wanted to see.
I prefer sysutils/gkrellm2 over Conky as it's more compact and has a wide variety of sensors.
Do you use a transparent plugin or something else, please?
I've been running MacOS
Could you elaborate on this?there's no way to perfectly recreate that ecosystem from open source parts, the vast majority of integration was doable and ultimately MUCH more flexible once I broke the chains. The things I couldn't replicate I simply don't miss.
Could you elaborate on this?
I have tried DWM and other tiling window managers. I even got tiling window managers on MacOS working. I worked fine I guess. But I soon realized that tiling window managers are not for me.I can not compare Mac OS X with DWM in functionnalities. But in usage, I prefere the simplicity and the concistance of a very simple tilling WM. I have to accept that the Apple way is not always the best way and learn something else. But now, I am conviced that Mac OS X need to evolve to present a decent WM and not a nasty mix between mac OS 9 concept and iPad constraints
I agree that Apple started it, and now there are a number of apps and things that you can do to replicate it, but that's the issue. All of this is out of the box with MacOS. And it's always the little things that you don't think of initially but miss when you suddenly realize they're not there.In all, Apple beat everyone to the punch with integration, but so many years later, there's stiff competition in every category.
There are paper cuts along the way for sure. Like FaceTime is hard to replicate since my family uses Apple gear, and they have to switch over to Skype or Duo to contact me.
This is what kind of bugs me. FreeBSD is inherently a more stable and better platform IMO, but still lags behind Linux in terms of support. I mean the little things such as driver support and stuff work better on Linux than with FreeBSD.Also FreeBSD is not where Linux is in terms of easily installing Dropbox, Spotify, Skype and so on, so I've had to perform more work-arounds to approximate things on FreeBSD, but I can always dual-boot back into Linux as a failsafe. I prefer this to keeping OSX around.
If I have to move away from Apple ecosystem, I want to move to a place that is completely free of Google services as well. It would be moving from one walled garden to another.