init nix-os configuraion files
This commit is contained in:
124
modules/home/hyprland/conf/rofi/clipboard.rasi
Normal file
124
modules/home/hyprland/conf/rofi/clipboard.rasi
Normal file
@@ -0,0 +1,124 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun";
|
||||
show-icons: false;
|
||||
font: "JetBrainsMono Nerd Font 9";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
location: south east;
|
||||
anchor: south east;
|
||||
x-offset: -20px;
|
||||
y-offset: -20px;
|
||||
height: 55%;
|
||||
width: 20%;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 15px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar" , "listbox" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
padding: 7px;
|
||||
children: [ "entry" ];
|
||||
background-color: @background;
|
||||
}
|
||||
entry {
|
||||
border: 3px;
|
||||
border-radius: 10px;
|
||||
border-color: @background;
|
||||
enabled: true;
|
||||
padding: 70px;
|
||||
text-color: @foreground;
|
||||
background-color: @background;
|
||||
background-image: url("~/.config/swww/wall.blur", width);
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
spacing: 0px;
|
||||
padding: 10px;
|
||||
children: [ "listview" ];
|
||||
background-color: @background;
|
||||
}
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: false;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 12px;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.0;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
147
modules/home/hyprland/conf/rofi/config.rasi
Normal file
147
modules/home/hyprland/conf/rofi/config.rasi
Normal file
@@ -0,0 +1,147 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "inputbar" , "listbox" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
width: 25%;
|
||||
children: [ "mode-switcher" , "entry" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.set", height);
|
||||
}
|
||||
entry {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Modes //
|
||||
mode-switcher{
|
||||
orientation: vertical;
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
width: 2.5%;
|
||||
padding: 160px 10px 160px 10px;
|
||||
spacing: 25px;
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
spacing: 10px;
|
||||
padding: 30px;
|
||||
children: [ "listview" ];
|
||||
background-color: @background;
|
||||
}
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 30px;
|
||||
padding: 7px;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 48px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_1.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
147
modules/home/hyprland/conf/rofi/styles/style_1.rasi
Normal file
147
modules/home/hyprland/conf/rofi/styles/style_1.rasi
Normal file
@@ -0,0 +1,147 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "inputbar" , "listbox" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
width: 25%;
|
||||
children: [ "mode-switcher" , "entry" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.set", height);
|
||||
}
|
||||
entry {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Modes //
|
||||
mode-switcher{
|
||||
orientation: vertical;
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
width: 2.5%;
|
||||
padding: 160px 10px 160px 10px;
|
||||
spacing: 25px;
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
spacing: 10px;
|
||||
padding: 30px;
|
||||
children: [ "listview" ];
|
||||
background-color: @background;
|
||||
}
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 30px;
|
||||
padding: 7px;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 48px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_2.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
154
modules/home/hyprland/conf/rofi/styles/style_2.rasi
Normal file
154
modules/home/hyprland/conf/rofi/styles/style_2.rasi
Normal file
@@ -0,0 +1,154 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
height: 600px;
|
||||
width: 900px;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar" , "listbox" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 80px;
|
||||
children: [ "entry" ];
|
||||
background-color: @background;
|
||||
background-image: url("~/.config/swww/wall.set", width);
|
||||
}
|
||||
entry {
|
||||
border-radius: 30px;
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 20px;
|
||||
text-color: @foreground;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
padding: 30px;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "listview" , "mode-switcher" ];
|
||||
background-color: @background;
|
||||
}
|
||||
listview {
|
||||
padding: 10px;
|
||||
spacing: 10px;
|
||||
enabled: true;
|
||||
columns: 2;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
mode-switcher {
|
||||
orientation: vertical;
|
||||
width: 95px;
|
||||
enabled: true;
|
||||
padding: 15px;
|
||||
spacing: 10px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 20px;
|
||||
padding: 9px;
|
||||
border-radius: 25px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 47px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_3.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
141
modules/home/hyprland/conf/rofi/styles/style_3.rasi
Normal file
141
modules/home/hyprland/conf/rofi/styles/style_3.rasi
Normal file
@@ -0,0 +1,141 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
height: 500px;
|
||||
width: 600px;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 25px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
orientation: vertical;
|
||||
children: [ "listbox" , "inputbar"];
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
padding: 5px;
|
||||
spacing: 5px;
|
||||
orientation: horizontal;
|
||||
children: [ "mode-switcher" , "listview" ];
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
listview {
|
||||
padding: 20px;
|
||||
spacing: 5px;
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border-radius: 25px;
|
||||
}
|
||||
mode-switcher {
|
||||
orientation: vertical;
|
||||
width: 100px;
|
||||
enabled: true;
|
||||
padding: 60px 10px 60px 10px;
|
||||
spacing: 15px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 30px;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 50px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_4.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
149
modules/home/hyprland/conf/rofi/styles/style_4.rasi
Normal file
149
modules/home/hyprland/conf/rofi/styles/style_4.rasi
Normal file
@@ -0,0 +1,149 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
height: 500px;
|
||||
width: 750px;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "inputbar" , "mode-switcher" , "listbox" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
width: 180px;
|
||||
children: [ "entry" ];
|
||||
background-image: url("~/.config/swww/wall.set", height);
|
||||
}
|
||||
entry {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Modes //
|
||||
mode-switcher{
|
||||
orientation: vertical;
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
width: 100px;
|
||||
padding: 70px 10px 70px 20px;
|
||||
spacing: 25px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
spacing: 5px;
|
||||
padding: 10px;
|
||||
children: [ "listview" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
listview {
|
||||
padding: 20px;
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
spacing: 30px;
|
||||
padding: 6px;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 48px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_5.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_5.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
149
modules/home/hyprland/conf/rofi/styles/style_5.rasi
Normal file
149
modules/home/hyprland/conf/rofi/styles/style_5.rasi
Normal file
@@ -0,0 +1,149 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
height: 500px;
|
||||
width: 800px;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
orientation: vertical;
|
||||
children: [ "inputbar" , "listbox" , "mode-switcher" ];
|
||||
background-color: transparent;
|
||||
background-image: url("~/.config/swww/wall.blur", height);
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
enabled: true;
|
||||
children: [ "entry" ];
|
||||
}
|
||||
entry {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "listview" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
listview {
|
||||
padding: 30px;
|
||||
spacing: 10px;
|
||||
enabled: true;
|
||||
columns: 5;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Modes //
|
||||
mode-switcher {
|
||||
orientation: horizontal;
|
||||
enabled: true;
|
||||
padding: 30px 160px 30px 160px;
|
||||
spacing: 50px;
|
||||
background-color: transparent;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
padding: 30px;
|
||||
border-radius: 50px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
orientation: vertical;
|
||||
enabled: true;
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 25px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 90px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
BIN
modules/home/hyprland/conf/rofi/styles/style_6.png
Normal file
BIN
modules/home/hyprland/conf/rofi/styles/style_6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
150
modules/home/hyprland/conf/rofi/styles/style_6.rasi
Normal file
150
modules/home/hyprland/conf/rofi/styles/style_6.rasi
Normal file
@@ -0,0 +1,150 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun,filebrowser,window,run";
|
||||
show-icons: true;
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
display-window: "";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w}{t}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
icon-theme: "Tela-circle-dracula";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
height: 500px;
|
||||
width: 600px;
|
||||
transparency: "real";
|
||||
fullscreen: false;
|
||||
enabled: true;
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 2px;
|
||||
border-radius: 40px;
|
||||
border-color: @alternate-normal-background;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "inputbar" , "mode-switcher" , "listbox" ];
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Inputs //
|
||||
inputbar {
|
||||
width: 0px;
|
||||
enabled: true;
|
||||
children: [ "entry" ];
|
||||
}
|
||||
entry {
|
||||
enabled: false;
|
||||
}
|
||||
|
||||
|
||||
// Modes //
|
||||
mode-switcher {
|
||||
width: 150px;
|
||||
orientation: vertical;
|
||||
enabled: true;
|
||||
padding: 80px 40px 80px 40px;
|
||||
spacing: 20px;
|
||||
background-color: @background;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
button selected {
|
||||
padding: 5px;
|
||||
border-radius: 50px;
|
||||
background-color: @foreground;
|
||||
text-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listbox {
|
||||
padding: 0px;
|
||||
spacing: 0px;
|
||||
orientation: horizontal;
|
||||
children: [ "listview" ];
|
||||
background-color: transparent;
|
||||
}
|
||||
listview {
|
||||
padding: 30px;
|
||||
spacing: 0px;
|
||||
enabled: true;
|
||||
columns: 1;
|
||||
cycle: true;
|
||||
dynamic: true;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: false;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
orientation: horizontal;
|
||||
enabled: true;
|
||||
spacing: 20px;
|
||||
padding: 10px;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 50px;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
37
modules/home/hyprland/conf/rofi/themes/Catppuccin-Latte.rasi
Normal file
37
modules/home/hyprland/conf/rofi/themes/Catppuccin-Latte.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #4c4f69ff; //Text
|
||||
normal-foreground: @foreground;
|
||||
urgent-foreground: #11111bff; //Crust
|
||||
active-foreground: #11111bff; //Crust
|
||||
|
||||
alternate-normal-foreground: @normal-foreground;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
|
||||
selected-normal-foreground: #11111bff; //Crust
|
||||
selected-urgent-foreground: #11111bff; //Crust
|
||||
selected-active-foreground: #11111bff; //Crust
|
||||
|
||||
background: #dce0e8e6;
|
||||
normal-background: @background;
|
||||
urgent-background: #eba0accc; //Maroon
|
||||
active-background: #94e2d5cc; //Teal
|
||||
|
||||
alternate-normal-background: #f5c2e7ff;
|
||||
alternate-urgent-background: @urgent-background;
|
||||
alternate-active-background: @active-background;
|
||||
|
||||
selected-normal-background: #b4befeff; //Lavender
|
||||
selected-urgent-background: #94e2d5cc; //Teal
|
||||
selected-active-background: #eba0accc; //Maroon
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
37
modules/home/hyprland/conf/rofi/themes/Catppuccin-Mocha.rasi
Normal file
37
modules/home/hyprland/conf/rofi/themes/Catppuccin-Mocha.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #cdd6f4ff; //Text
|
||||
normal-foreground: @foreground;
|
||||
urgent-foreground: #11111bff; //Crust
|
||||
active-foreground: #11111bff; //Crust
|
||||
|
||||
alternate-normal-foreground: @normal-foreground;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
|
||||
selected-normal-foreground: #11111bff; //Crust
|
||||
selected-urgent-foreground: #11111bff; //Crust
|
||||
selected-active-foreground: #11111bff; //Crust
|
||||
|
||||
background: #11111be6;
|
||||
normal-background: @background;
|
||||
urgent-background: #eba0accc; //Maroon
|
||||
active-background: #94e2d5cc; //Teal
|
||||
|
||||
alternate-normal-background: #f5c2e7ff;
|
||||
alternate-urgent-background: @urgent-background;
|
||||
alternate-active-background: @active-background;
|
||||
|
||||
selected-normal-background: #b4befeff; //Lavender
|
||||
selected-urgent-background: #94e2d5cc; //Teal
|
||||
selected-active-background: #eba0accc; //Maroon
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
37
modules/home/hyprland/conf/rofi/themes/Cyberpunk-Edge.rasi
Normal file
37
modules/home/hyprland/conf/rofi/themes/Cyberpunk-Edge.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #ffffffff; //Text
|
||||
normal-foreground: @foreground;
|
||||
urgent-foreground: #000000ff; //Crust
|
||||
active-foreground: #000000ff; //Crust
|
||||
|
||||
alternate-normal-foreground: @normal-foreground;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
|
||||
selected-normal-foreground: #000000ff; //Crust
|
||||
selected-urgent-foreground: #000000ff; //Crust
|
||||
selected-active-foreground: #000000ff; //Crust
|
||||
|
||||
background: #000000e6;
|
||||
normal-background: @background;
|
||||
urgent-background: #5032ACcc; //Maroon
|
||||
active-background: #1F5322cc; //Teal
|
||||
|
||||
alternate-normal-background: #FFA6C2ff;
|
||||
alternate-urgent-background: @urgent-background;
|
||||
alternate-active-background: @active-background;
|
||||
|
||||
selected-normal-background: #FADA16ff; //Lavender
|
||||
selected-urgent-background: #1F5322cc; //Teal
|
||||
selected-active-background: #5032ACcc; //Maroon
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
37
modules/home/hyprland/conf/rofi/themes/Decay-Green.rasi
Normal file
37
modules/home/hyprland/conf/rofi/themes/Decay-Green.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #cbced3ff; //White
|
||||
normal-foreground: @foreground;
|
||||
urgent-foreground: #151720ff; //Black
|
||||
active-foreground: #151720ff; //Black
|
||||
|
||||
alternate-normal-foreground: @normal-foreground;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
|
||||
selected-normal-foreground: #151720ff; //Black
|
||||
selected-urgent-foreground: #151720ff; //Black
|
||||
selected-active-foreground: #151720ff; //Black
|
||||
|
||||
background: #151720e6; //Black
|
||||
normal-background: @background;
|
||||
urgent-background: #95d3afcc; //BrightGreen
|
||||
active-background: #c79bf0cc; //BrightMagenta
|
||||
|
||||
alternate-normal-background: #90ceaaff; //Green
|
||||
alternate-urgent-background: @urgent-background;
|
||||
alternate-active-background: @active-background;
|
||||
|
||||
selected-normal-background: #95d3afff; //BrightGreen
|
||||
selected-urgent-background: #c79bf0cc; //BrightMagenta
|
||||
selected-active-background: #98d3eecc; //BrightCyan
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
37
modules/home/hyprland/conf/rofi/themes/Graphite-Mono.rasi
Normal file
37
modules/home/hyprland/conf/rofi/themes/Graphite-Mono.rasi
Normal file
@@ -0,0 +1,37 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #d9d9d9ff; //Text
|
||||
normal-foreground: @foreground;
|
||||
urgent-foreground: #262626ff; //Crust
|
||||
active-foreground: #262626ff; //Crust
|
||||
|
||||
alternate-normal-foreground: @normal-foreground;
|
||||
alternate-urgent-foreground: @urgent-foreground;
|
||||
alternate-active-foreground: @active-foreground;
|
||||
|
||||
selected-normal-foreground: #262626ff; //Crust
|
||||
selected-urgent-foreground: #262626ff; //Crust
|
||||
selected-active-foreground: #262626ff; //Crust
|
||||
|
||||
background: #262626e6;
|
||||
normal-background: @background;
|
||||
urgent-background: #a6a6a6cc; //Maroon
|
||||
active-background: #595959cc; //Teal
|
||||
|
||||
alternate-normal-background: #d9d9d9ff;
|
||||
alternate-urgent-background: @urgent-background;
|
||||
alternate-active-background: @active-background;
|
||||
|
||||
selected-normal-background: #d9d9d9ff; //Lavender
|
||||
selected-urgent-background: #595959cc; //Teal
|
||||
selected-active-background: #a6a6a6cc; //Maroon
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
29
modules/home/hyprland/conf/rofi/themes/Material-Sakura.rasi
Normal file
29
modules/home/hyprland/conf/rofi/themes/Material-Sakura.rasi
Normal file
@@ -0,0 +1,29 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #b4637aff; // main text
|
||||
normal-foreground: @foreground;
|
||||
|
||||
selected-normal-foreground: #fffaf3ff; // selected text
|
||||
selected-normal-background: #d7827eff; // selected bg
|
||||
|
||||
selected-active-foreground: #f4ede8ff; // selected text overlap
|
||||
selected-active-background: #907aa9cc; // selected overlap bg
|
||||
|
||||
active-foreground: #f4ede8cc; // aselected text alt
|
||||
active-background: #56949fcc; // selected alt bg
|
||||
|
||||
background: #faf4ede6; // main background tint
|
||||
normal-background: @background;
|
||||
urgent-background: #ea9d34cc; // button text
|
||||
|
||||
alternate-normal-background: #9893a5ff; // border color
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
29
modules/home/hyprland/conf/rofi/themes/Rose-Pine.rasi
Normal file
29
modules/home/hyprland/conf/rofi/themes/Rose-Pine.rasi
Normal file
@@ -0,0 +1,29 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #e0def4ff; // main text
|
||||
normal-foreground: @foreground;
|
||||
|
||||
selected-normal-foreground: #191724ff; // selected text
|
||||
selected-normal-background: #c4a7e7ff; // selected bg
|
||||
|
||||
selected-active-foreground: #f6c177ff; // selected text overlap
|
||||
selected-active-background: #eb6f92cc; // selected overlap bg
|
||||
|
||||
active-foreground: #9ccfd8cc; // aselected text alt
|
||||
active-background: #31748fcc; // selected alt bg
|
||||
|
||||
background: #26233ae6; // main background tint
|
||||
normal-background: @background;
|
||||
urgent-background: #c4a7e7cc; // button text
|
||||
|
||||
alternate-normal-background: #31748fff; // border color
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
29
modules/home/hyprland/conf/rofi/themes/Tokyo-Night.rasi
Normal file
29
modules/home/hyprland/conf/rofi/themes/Tokyo-Night.rasi
Normal file
@@ -0,0 +1,29 @@
|
||||
// Global //
|
||||
* {
|
||||
foreground: #c0caf5ff; // main text
|
||||
normal-foreground: @foreground;
|
||||
|
||||
selected-normal-foreground: #414868ff; // selected text
|
||||
selected-normal-background: #7aa2f7ff; // selected bg
|
||||
|
||||
selected-active-foreground: #565f89ff; // selected text overlap
|
||||
selected-active-background: #bb9af7cc; // selected overlap bg
|
||||
|
||||
active-foreground: #b4f9f8cc; // aselected text alt
|
||||
active-background: #73dacacc; // selected alt bg
|
||||
|
||||
background: #24283be6; // main background tint
|
||||
normal-background: @background;
|
||||
urgent-background: #7dcfffcc; // button text
|
||||
|
||||
alternate-normal-background: #bb9af7ff; // border color
|
||||
|
||||
separatorcolor: transparent;
|
||||
border-color: transparent;
|
||||
border-radius: 0px;
|
||||
border: 0px;
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
height: 55%;
|
||||
width: 45%;
|
||||
}
|
||||
101
modules/home/hyprland/conf/rofi/themeselect.rasi
Normal file
101
modules/home/hyprland/conf/rofi/themeselect.rasi
Normal file
@@ -0,0 +1,101 @@
|
||||
// Config //
|
||||
configuration {
|
||||
modi: "drun";
|
||||
show-icons: true;
|
||||
drun-display-format: "{name}";
|
||||
font: "JetBrainsMono Nerd Font 10";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/themes/theme.rasi"
|
||||
|
||||
|
||||
// Main //
|
||||
window {
|
||||
enabled: true;
|
||||
fullscreen: false;
|
||||
width: 100%;
|
||||
transparency: "real";
|
||||
cursor: "default";
|
||||
spacing: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
mainbox {
|
||||
enabled: true;
|
||||
children: [ "listview" ];
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
|
||||
// Lists //
|
||||
listview {
|
||||
enabled: true;
|
||||
columns: 3;
|
||||
lines: 1;
|
||||
spacing: 50px;
|
||||
padding: 50px;
|
||||
cycle: true;
|
||||
dynamic: false;
|
||||
scrollbar: false;
|
||||
layout: vertical;
|
||||
reverse: true;
|
||||
fixed-height: true;
|
||||
fixed-columns: true;
|
||||
cursor: "default";
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
|
||||
// Elements //
|
||||
element {
|
||||
enabled: true;
|
||||
orientation: horizontal;
|
||||
spacing: 0px;
|
||||
padding: 10px;
|
||||
border-radius: 40px;
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
}
|
||||
element normal.normal {
|
||||
background-color: transparent;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
element normal.urgent {
|
||||
background-color: @urgent-background;
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
element normal.active {
|
||||
background-color: @active-background;
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
element selected.normal {
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
element selected.urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
text-color: @selected-urgent-foreground;
|
||||
}
|
||||
element selected.active {
|
||||
background-color: @selected-active-background;
|
||||
text-color: @selected-active-foreground;
|
||||
}
|
||||
element-icon {
|
||||
size: 450px;
|
||||
cursor: inherit;
|
||||
border-radius: 35px;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
element-text {
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
cursor: inherit;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user