aboutsummaryrefslogtreecommitdiffstats
path: root/config/rofi/resolution/1440p
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-24 21:14:10 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-24 21:14:10 +0900
commitb30bdee65e901652c4072253a3d0d85c39c5f2e2 (patch)
tree51caa6cc06a649bdab7f06eee07b9567b155c804 /config/rofi/resolution/1440p
parentae345f12e6252be0cbb821f097ac4cbe66ca8a5f (diff)
Changes made:
updated rofi themes for better pywal Dropped Catppuccin themes for pywal colors for Hyprland Settings updated copy.sh script to add user in input group and update home directories
Diffstat (limited to 'config/rofi/resolution/1440p')
-rw-r--r--config/rofi/resolution/1440p/config-compact.rasi6
-rw-r--r--config/rofi/resolution/1440p/config-long.rasi8
-rw-r--r--config/rofi/resolution/1440p/config-rofi-Beats.rasi6
-rw-r--r--config/rofi/resolution/1440p/config-wallpaper.rasi6
-rw-r--r--config/rofi/resolution/1440p/config-waybar-layout.rasi2
-rw-r--r--config/rofi/resolution/1440p/config-waybar-style.rasi4
-rw-r--r--config/rofi/resolution/1440p/config.rasi6
7 files changed, 19 insertions, 19 deletions
diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi
index 125af899..8ec0cf77 100644
--- a/config/rofi/resolution/1440p/config-compact.rasi
+++ b/config/rofi/resolution/1440p/config-compact.rasi
@@ -50,7 +50,7 @@ mainbox {
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -68,7 +68,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
@@ -84,7 +84,7 @@ inputbar {
padding: 14px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi
index 05ea6839..974b7ea9 100644
--- a/config/rofi/resolution/1440p/config-long.rasi
+++ b/config/rofi/resolution/1440p/config-long.rasi
@@ -45,10 +45,10 @@ mainbox {
enabled: true;
orientation: vertical;
padding: 15px;
- background-image: url("~/.config/rofi/.current_wallpaper", height);
+ background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox" ];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -66,7 +66,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Inputbar ---- */
@@ -77,7 +77,7 @@ inputbar {
padding: 14px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
index 65a6296e..5c6e31b2 100644
--- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi
+++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi
@@ -50,7 +50,7 @@ mainbox {
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -68,7 +68,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
@@ -84,7 +84,7 @@ inputbar {
padding: 14px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi
index 21886afa..b95e46d2 100644
--- a/config/rofi/resolution/1440p/config-wallpaper.rasi
+++ b/config/rofi/resolution/1440p/config-wallpaper.rasi
@@ -50,7 +50,7 @@ mainbox {
background-image: url("~/.config/rofi/.current_wallpaper", width);
children: [ "imagebox"];
border-radius: 12px;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Imagebox ---- */
@@ -68,7 +68,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
@@ -84,7 +84,7 @@ inputbar {
padding: 14px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi
index 2a6546ff..1b9a759e 100644
--- a/config/rofi/resolution/1440p/config-waybar-layout.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi
@@ -65,7 +65,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
dummy {
diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi
index 59bbb4ba..e419ab15 100644
--- a/config/rofi/resolution/1440p/config-waybar-style.rasi
+++ b/config/rofi/resolution/1440p/config-waybar-style.rasi
@@ -65,7 +65,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
dummy {
@@ -80,7 +80,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi
index fa41a4cd..86492df6 100644
--- a/config/rofi/resolution/1440p/config.rasi
+++ b/config/rofi/resolution/1440p/config.rasi
@@ -66,7 +66,7 @@ listbox {
border-radius: 10px;
border: 1px;
border-color: @active-background;
- background-color: @background90;
+ background-color: @background;
}
/* ---- Dummy ---- */
@@ -82,7 +82,7 @@ inputbar {
padding: 10px;
border-radius: 10px;
border-color: @foreground;
- background-color: @background90;
+ background-color: @background;
children: [ "textbox-prompt-colon", "entry" ];
border: 1px;
border-color: @active-background;
@@ -116,7 +116,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
- background-color: @background90;
+ background-color: @background;
text-color: inherit;
cursor: pointer;
border: 1px;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage