Updated hypr, rofi and waybar theme

This commit is contained in:
2026-08-05 10:56:12 +02:00
parent 2dcbd80842
commit 79036dce2c
6 changed files with 40 additions and 35 deletions
+4 -4
View File
@@ -124,13 +124,13 @@
"tooltip": false,
"format": "{} {icon}",
"format-icons": {
"notification": "<span foreground='red'><sup></sup></span> ",
"notification": "<span foreground='#f14c4c'><sup></sup></span> ",
"none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span> ",
"dnd-notification": "<span foreground='#f14c4c'><sup></sup></span> ",
"dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span> ",
"inhibited-notification": "<span foreground='#f14c4c'><sup></sup></span> ",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span> ",
"dnd-inhibited-notification": "<span foreground='#f14c4c'><sup></sup></span> ",
"dnd-inhibited-none": ""
},
"return-type": "json",
+11 -8
View File
@@ -1,11 +1,12 @@
@define-color bg_dim #1e2326;
@define-color bg0 #272e33;
@define-color bg2 #374145;
@define-color fg #D3C6AA;
@define-color red #E67E80;
@define-color blue #7fbbb3;
@define-color orange #e69875;
@define-color bg4 #495156;
/* Cursor Dark */
@define-color bg_dim #141414;
@define-color bg0 #181818;
@define-color bg2 #2b2b2b;
@define-color fg #cccccc;
@define-color red #f14c4c;
@define-color blue #3b8eea;
@define-color orange #e2c08d;
@define-color bg4 #2472c8;
* {
transition: none;
@@ -37,6 +38,8 @@
#workspaces button.active {
border-radius: 10px;
background-color: @bg4;
/* @fg on the accent blue is too low-contrast to read */
color: #ffffff;
}
#workspaces button.urgent {