diff options
-rw-r--r-- | dotfiles/.config/rofi/config.rasi | 2 | ||||
-rw-r--r-- | dotfiles/.config/rofi/ultramar.rasi | 12 | ||||
-rw-r--r-- | dotfiles/.config/waybar/config | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi index 6a69f28..33fce35 100644 --- a/dotfiles/.config/rofi/config.rasi +++ b/dotfiles/.config/rofi/config.rasi @@ -32,7 +32,7 @@ configuration { /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ - combi-modi: "file-browser-extended,drun,run"; + combi-modi: "filebrowser,drun,run"; matching: "regex"; /* tokenize: true;*/ /* m: "-5";*/ diff --git a/dotfiles/.config/rofi/ultramar.rasi b/dotfiles/.config/rofi/ultramar.rasi index 3ab0246..9157c57 100644 --- a/dotfiles/.config/rofi/ultramar.rasi +++ b/dotfiles/.config/rofi/ultramar.rasi @@ -8,7 +8,7 @@ selected-normal-foreground: #151517; foreground: #fcf8e2; normal-foreground: @foreground; - alternate-normal-background: #15151777; + alternate-normal-background: #151517aa; red: #b73030; selected-urgent-foreground: @foreground; blue: #3f6e90; @@ -19,20 +19,20 @@ active-foreground: @blue; lightbg: rgba ( 238, 232, 213, 100 % ); selected-active-foreground: rgba ( 249, 249, 249, 100 % ); - alternate-active-background: rgba ( 75, 81, 96, 50 % ); - background: #00000099; + alternate-active-background: rgba ( 75, 81, 96, 90 % ); + background: #000000e5; alternate-normal-foreground: @foreground; - normal-background: #00000077; + normal-background: #000000e5; lightfg: rgba ( 88, 104, 117, 100 % ); selected-normal-background: @cyan1; border-color: @cyan; spacing: 2; separatorcolor: rgba ( 29, 31, 33, 100 % ); - urgent-background: rgba ( 29, 31, 33, 17 % ); + urgent-background: rgba ( 29, 31, 33, 90 % ); selected-urgent-background: @red; alternate-urgent-foreground: @urgent-foreground; alternate-active-foreground: @active-foreground; - active-background: rgba ( 29, 31, 33, 17 % ); + active-background: rgba ( 29, 31, 33, 90 % ); selected-active-background: rgba ( 68, 145, 237, 100 % ); } window { diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 65e8e99..4e633c6 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -136,7 +136,7 @@ "format-wifi": "<span color=\"#5b8277\"></span> {essid}", "format-ethernet": "<span color=\"#5b8277\"></span> {ifname}", "format-linked": "<span color=\"#5b8277\"></span> {ifname}", - "format-disconnected": "<span color=\"#5b8h277\">⚠</span> Disconnected", + "format-disconnected": " disconnected", "format-alt": "{ifname}: {ipaddr}/{cidr}", "tooltip-format": "{ifname}: {ipaddr}/{cidr}" }, |