Making some changs to rofi

This commit is contained in:
Chris Cochrun 2021-04-01 08:01:56 -05:00
parent 44910d4936
commit 7c2c3e1138
3 changed files with 5 additions and 4 deletions

View file

@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5
## `colors.webpage.darkmode.threshold.background` to 205. - "With ## `colors.webpage.darkmode.threshold.background` to 205. - "With
## selective inversion of everything": Combines the two variants above. ## selective inversion of everything": Combines the two variants above.
## Type: Bool ## Type: Bool
c.colors.webpage.darkmode.enabled = True c.colors.webpage.darkmode.enabled = False
## Render all colors as grayscale. This only has an effect when ## Render all colors as grayscale. This only has an effect when
## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or ## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or

View file

@ -10,4 +10,4 @@ configuration {
run-command: "fish -c {cmd}"; run-command: "fish -c {cmd}";
run-list-command: "fish -c functions"; run-list-command: "fish -c functions";
} }
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi" @import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"

View file

@ -45,10 +45,11 @@ configuration {
base0D: #57c7ff; base0D: #57c7ff;
base0E: #ff6ac1; base0E: #ff6ac1;
base0F: #b2643c; base0F: #b2643c;
base00t: #282a3633;
} }
window { window {
background-color: @transparent; background-color: @base00t;
text-color: @base05; text-color: @base05;
border-radius: 0px; border-radius: 0px;
border: 0px; border: 0px;
@ -123,7 +124,7 @@ listview {
} }
mainbox { mainbox {
background-color: @transparent; background-color: @base00t;
text-color: @transparent; text-color: @transparent;
children: [ inputbar, listview, message ]; children: [ inputbar, listview, message ];
spacing: 5px; spacing: 5px;