cityseventeen: rename and make tokyo night
This commit is contained in:
parent
6004b4eac5
commit
0d7aa6843b
36 changed files with 394 additions and 438 deletions
42
hosts/cityseventeen/users/arturm/configs/waybar/config.jsonc
Normal file
42
hosts/cityseventeen/users/arturm/configs/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,
|
||||
},
|
||||
}
|
38
hosts/cityseventeen/users/arturm/configs/waybar/style.css
Normal file
38
hosts/cityseventeen/users/arturm/configs/waybar/style.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
@define-color base00 #1A1B26;
|
||||
@define-color base01 #16161E;
|
||||
@define-color base02 #2F3549;
|
||||
@define-color base03 #444B6A;
|
||||
@define-color base04 #787C99;
|
||||
@define-color base05 #A9B1D6;
|
||||
@define-color base06 #CBCCD1;
|
||||
@define-color base07 #D5D6DB;
|
||||
@define-color base08 #C0CAF5;
|
||||
@define-color base09 #A9B1D6;
|
||||
@define-color base0A #0DB9D7;
|
||||
@define-color base0B #9ECE6A;
|
||||
@define-color base0C #B4F9F8;
|
||||
@define-color base0D #2AC3DE;
|
||||
@define-color base0E #BB9AF7;
|
||||
@define-color base0F #F7768E;
|
||||
|
||||
* {
|
||||
color: @base05;
|
||||
font-family: monospace;
|
||||
font-size: 17px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @base01;
|
||||
}
|
||||
|
||||
.modules-right,
|
||||
.modules-left {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-nixos {
|
||||
color: @base0D;
|
||||
font-size: 24px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue