aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2022-05-08 12:15:00 +0000
committerAnInternetTroll <lucafulger@gmail.com>2022-05-08 12:15:00 +0000
commit89e17f068f5ddb6616ddd42841913a630876fe13 (patch)
treea57ce32c7883d8fc44f4a28ae8c528415bb5a470
parent6beb7d245f50870eba00ce07ee21d04d8bf65bae (diff)
downloaddotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar.gz
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar.bz2
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar.lz
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar.xz
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.tar.zst
dotfiles-89e17f068f5ddb6616ddd42841913a630876fe13.zip
Rofi dracula theme
-rw-r--r--.config/rofi/rofi/config.rasi93
-rw-r--r--.gitignore1
-rw-r--r--dwm/.dwm/xresources3
3 files changed, 96 insertions, 1 deletions
diff --git a/.config/rofi/rofi/config.rasi b/.config/rofi/rofi/config.rasi
new file mode 100644
index 0000000..513a94b
--- /dev/null
+++ b/.config/rofi/rofi/config.rasi
@@ -0,0 +1,93 @@
+configuration{
+ modi: "drun";
+ lines: 5;
+ font: "Iosevka 12";
+ show-icons: true;
+ icon-theme: "Oranchelo";
+ terminal: "alacritty";
+ drun-display-format: "{icon} {name}";
+ display-drun: "  ";
+ location: 0;
+ separator-style: "solid";
+ disable-history: false;
+ hide-scrollbar: true;
+}
+
+@theme "/dev/null"
+
+element-text, element-icon {
+ background-color: inherit;
+ text-color: inherit;
+}
+
+* {
+ dark-black: #1e2122;
+ bg-col: #282a36;
+ border-col: #6272a4;
+ selected-col: #44475a;
+ blue: #bd93f9;
+ fg-col: #f8f8f2;
+ fg-col2: #ff5555;
+ width: 600;
+}
+
+window {
+ padding: 20px;
+ height: 360px;
+ border: 3px;
+ border-color: @border-col;
+ background-color: @bg-col;
+}
+
+mainbox {
+ padding: 5px;
+ border-radius: 13px;
+ background-color: @bg-col;
+}
+
+inputbar {
+ children: [prompt,entry];
+ background-color: @bg-col;
+ border-radius: 5px;
+ padding: 2px;
+}
+
+prompt {
+ background-color: @blue;
+ padding: 5px 5px 0px;
+ text-color: @bg-col;
+ border-radius: 3px;
+}
+
+textbox-prompt-colon {
+ expand: false;
+ str: ":";
+}
+
+entry {
+ padding: 6px;
+ text-color: @fg-col;
+ background-color: @bg-col;
+}
+
+listview {
+ border: 0px 0px 0px;
+ padding: 6px 0px 0px;
+ columns: 2;
+ background-color: @bg-col;
+}
+
+element {
+ padding: 5px;
+ background-color: @bg-col;
+ text-color: @fg-col ;
+}
+
+element-icon {
+ size: 25px;
+}
+
+element selected {
+ background-color: @selected-col ;
+ text-color: @fg-col2 ;
+}
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..637df79
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.uuid
diff --git a/dwm/.dwm/xresources b/dwm/.dwm/xresources
index 018a8dd..ffdfae0 100644
--- a/dwm/.dwm/xresources
+++ b/dwm/.dwm/xresources
@@ -12,7 +12,8 @@ st.alpha: 0.8
! inner padding
st.borderpx: 15
-st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=15
+st.font: JetBrainsMonoMedium Nerd Font Mono:style=Medium,Regular
+!st.font: JetBrainsMono Nerd Font:style:medium:pixelsize=15
!! Colors