But does the background color persists?

|
smol_mazunki 2022-08-27 15:51:23
i want to edit the content lines (if they haven’t changed) with the output of another command
smol_mazunki 2022-08-27 17:25:32
unixusergroup-49940.jpg

smol_mazunki 2022-08-27 17:25:38
i think this is a fairly nice approach
ultrasigma0 2022-08-29 17:51:28
Does anyone use dunst?
Ceda EI 2022-08-29 17:53:54
ultrasigma0 2022-08-29 17:51:28
Does anyone use dunst?

yes

ultrasigma0 2022-08-29 18:00:50
Ceda EI 2022-08-29 17:53:54
yes

Hey
I’ve a problem with dunst

ultrasigma0 2022-08-29 18:01:09
Xorg screen saver doesn’t work
ultrasigma0 2022-08-29 18:01:20
When dunst running
ultrasigma0 2022-08-29 18:02:35
I use arch linux
ultrasigma0 2022-08-29 18:02:41
With dwm
Ceda EI 2022-08-29 18:02:59
never used xorg screen saver. You can pause dunst before calling that though if you are calling it on lock screen

dunstctl set-paused true
dunstctl set-paused false

ultrasigma0 2022-08-29 18:03:40
Ceda EI 2022-08-29 18:02:59
never used xorg screen saver. You can pause dunst before calling that though if you are calling it on lock screen

dunstctl set-paused true
dunstctl set-paused false

It’s the xset u know

ultrasigma0 2022-08-29 18:03:55
Which comes with xorg
ultrasigma0 2022-08-29 18:04:33
I checked the dpms is enabled
ultrasigma0 2022-08-29 18:05:42
But when dunst is running the dpms is not works
Ceda EI 2022-08-29 18:09:07
hmm, not sure. checking dunst issues, can’t find anything relevant
WMD_Edoardo 2022-08-30 16:26:58
unixusergroup-49956.jpg
Hello I have a question

in kitty terminal I can use this command printf ‘x1b]11;blackx1b\’ to make the background always black until I reset it with printf ‘x1b]11;x1b\’ (like shown in the picture)

WMD_Edoardo 2022-08-30 16:27:39
My question is whether I can use the color defined in my kitty configuration instead of black/red/greeen/etc…

I tried with ansi code but without any luck

marcotrosi 2022-08-30 16:28:38
I use the normal escape sequences
marcotrosi 2022-08-30 16:28:51
and there if you use red it is the color that is configured
marcotrosi 2022-08-30 16:28:55
whatever it is
WMD_Edoardo 2022-08-30 16:29:33
but does the background color persists? or is it only applied to the current text?
marcotrosi 2022-08-30 16:30:21
https://misc.flogisoft.com/bash/tip_colors_and_formatting
WMD_Edoardo 2022-08-30 16:30:58
Ok but this is only for the current text printed by with echo
marcotrosi 2022-08-30 16:31:31
yes
WMD_Edoardo 2022-08-30 16:31:36
WMD_Edoardo 2022-08-30 16:26:58
Hello I have a question

in kitty terminal I can use this command printf ‘x1b]11;blackx1b\’ to make the background always black until I reset it with printf ‘x1b]11;x1b\’ (like shown in the picture)

this one in the other hands it persistent until I run the second command

WMD_Edoardo 2022-08-30 16:31:52
I use it to change the terminal background color when I ssh into a server by doing something like this

function ssh {
printf ‘x1b]11;blackx1b\’
/usr/bin/ssh “$@”
printf ‘x1b]11;x1b\’
}

marcotrosi 2022-08-30 16:36:12
it’s a bit strange to be honest, because I remembered that normally the color would persist also with the escape sequences, but somehow for kitty it’s not working. I have to try with another terminal
marcotrosi 2022-08-30 16:36:45
same
WMD_Edoardo 2022-08-30 16:39:41
unixusergroup-49969.jpg

WMD_Edoardo 2022-08-30 16:39:52
with normal escape
WMD_Edoardo 2022-08-30 16:40:33
it works but it gets bugged a little bit
WMD_Edoardo 2022-08-30 16:40:41
weird
marcotrosi 2022-08-31 21:25:56
https://github.com/asciinema/agg

GitHub – asciinema/agg: asciinema gif generatorGitHub
asciinema gif generator. Contribute to asciinema/agg development by creating an account on GitHub.
armanhrshaikh 2022-09-01 08:17:25
My schedule list In crontab looks filthy ,
Is there anything for that?
|