changed mostly font stuff and added omnisearch to pc

This commit is contained in:
2026-03-24 20:09:39 +00:00
parent c11509ac71
commit c8c70d8aa8
6 changed files with 90 additions and 107 deletions

View File

@@ -14,6 +14,7 @@ input {
cursor { cursor {
inactive_timeout = 2 inactive_timeout = 2
warp_on_change_workspace = 1 warp_on_change_workspace = 1
hide_on_key_press = true
warp_on_toggle_special = 1 warp_on_toggle_special = 1
} }

View File

@@ -1,4 +1,4 @@
font_family FiraMono Nerd Font font_family FiraMono Nerd Font Mono
bold_font auto bold_font auto
italic_font auto italic_font auto
bold_italic_font auto bold_italic_font auto

View File

@@ -18,9 +18,6 @@
"bluetooth", "bluetooth",
"battery", "battery",
"custom/notifs", "custom/notifs",
"memory",
"cpu",
"custom/swaync",
"clock" "clock"
] ]
} }

View File

@@ -1,147 +1,157 @@
* { * {
font-family: "Fira Mono Nerd Font"; font-family: "Fira Mono Nerd Font Propo";
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
min-height: 16px; min-height: 16px;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
window#waybar { window#waybar {
background: transparent; background: transparent;
} }
.module { .module {
background-color: rgba(30, 30, 46, 0.8); background-color: rgba(30, 30, 46, 0.8);
margin: 0 3px; margin: 0 3px;
padding: 0 9px; padding: 0 9px;
border-radius: 7px; border-radius: 7px;
} }
#custom-logo { #custom-logo {
padding-right: 11px; background-color: #cba6f7;
padding-left: 8px; color: #1e1e2e;
background-color: #cba6f7; font-size: 21px;
color: #1e1e2e;
font-size: 21px;
} }
#workspaces { #workspaces {
padding: 3px 4px; padding: 3px 4px;
} }
#workspaces button { #workspaces button {
background-color: #585b70; background-color: #585b70;
margin: 0 2px; margin: 0 2px;
padding: 0 2px; padding: 0 2px;
border-radius: 2px; border-radius: 2px;
} }
#workspaces button:first-child { #workspaces button:first-child {
border-radius: 5px 2px 2px 5px; border-radius: 5px 2px 2px 5px;
margin: 0; margin: 0;
margin-right: 2px; margin-right: 2px;
} }
#workspaces button:last-child { #workspaces button:last-child {
border-radius: 2px 5px 5px 4px; border-radius: 2px 5px 5px 4px;
margin: 0; margin: 0;
margin-left: 2px; margin-left: 2px;
} }
#workspaces button:only-child { #workspaces button:only-child {
border-radius: 5px; border-radius: 5px;
padding: 0 12px; padding: 0 12px;
margin: 0 1px; margin: 0 1px;
} }
#workspaces button.active { #workspaces button.active {
background-color: #b4befe; background-color: #b4befe;
color: #313244; color: #313244;
} }
#mpris { #mpris {
font-size: 14px; font-size: 14px;
transition: color 0.5s, background-color 0.5s; transition:
color 0.5s,
background-color 0.5s;
} }
#mpris.paused { #mpris.paused {
color: #f2cdcd; color: #f2cdcd;
} }
#mpris.playing { #mpris.playing {
color: rgba(30, 30, 46, 0.8); color: rgba(30, 30, 46, 0.8);
background-color: #ca9ee6; background-color: #ca9ee6;
} }
#network { #network {
padding: 0; background-color: #f38ba8;
padding-left: 7px; color: #1e1e2e;
padding-right: 13px;
background-color: #f38ba8;
color: #1e1e2e;
} }
#bluetooth { #bluetooth {
padding: 0; background-color: #fab387;
padding-left: 7px; color: #1e1e2e;
padding-right: 8px;
background-color: #fab387;
color: #1e1e2e;
} }
#custom-notifs { #custom-notifs {
padding-left: 8px; background-color: #f9e2af;
padding-right: 10px; color: #1e1e2e;
background-color: #f9e2af;
color: #1e1e2e;
} }
#battery { #battery {
background-color: #a6e3a1; background-color: #a6e3a1;
color: #1e1e2e; color: #1e1e2e;
transition: color 0.5s, background-color 0.5s, linear-gradient 0.4s; transition:
color 0.5s,
background-color 0.5s,
linear-gradient 0.4s;
} }
#battery.warning { #battery.warning {
color: #1e1e2e; color: #1e1e2e;
background: #F38BA8; background: #f38ba8;
background: linear-gradient(135deg, rgba(243, 139, 168, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%);} background: linear-gradient(
135deg,
rgba(243, 139, 168, 1) 0%,
rgba(166, 218, 149, 1) 65%,
rgba(166, 218, 149, 1) 100%
);
}
#battery.charging { #battery.charging {
background-color: #40a02b; background-color: #40a02b;
background: #CBA6F7; background: #cba6f7;
background: linear-gradient(135deg, rgba(203, 166, 247, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%); background: linear-gradient(
135deg,
rgba(203, 166, 247, 1) 0%,
rgba(166, 218, 149, 1) 65%,
rgba(166, 218, 149, 1) 100%
);
} }
#battery.plugged { #battery.plugged {
background-color: #40a02b; background-color: #40a02b;
background: #CBA6F7; background: #cba6f7;
background: linear-gradient(135deg, rgba(203, 166, 247, 1) 0%, rgba(166, 218, 149, 1) 65%, rgba(166, 218, 149, 1) 100%); background: linear-gradient(
135deg,
rgba(203, 166, 247, 1) 0%,
rgba(166, 218, 149, 1) 65%,
rgba(166, 218, 149, 1) 100%
);
} }
#battery.critical { #battery.critical {
color: #f38ba8; color: #f38ba8;
} }
#memory { #memory {
padding-right: 3px; padding-right: 3px;
border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px;
margin-right: 0; margin-right: 0;
background-color: #89dceb; background-color: #89dceb;
color: #1e1e2e; color: #1e1e2e;
} }
#cpu { #cpu {
padding-left: 3px; padding-left: 3px;
border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0;
margin-left: 0; margin-left: 0;
background-color: #89dceb; background-color: #89dceb;
color: #1e1e2e; color: #1e1e2e;
} }
#clock { #clock {
background-color: #89b4fa; background-color: #89b4fa;
color: #1e1e2e; color: #1e1e2e;
} }

2
.nixos

Submodule .nixos updated: 8118984fac...74fe377b0c

View File

@@ -1,25 +0,0 @@
{
"include": [
"~/.config/waybar/modules.jsonc"
],
"height": 20,
"margin": "3 6",
"reload_style_on_change": true,
"position": "top",
"modules-left": [
"custom/logo",
"hyprland/workspaces"
],
"modules-center": [
"mpris"
],
"modules-right": [
"network",
"bluetooth",
"custom/notifs",
"memory",
"cpu",
"custom/swaync",
"clock"
]
}