mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "7bea0ec7bdf18be91a6f38dabcfa0bd9878884a7" and "3adab86b9ad8f7f4783ee576fcce297495521d8c" have entirely different histories.
7bea0ec7bd
...
3adab86b9a
@ -57,19 +57,38 @@ include=~/.config/foot/font.ini
|
|||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
# style=block
|
# style=block
|
||||||
#color = 103c48 53d6c7
|
# color=111111 dcdccc
|
||||||
|
# Selenized dark https://codeberg.org/dnkl/foot/src/branch/master/themes/selenized-dark
|
||||||
|
color = 103c48 53d6c7
|
||||||
# blink=no
|
# blink=no
|
||||||
# beam-thickness=1.5
|
# beam-thickness=1.5
|
||||||
# underline-thickness=<font underline thickness>
|
# underline-thickness=<font underline thickness>
|
||||||
color=282a36 ffffff
|
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
# hide-when-typing=no
|
# hide-when-typing=no
|
||||||
# alternate-scroll-mode=yes
|
# alternate-scroll-mode=yes
|
||||||
|
|
||||||
|
# Selenized dark https://codeberg.org/dnkl/foot/src/branch/master/themes/selenized-dark
|
||||||
[colors]
|
[colors]
|
||||||
foreground=ffffff
|
# alpha=1.0
|
||||||
background=000000
|
background= 103c48
|
||||||
|
foreground= adbcbc
|
||||||
|
regular0= 184956
|
||||||
|
regular1= fa5750
|
||||||
|
regular2= 75b938
|
||||||
|
regular3= dbb32d
|
||||||
|
regular4= 4695f7
|
||||||
|
regular5= f275be
|
||||||
|
regular6= 41c7b9
|
||||||
|
regular7= 72898f
|
||||||
|
bright0= 2d5b69
|
||||||
|
bright1= ff665c
|
||||||
|
bright2= 84c747
|
||||||
|
bright3= ebc13d
|
||||||
|
bright4= 58a3ff
|
||||||
|
bright5= ff84cd
|
||||||
|
bright6= 53d6c7
|
||||||
|
bright7= cad8d9
|
||||||
|
|
||||||
## dimmed colors (see foot.ini(5) man page)
|
## dimmed colors (see foot.ini(5) man page)
|
||||||
# dim0=<not set>
|
# dim0=<not set>
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
set $red #ff0000
|
|
||||||
set $black #000000
|
|
||||||
set $green #00FFFF
|
|
||||||
set $white #ffffff
|
|
||||||
set $blue #0000FF
|
|
||||||
|
|
||||||
# clientclass border backgr text indicator
|
|
||||||
client.focused $red $white $black $white
|
|
||||||
client.focused_inactive $red $black $white $white
|
|
||||||
client.unfocused $red $black $red $white
|
|
||||||
client.urgent $red $white $blue $white
|
|
||||||
|
|
||||||
# focused -the window in front
|
|
||||||
# focused_inacitve - ?visible nut no keyboard/mouse
|
|
||||||
# unfocused - in the background
|
|
||||||
# urgent - terminal bell / ping / new notification etc. except not Telegram
|
|
||||||
# or Matrix?
|
|
@ -1,4 +1,4 @@
|
|||||||
/* Originally based upon, but heavily modified from https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css */
|
/* https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
@ -11,29 +11,29 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #000000;
|
background: #103c48;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
||||||
color: #ff0000;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: rgba(43, 48, 59, 0.5);
|
background: rgba(43, 48, 59, 0.5);
|
||||||
border: 1px solid #ff0000;
|
border: 1px solid rgba(100, 114, 125, 0.5);
|
||||||
}
|
}
|
||||||
tooltip label {
|
tooltip label {
|
||||||
color: #ff0000;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background: #000000;
|
background: #103c48;
|
||||||
color: #ff0000;
|
color: white;
|
||||||
border-bottom: 3px solid #000000;
|
border-bottom: 3px solid #103c48;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: #64727d;
|
background: #64727d;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode,
|
#mode,
|
||||||
@ -43,34 +43,34 @@ tooltip label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background: #000000;
|
background: #103c48;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
background-color: #000000;
|
background-color: #103c48;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #000000;
|
background-color: #103c48;
|
||||||
color: #ff0000;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #ff0000;
|
color: white;
|
||||||
background-color: #000000;
|
background-color: #103c48;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #000000;
|
background-color: #103c48;
|
||||||
color: #ff0000;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
background: #ffffff;
|
background: #f53c3c;
|
||||||
color: #0000ff;
|
color: white;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
|
@ -1,79 +0,0 @@
|
|||||||
/* https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css */
|
|
||||||
|
|
||||||
* {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
font-family:
|
|
||||||
Comic Shanns Mono-Regular,
|
|
||||||
monospace;
|
|
||||||
font-size: 10px;
|
|
||||||
min-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
window#waybar {
|
|
||||||
background: #103c48;
|
|
||||||
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip {
|
|
||||||
background: rgba(43, 48, 59, 0.5);
|
|
||||||
border: 1px solid rgba(100, 114, 125, 0.5);
|
|
||||||
}
|
|
||||||
tooltip label {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
padding: 0 5px;
|
|
||||||
background: #103c48;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 3px solid #103c48;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
background: #64727d;
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode,
|
|
||||||
#clock,
|
|
||||||
#battery {
|
|
||||||
padding: 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mode {
|
|
||||||
background: #103c48;
|
|
||||||
border-bottom: 3px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
background-color: #103c48;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery {
|
|
||||||
background-color: #103c48;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
color: white;
|
|
||||||
background-color: #103c48;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #103c48;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
|
||||||
background: #f53c3c;
|
|
||||||
color: white;
|
|
||||||
animation-name: blink;
|
|
||||||
animation-duration: 0.5s;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
animation-iteration-count: infinite;
|
|
||||||
animation-direction: alternate;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user