Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadeusWM committed Dec 1, 2022
1 parent ee0a3d6 commit c431361
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 140 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## 📦 Required dependencies:
Install these dependencies manually (Arch)
```shell
hyprland-git nerd-fonts-complete wofi rofi wifi4wofi dunst eww-wayland swww swayidle swaylock-effects-git swaylockd sway-audio-idle-inhibit-git pamixer light papirus-icon-theme playerctl waybar-hyprland-git cava waybar-mpris-git kitty xdg-desktop-portal-wlr grim slurp wl-clipboard
hyprland-git nerd-fonts-complete wofi rofi wifi4wofi dunst eww-wayland swww swayidle swaylock-effects-git swaylockd sway-audio-idle-inhibit-git pamixer light papirus-icon-theme playerctl waybar-hyprland-git cava waybar-mpris-git kitty xdg-desktop-portal-wlr grim slurp wl-clipboard socat
```

## 🧙‍♂️ Setup Hyprland Config
Expand Down
129 changes: 62 additions & 67 deletions dots/wofi/style.css
Original file line number Diff line number Diff line change
@@ -1,69 +1,64 @@
window {
margin: 0px;
border: 5px solid #111019;
background-color: rgba(11, 10, 16, 0.9);
border-radius: 15px;
}

#input {
all: unset;
min-height: 36px;
padding: 4px 10px;
margin: 4px;
border: none;
color: white;
font-weight: bold;
background-color: white;
background: linear-gradient(90deg, #E97193 0%, #f09db5 100%);
outline: none;
border-radius: 15px;
margin: 10px;
margin-bottom: 2px;
background-color: rgba(1, 1, 1, 0.9);
}

#inner-box {
font-weight: bold;
border-radius: 15px;
}

#outer-box {
margin: 0px;
padding: 3px;
border: none;
border-radius: 15px;
border: 5px solid #111019;
}

#scroll {
margin-top: 5px;
border: none;
border-radius: 15px;
margin-bottom: 5px;
}

#text {
margin: 0px 0px;
}
margin: 0px;
border: 5px solid #111019;
background-color: rgba(11, 10, 16, 0.9);
border-radius: 15px;
}

#text:selected {
color: white;
margin: 0px;
border: none;
border-radius: 15px;
}

#entry {
margin: 5px;
border: none;
border-radius: 10px;
background-color: transparent;
}

#entry:selected {
margin: 5px;
border: none;
border-radius: 10px;
background: linear-gradient(90deg, #E97193 0%, #f09db5 100%);
}

#input {
all: unset;
min-height: 36px;
padding: 4px 10px;
margin: 4px;
border: none;
color: #e2e0ec;
font-weight: bold;
background-color: #161420;
outline: none;
border-radius: 15px;
margin: 10px;
margin-bottom: 2px;
}

#inner-box {
margin: 4px;
padding: 10px;
font-weight: bold;
border-radius: 15px;
}

#outer-box {
margin: 0px;
padding: 3px;
border: none;
border-radius: 15px;
border: 5px solid #111019;
}

#scroll {
margin-top: 5px;
border: none;
border-radius: 15px;
margin-bottom: 5px;
}

#text:selected {
color: #f1f0f5;
margin: 0px 0px;
border: none;
border-radius: 15px;
}

#entry {
margin: 0px 0px;
border: none;
border-radius: 15px;
background-color: transparent;
}

#entry:selected {
margin: 0px 0px;
border: none;
border-radius: 15px;
background: linear-gradient(90deg, #E97193 0%, #f09db5 100%);
}
72 changes: 0 additions & 72 deletions dots/wofi/style_bak.css

This file was deleted.

0 comments on commit c431361

Please sign in to comment.