mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-27 04:34:12 +01:00
Compare commits
No commits in common. "a2eb5000c604fac6167ef86e6372efffd0f10611" and "8dffbee262bf951b40e05eed22af38a631c90ba9" have entirely different histories.
a2eb5000c6
...
8dffbee262
1
conf/sway/config.d/.gitignore
vendored
1
conf/sway/config.d/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.private.conf
|
|
@ -1,3 +0,0 @@
|
|||||||
bar {
|
|
||||||
swaybar_command waybar
|
|
||||||
}
|
|
1
conf/waybar/.gitignore
vendored
1
conf/waybar/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
config
|
|
@ -1 +0,0 @@
|
|||||||
config.json
|
|
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"layer": "top",
|
|
||||||
"position": "left",
|
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
||||||
"modules-right": ["cpu", "memory", "battery", "pulseaudio", "tray", "clock"],
|
|
||||||
"sway/window": {
|
|
||||||
"max-length": 50
|
|
||||||
},
|
|
||||||
"cpu": {
|
|
||||||
"format": "CPU {usage}%"
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": "MEM {percentage}%"
|
|
||||||
},
|
|
||||||
"pulseaudio": {
|
|
||||||
"format": "AUX {volume}%",
|
|
||||||
"format-bluetooth": "BT {volume}%"
|
|
||||||
},
|
|
||||||
"battery": {
|
|
||||||
"format": "BAT {capacity}%"
|
|
||||||
},
|
|
||||||
"clock": {
|
|
||||||
"format": "{:%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,75 +0,0 @@
|
|||||||
/* https://github.com/jan-warchol/selenized/blob/master/other-apps/wofi/selenized-dark.css */
|
|
||||||
|
|
||||||
* {
|
|
||||||
border: none;
|
|
||||||
border-radius: 0;
|
|
||||||
font-family: OpenDyslexic, sans-serif;
|
|
||||||
font-size: 9px;
|
|
||||||
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: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
#battery.charging {
|
|
||||||
color: white;
|
|
||||||
background-color: #103c48;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes blink {
|
|
||||||
to {
|
|
||||||
background-color: #103c48;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#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…
Reference in New Issue
Block a user