hosts: rename cityseventeen and apeturescience
This commit is contained in:
parent
7a3833b08a
commit
ff1392552b
44 changed files with 37 additions and 37 deletions
42
hosts/tyresidon/skel/waybar/config.jsonc
Normal file
42
hosts/tyresidon/skel/waybar/config.jsonc
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"position": "top",
|
||||
"height": 0,
|
||||
"spacing": 10,
|
||||
"modules-left": ["custom/nixos", "mpris"],
|
||||
"modules-center": ["niri/workspaces"],
|
||||
"modules-right": ["tray", "wireplumber", "clock"],
|
||||
"reload_style_on_change": true,
|
||||
"custom/nixos": {
|
||||
"format": "",
|
||||
"on-click": "rofi -show drun",
|
||||
"tooltip": false,
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{player_icon} {dynamic}",
|
||||
"format-paused": "{status_icon} <i>{dynamic}</i>",
|
||||
"format-stopped": "whitespace",
|
||||
"interval": 1,
|
||||
"dynamic-len": 64,
|
||||
"player-icons": {
|
||||
"default": "▶",
|
||||
"mpv": "🎵",
|
||||
},
|
||||
"status-icons": {
|
||||
"paused": "",
|
||||
"paused": "⏸",
|
||||
},
|
||||
},
|
||||
"clock": {
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip-format": "{:%A, %B %d, %Y}",
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": "",
|
||||
"on-click": "helvum",
|
||||
"format-icons": ["", "", ""],
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 18,
|
||||
},
|
||||
}
|
42
hosts/tyresidon/skel/waybar/style.css
Normal file
42
hosts/tyresidon/skel/waybar/style.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
@define-color base00 #191724;
|
||||
@define-color base01 #1f1d2e;
|
||||
@define-color base02 #26233a;
|
||||
@define-color base03 #6e6a86;
|
||||
@define-color base04 #908caa;
|
||||
@define-color base05 #e0def4;
|
||||
@define-color base06 #e0def4;
|
||||
@define-color base07 #524f67;
|
||||
@define-color base08 #eb6f92;
|
||||
@define-color base09 #f6c177;
|
||||
@define-color base0A #ebbcba;
|
||||
@define-color base0B #31748f;
|
||||
@define-color base0C #9ccfd8;
|
||||
@define-color base0D #c4a7e7;
|
||||
@define-color base0E #f6c177;
|
||||
@define-color base0F #524f67;
|
||||
|
||||
* {
|
||||
color: @base05;
|
||||
font-family: monospace;
|
||||
font-size: 9pt;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @base01;
|
||||
}
|
||||
|
||||
.modules-right,
|
||||
.modules-left {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-nixos {
|
||||
color: @base0D;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 4px 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue