Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Colors are wrong and text is blinking in urxvt
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
salvii422
n00b
n00b


Joined: 08 Jun 2021
Posts: 17

PostPosted: Tue Jul 13, 2021 2:46 am    Post subject: [solved] Colors are wrong and text is blinking in urxvt Reply with quote

As the title says. All I did was a system upgrade and a depclean and a restart. No idea what changed! Here are my .Xresources and .zshrc:

Code:
URxvt*scrollWithBuffer: true
URxvt.letterSpace: -1
urxvt*transparent: true
urxvt*shading: 70
URxvt.font: xft:MesloLGS NF:style=Regular:size=10


Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb

! -----------------------------------------------------------------------------
! File: gruvbox-dark.xresources
! Description: Retro groove colorscheme generalized
! Author: morhetz <morhetz@gmail.com>
! Source: https://github.com/morhetz/gruvbox-generalized
! Last Modified: 6 Sep 2014
! -----------------------------------------------------------------------------

! hard contrast: *background: #1d2021
*background: #282828
! soft contrast: *background: #32302f
*foreground: #ebdbb2
! Black + DarkGrey
*color0:  #282828
*color8:  #928374
! DarkRed + Red
*color1:  #cc241d
*color9:  #fb4934
! DarkGreen + Green
*color2:  #98971a
*color10: #b8bb26
! DarkYellow + Yellow
*color3:  #d79921
*color11: #fabd2f
! DarkBlue + Blue
*color4:  #458588
*color12: #83a598
! DarkMagenta + Magenta
*color5:  #b16286
*color13: #d3869b
! DarkCyan + Cyan
*color6:  #689d6a
*color14: #8ec07c
! LightGrey + White
*color7:  #a89984
*color15: #ebdbb2

URxvt.scrollBar: fals


Code:
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi

# Load Antigen
source ~/antigen.zsh

# Load Antigen configurations
antigen init ~/.antigenrc

# Mandatory
ufetch

# Aliases
alias ls="ls -la --color"
alias install="doas emerge --ask"
alias remove="doas emerge --deselect"
alias sync="doas emerge --sync"
alias upgrade="doas emerge --ask --verbose --update --deep --changed-use @world"
alias search="emerge --search"
alias clean="doas emerge --depclean -vp"
alias autoclean="doas emerge --depclean -v"
alias hibernate="loginctl hibernate"
alias reboot="doas reboot"
alias shutdown="doas shutdown now"
alias uses="equery uses"
alias x="startx"
alias nyxt="~/Downloads/usr/local/bin/nyxt &"

# Add cargo to $PATH
export PATH=/home/skalle/.cargo/bin:$PATH

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet


ETA: seems to me Xorg and associated packages received an upgrade today, if that sheds any light.


Last edited by salvii422 on Tue Jul 13, 2021 10:26 am; edited 1 time in total
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2713

PostPosted: Tue Jul 13, 2021 3:29 am    Post subject: Reply with quote

Upgrade again, there was a rxvt-unicode-9.26-r2 released shortly after to address this (stable rxvt-unicode wasn't affected).

Turned out the new 24-bit-color patch affected the build even with USE=-24-bit-color (not intended), so the patch was made conditional entirely rather than rely on a configure flag to disable it.
Back to top
View user's profile Send private message
salvii422
n00b
n00b


Joined: 08 Jun 2021
Posts: 17

PostPosted: Tue Jul 13, 2021 10:26 am    Post subject: Reply with quote

Yup, that solved it. Thank you! 8)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum