There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

nyan , in Share your terminal emulator theme configuration

Konsole 1.6.6 (TDE 14.1.0, so very old-fashioned compared to what now ships with KDE), with the “Transparent, Dark Background” built-in schema and Courier New font (since I’ve been using it as my preferred monospace font for so long that other options are distracting). Title bar and other widgets adopt my dark and weird system theme as they’re supposed to do.

WildlyCanadian , in Share your terminal emulator theme configuration
@WildlyCanadian@lemmy.ca avatar

On a seperate note, I’ve recently started using GNOME. I like it, but it’s really difficult to find a terminal emulator that matches the theming as far as title bar and window decorations go (Im not a fan of the GNOME console, it’s not as easily customisable as I’d like). They’ve all had white title bars which clash with my dark theming. The only one I’ve found that works nicely is Black Box, which I have been enjoying, but I can’t figure out how to blur the background (maybe I do this through the compositor prefs? I’ve tried setting it in blur my shell but it doesn’t seem to work), so i’d like more suggestions

I’ve tried Kitty and Alacritty, as those are the ones I’ve used in the past, along with Konsole, but that seems sacrilegious so I haven’t tried it with GNOME.

I’ll come back and post pics of my Konsole setup on my main rig in the spirit of the post once I get home :) I use fish and custom theming

Andy ,
@Andy@programming.dev avatar

I don’t know enough about titlebars on gnome to understand where your white issue is coming from, but one other to try is Wezterm.

WildlyCanadian ,
@WildlyCanadian@lemmy.ca avatar

Wezterm looks promising, I’ll give it a shot when I get home 👍👍

guyman , in Share Your Favorite Linux Distros and Why You Love Them

Manjaro. I love it’s simplicity and ease of use. It’s the closest I can get to Windows without actually using Windows. I’m glad it makes using an Arch distro easy and accessible. KDE is a godsend as well.

bahmanm , in Share your terminal emulator theme configuration
@bahmanm@lemmy.ml avatar

I use Emacs (and libvterm) for almost all my terminal’y needs 😅

In rare cases where I need a terminal outside Emacs, I use Alacritty.

Here’s the relevant config from ~/.config/alacritty/alacritty.yml:

<pre style="background-color:#ffffff;">
<span style="color:#63a35c;">font</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono Medium
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bold</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">style</span><span style="color:#323232;">: </span><span style="color:#183691;">Bold
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">family</span><span style="color:#323232;">: </span><span style="color:#183691;">Noto Sans Mono
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">size</span><span style="color:#323232;">: </span><span style="color:#0086b3;">9.0
</span><span style="color:#323232;">
</span><span style="font-style:italic;color:#969896;"># the venerable Solarized Light color theme (https://ethanschoonover.com/solarized/)
</span><span style="color:#63a35c;">colors</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">primary</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">background</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xfdf6e3'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">foreground</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x9d9683'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">normal</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x073642'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xdc322f'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x859900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0xb58900'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x268bd2'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0xd33682'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x2aa198'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xeee8d5'
</span><span style="color:#323232;">
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">bright</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">black</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x002b36'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">red</span><span style="color:#323232;">:     </span><span style="color:#183691;">'0xcb4b16'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">green</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0x586e75'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">yellow</span><span style="color:#323232;">:  </span><span style="color:#183691;">'0x657b83'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">blue</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x839496'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">magenta</span><span style="color:#323232;">: </span><span style="color:#183691;">'0x6c71c4'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">cyan</span><span style="color:#323232;">:    </span><span style="color:#183691;">'0x93a1a1'
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">white</span><span style="color:#323232;">:   </span><span style="color:#183691;">'0xfdf6e3'
</span>
coralof , in Share your terminal emulator theme configuration
@coralof@lemmy.world avatar

Bash on Terminator with powerline theme from Oh-My-Bash. I think the colors are the generic Linux colors in Terminator.

rakstar , in Your best terminal aliases

Technically not aliases but I have these in my ~/.bash_aliases so…

bind ‘“\e[A”: history-search-backward’
bind ‘“\e[B”: history-search-forward’

Type a few letters and press up/down arrow to scroll through matching history entries.

Also…

alias s=“cd -”

It’s like Alt+Tab for CLI.

0x4E4F , in Share your terminal emulator theme configuration
@0x4E4F@lemmy.fmhy.ml avatar

Nothing interesting it’s xfce-terminal with GreyBird. Simple, but it does the job.

somedaysoon ,
@somedaysoon@lemmy.world avatar

Another XFCE Terminal user here, I use the Dark Pastels preset.

shapis , in Share Your Favorite Linux Distros and Why You Love Them
@shapis@lemmy.ml avatar

Arch.

I don’t love it, like at all. But it’s the least buggy and easiest to use one I’ve tried.

I really wish there was a simple plug and play, everything just works and doesnt break on updates distro.

fugepe , in Share Your Favorite Linux Distros and Why You Love Them

OpenSuse, Fedora second.

GustavoM , in ZorinOS?
@GustavoM@lemmy.world avatar

That was my “entrypoint” distro to start fiddling with Linux. So I’d say, go for it until you are feeling confident enough to take the next step – Linux Mint.

ratherrisky , in KDE connect on xfce?
@ratherrisky@lemmy.kiberness.xyz avatar

I use it for seeing/replying to texts on my desktop. It works great for that with xfce.

Sivaru , in Share Your Favorite Linux Distros and Why You Love Them

Nixos Void Arch

Petter1 , in Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!

Well said!

Spewpid , in Share Your Favorite Linux Distros and Why You Love Them

Started on SuSe, but Ubuntu stuck with me since the early releases… Just very familiar to me at this point. Been my goto os on my laptop for ages…

dannyboy5498 , in ZorinOS?

I had issues when I tried Zorin. I still think Mint is probably the best for a new user.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines