finishes ironbar config
This commit is contained in:
parent
4b74fcb3d6
commit
8e1e34b462
3 changed files with 40 additions and 5 deletions
|
|
@ -16,10 +16,27 @@ sort = "added"
|
||||||
"chat" = ""
|
"chat" = ""
|
||||||
"media" = ""
|
"media" = ""
|
||||||
|
|
||||||
[[center]]
|
[[start]]
|
||||||
|
type = "label"
|
||||||
|
label = "Current: "
|
||||||
|
|
||||||
|
[[start]]
|
||||||
type = "focused"
|
type = "focused"
|
||||||
icon_size = 16
|
icon_size = 16
|
||||||
|
|
||||||
|
[start.truncate]
|
||||||
|
mode = "end"
|
||||||
|
max_length = 40
|
||||||
|
|
||||||
|
[[center]]
|
||||||
|
type = "sys_info"
|
||||||
|
format = [
|
||||||
|
"h:dnsc-machine",
|
||||||
|
" {cpu_percent@sum}% ({temp_c@k10temp Tccd1}°C)",
|
||||||
|
" {memory_used#G:<2.1}/{memory_total#G:<2.1}GB",
|
||||||
|
" {disk_used#G@/:.1}GB used ({disk_free#G@/:.0}GB free)"
|
||||||
|
]
|
||||||
|
|
||||||
[[end]]
|
[[end]]
|
||||||
type = "tray"
|
type = "tray"
|
||||||
icon_size=15
|
icon_size=15
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
--color-dark-primary: #0f0b15;
|
--color-dark-primary: #0f0b15;
|
||||||
--color-dark-secondary: #1d202f;
|
--color-dark-secondary: #1d202f;
|
||||||
--color-white: #fff;
|
--color-white: #fff;
|
||||||
|
--color-white-muted: #807c9f;
|
||||||
--color-active: #d369af;
|
--color-active: #d369af;
|
||||||
--color-urgent: #ff6a7a;
|
--color-urgent: #ff6a7a;
|
||||||
--color-muted: #331531;
|
--color-muted: #331531;
|
||||||
|
|
@ -54,8 +55,17 @@ popover, popover contents, calendar {
|
||||||
margin-right: var(--margin-sm);
|
margin-right: var(--margin-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sysinfo > * + * {
|
.sysinfo {
|
||||||
margin-left: var(--margin-sm);
|
margin-right: var(--margin-sm);
|
||||||
|
background-color: var(--color-muted);
|
||||||
|
padding: 0 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sysinfo .item {
|
||||||
|
background-color: var(--color-muted);
|
||||||
|
color: var(--color-active);
|
||||||
|
padding: 0 4px;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clock {
|
.clock {
|
||||||
|
|
@ -120,7 +130,7 @@ popover, popover contents, calendar {
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifications .button {
|
.notifications .button {
|
||||||
margin: 1px 2px 0 0;
|
margin: 2px 2px 0 0;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -150,3 +160,12 @@ popover, popover contents, calendar {
|
||||||
.popup-volume .apps-box .app-box .slider trough highlight {
|
.popup-volume .apps-box .app-box .slider trough highlight {
|
||||||
border: 4px solid var(--color-active);
|
border: 4px solid var(--color-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bar #start .label:first-child {
|
||||||
|
color: var(--color-white-muted);
|
||||||
|
margin-left: var(--margin-lg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.focused {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
notes = {
|
notes = {
|
||||||
type = "Application";
|
type = "Application";
|
||||||
name = "Notes";
|
name = "Notes";
|
||||||
terminal = true;
|
|
||||||
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker('files')\"";
|
exec = "ghostty --working-directory=${config.home.homeDirectory}/notes -e nvim -c \":lua Snacks.picker('files')\"";
|
||||||
icon = "gnotes";
|
icon = "gnotes";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue