Merge branch 'master' of github.com:ChrisCochrun/.dotfiles

This commit is contained in:
Chris Cochrun 2020-07-01 11:46:18 -05:00
commit a2eac14c07
19 changed files with 497 additions and 134 deletions

View file

@ -1 +1 @@
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
// rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi

View file

@ -3,8 +3,8 @@
configuration {
show-icons: true;
icon-theme: "Papirus";
location: 5;
yoffset: -50;
xoffset: -20;
// location: 5;
// yoffset: -50;
// xoffset: -20;
}
@import "/usr/share/rofi/themes/android_notification.rasi"
// @import "/usr/share/rofi/themes/android_notification.rasi"

View file

@ -11,7 +11,7 @@ configuration {
font: "VictorMono Nerd Font 24.0";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
display-drun: "";
drun-display-format: "{name} {description}";
threads: 0;
scroll-method: 0;
@ -66,9 +66,9 @@ inputbar {
prompt {
enabled: true;
padding: -5px 10px 0px 8px;
padding: 0px 10px 0px 5px;
background-color: @transparent;
font: "FantasqueSansMono Nerd Font 16";
// font: "FantasqueSansMono Nerd Font 16";
border: 0px;
}
@ -77,9 +77,10 @@ entry {
placeholder-color: @foreground;
expand: true;
horizontal-align: 0;
placeholder: "Search";
// placeholder: "Search";
blink: true;
border: 0px;
padding: 0px 0px 0px 10px;
}
case-indicator {

View file

@ -1,3 +1,4 @@
/*-*- mode: css; -*-*/
/*
*
* Author : Aditya Shakya (adi1090x)
@ -8,14 +9,15 @@
*/
configuration {
font: "Noto Sans 10";
font: "VictorMono Nerd Font 11";
show-icons: true;
icon-theme: "Papirus";
display-drun: " ";
drun-display-format: "{name}";
threads: 0;
scroll-method: 0;
disable-history: false;
fullscreen: false;
fullscreen: true;
hide-scrollbar: true;
sidebar-mode: false;
}
@ -34,6 +36,7 @@ configuration {
window {
transparency: "real";
background-color: @background;
border: 0px;
text-color: @foreground;
height: 100%;
width: 100%;
@ -44,7 +47,9 @@ window {
}
prompt {
enabled: false;
background-color: @background;
text-color: @foreground;
enabled: true;
}
@ -52,8 +57,8 @@ inputbar {
background-color: @background-alt;
text-color: @foreground;
expand: false;
border-radius: 6px;
margin: 0px 430px 0px 430px;
border-radius: 60px;
margin: 0px 230px 0px 230px;
padding: 10px 10px 10px 10px;
position: north;
}
@ -78,15 +83,15 @@ case-indicator {
listview {
background-color: @background;
columns: 7;
spacing: 4px;
columns: 5;
spacing: 15px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background-color;
background-color: @background;
children: [ inputbar, listview ];
spacing: 25px;
padding: 70px 135px 55px 135px;
@ -96,27 +101,34 @@ element {
background-color: @background;
text-color: @foreground;
orientation: vertical;
border-radius: 9px;
border-radius: 15px;
padding: 20px 0px 20px 0px;
}
element-icon {
size: 65px;
background-color: @background;
border: 0px;
}
element-text {
expand: true;
background-color: @background;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 5px 10px 0px 10px;
}
element normal.normal,
element alternate.normal {
background-color: @background;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
border-radius: 15px;
}
element normal.active,

View file

@ -12,6 +12,6 @@
# gnome_do slingshot appdrawer appfolder column
# row row_center screen row_dock row_dropdown
style="blurry"
style="blurry_full"
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi & sleep 0.3 && xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -name rofi
rofi -no-lazy-grab -show drun -modi drun,window,calc,ssh,run,emoji -theme launchers-git/"$style".rasi