mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
make polybar brown
This commit is contained in:
parent
7dece0be25
commit
337ddd6c35
@ -2,6 +2,7 @@
|
||||
|
||||
home-manager.users.${config.user} = {
|
||||
xsession.windowManager.i3.config.terminal = "alacritty";
|
||||
programs.rofi.terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -121,6 +121,7 @@
|
||||
|
||||
# Window options
|
||||
"${modifier}+q" = "kill";
|
||||
"${modifier}+f" = "fullscreen toggle";
|
||||
"${modifier}+h" = "focus left";
|
||||
"${modifier}+j" = "focus down";
|
||||
"${modifier}+k" = "focus up";
|
||||
|
@ -21,14 +21,14 @@
|
||||
# offset-y = -5;
|
||||
# offset-y = "5%";
|
||||
# dpi = 96;
|
||||
background = config.gui.colorscheme.base00;
|
||||
background = config.gui.colorscheme.base01;
|
||||
foreground = config.gui.colorscheme.base05;
|
||||
line-size = "3pt";
|
||||
border-top-size = 0;
|
||||
border-right-size = 0;
|
||||
border-left-size = 0;
|
||||
border-bottom-size = "4pt";
|
||||
border-color = config.gui.colorscheme.base02;
|
||||
border-color = config.gui.colorscheme.base00;
|
||||
padding-left = 2;
|
||||
padding-right = 2;
|
||||
module-margin = 1;
|
||||
@ -49,9 +49,9 @@
|
||||
"module/xworkspaces" = {
|
||||
type = "internal/xworkspaces";
|
||||
label-active = "%name%";
|
||||
label-active-background = config.gui.colorscheme.base07;
|
||||
label-active-foreground = config.gui.colorscheme.base00;
|
||||
# label-active-underline = config.theme.colors.normal.yellow;
|
||||
label-active-background = config.gui.colorscheme.base05;
|
||||
label-active-foreground = config.gui.colorscheme.base01;
|
||||
label-active-underline = config.gui.colorscheme.base04;
|
||||
label-active-padding = 1;
|
||||
label-occupied = "%name%";
|
||||
label-occupied-padding = 1;
|
||||
|
@ -10,7 +10,6 @@
|
||||
location = "center";
|
||||
pass = { };
|
||||
plugins = [ pkgs.rofi-calc pkgs.rofi-emoji ];
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
theme = let
|
||||
inherit (config.home-manager.users.${config.user}.lib.formats.rasi)
|
||||
mkLiteral;
|
||||
|
Loading…
Reference in New Issue
Block a user