aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/waybar/configs/config-dual-BL73
-rw-r--r--config/waybar/configs/config-dual-BR76
-rw-r--r--config/waybar/configs/config-dual-TR2
-rw-r--r--config/waybar/style/style-dark.css4
-rw-r--r--config/waybar/style/style-light.css4
-rw-r--r--config/waybar/style/style-mauve.css4
6 files changed, 82 insertions, 81 deletions
diff --git a/config/waybar/configs/config-dual-BL b/config/waybar/configs/config-dual-BL
index 89bfac70..5b369d91 100644
--- a/config/waybar/configs/config-dual-BL
+++ b/config/waybar/configs/config-dual-BL
@@ -15,57 +15,58 @@
"margin-right": 8,
"modules-left": [
- "custom/menu",
- "cpu",
- "temperature",
- "memory",
- ],
-
+ "temperature",
+ "cpu",
+ "memory",
+ "disk",
+ ],
+
"modules-center": [
- "hyprland/window",
- "custom/weather",
- ],
-
-"modules-right": [
- "network",
- "bluetooth",
- //"cava",
- "battery",
- "backlight",
- "pulseaudio",
- //"wireplumber",
- "pulseaudio#microphone",
- "keyboard-state",
- "custom/power",
+ //"hyprland/window",
+ "custom/lock",
+ "custom/menu",
+ "idle_inhibitor",
],
+
+"modules-right": [
+ //"network",
+ //"bluetooth",
+ "custom/weather",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
},
{
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "left",
+"height": 650,
"margin-top": 8,
"margin-bottom": 8,
"margin-left": 8,
-"margin-right": 1,
+"margin-right": 3,
"spacing": 3,
"fixed-center": true,
"ipc": true,
-"gtk-layer-shell": true,
-
+//"gtk-layer-shell": true,
+
"modules-left": [
- "custom/light_dark",
- ],
-
+ "hyprland/workspaces#2",
+ ],
+
"modules-center": [
- "hyprland/workspaces#2",
- ],
-
+ "clock#vertical",
+ ],
+
"modules-right": [
- "idle_inhibitor",
- "custom/lock",
- "tray",
- "clock#vertical",
- ],
-
+ "tray",
+ "custom/light_dark",
+ ],
+
}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-BR b/config/waybar/configs/config-dual-BR
index 58466487..222db817 100644
--- a/config/waybar/configs/config-dual-BR
+++ b/config/waybar/configs/config-dual-BR
@@ -15,58 +15,58 @@
"margin-right": 8,
"modules-left": [
- "custom/menu",
- "cpu",
- "temperature",
- "memory",
- "disk",
- ],
-
+ "temperature",
+ "cpu",
+ "memory",
+ "disk",
+ ],
+
"modules-center": [
- "hyprland/window",
- "custom/weather",
- ],
-
-"modules-right": [
- "network",
- "bluetooth",
- //"cava",
- "battery",
- "backlight",
- "pulseaudio",
- //"wireplumber",
- "pulseaudio#microphone",
- "keyboard-state",
- "custom/power",
+ //"hyprland/window",
+ "custom/lock",
+ "custom/menu",
+ "idle_inhibitor",
],
+
+"modules-right": [
+ //"network",
+ //"bluetooth",
+ "custom/weather",
+ "battery",
+ "backlight",
+ "pulseaudio",
+ //"wireplumber",
+ "pulseaudio#microphone",
+ "keyboard-state",
+ "custom/power",
+ ],
},
{
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "right",
+"height": 650,
"margin-top": 8,
"margin-bottom": 8,
-"margin-left": 1,
-"margin-right": 8,
+"margin-left": 3,
+"margin-right": 3,
"spacing": 3,
"fixed-center": true,
"ipc": true,
-"gtk-layer-shell": true,
-
+//"gtk-layer-shell": true,
+
"modules-left": [
- "idle_inhibitor",
- ],
-
+ "hyprland/workspaces#2",
+ ],
+
"modules-center": [
- "hyprland/workspaces#2",
- ],
-
+ "clock#vertical",
+ ],
+
"modules-right": [
- "custom/light_dark",
- "custom/lock",
- "tray",
- "clock#vertical",
- ],
-
+ "tray",
+ "custom/light_dark",
+ ],
+
}] \ No newline at end of file
diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR
index 2ea9ce5d..70bdeac9 100644
--- a/config/waybar/configs/config-dual-TR
+++ b/config/waybar/configs/config-dual-TR
@@ -50,7 +50,7 @@
"height": 650,
"margin-top": 8,
"margin-bottom": 8,
-"margin-left": 8,
+"margin-left": 3,
"margin-right": 3,
"spacing": 3,
"fixed-center": true,
diff --git a/config/waybar/style/style-dark.css b/config/waybar/style/style-dark.css
index acb3e7ee..31f9b159 100644
--- a/config/waybar/style/style-dark.css
+++ b/config/waybar/style/style-dark.css
@@ -127,8 +127,8 @@ tooltip label {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: #cba7f7;
- padding: 0px 10px;
- border-radius: 10px;
+ padding: 1px 4px;
+ border-radius: 8px;
}
#temperature.critical {
diff --git a/config/waybar/style/style-light.css b/config/waybar/style/style-light.css
index 2a7a0a5f..377ca703 100644
--- a/config/waybar/style/style-light.css
+++ b/config/waybar/style/style-light.css
@@ -127,8 +127,8 @@ tooltip label {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: #000000;
- padding: 0px 10px;
- border-radius: 10px;
+ padding: 1px 4px;
+ border-radius: 8px;
}
#temperature.critical {
diff --git a/config/waybar/style/style-mauve.css b/config/waybar/style/style-mauve.css
index 849aa448..e1b0cad2 100644
--- a/config/waybar/style/style-mauve.css
+++ b/config/waybar/style/style-mauve.css
@@ -15,7 +15,7 @@ window#waybar {
border-radius: 10px;
color: #cba6f7;
border-style: solid;
- border-width: 2px;
+ border-width: 1px;
border-color: #cba6f7;
}
@@ -131,7 +131,7 @@ tooltip {
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color: #cba7f7;
- padding: 0px 10px;
+ padding: 3px 6px;
border-radius:10px;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage