mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
major ui improvements
This commit is contained in:
parent
8ef03fdd80
commit
3fc17746d0
14 changed files with 143 additions and 9488 deletions
|
|
@ -1 +0,0 @@
|
|||
rofi.theme: ~/.config/rofi/simple-tokyonight.rasi
|
||||
1
home/.config/rofi/config.rasi
Normal file
1
home/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1 @@
|
|||
@theme "simple-tokyonight"
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
# See https://github.com/newmanls/rofi-themes-collection/tree/master (GPLv3)
|
||||
// See https://github.com/newmanls/rofi-themes-collection/tree/master (GPLv3)
|
||||
// This version may be modified
|
||||
* {
|
||||
font: "Iosevka Nerd Font Medium 11";
|
||||
|
||||
|
|
@ -32,11 +33,6 @@ element-icon, element-text, scrollbar {
|
|||
}
|
||||
|
||||
window {
|
||||
location : northwest;
|
||||
width : 280px;
|
||||
x-offset : 4px;
|
||||
y-offset : 26px;
|
||||
|
||||
background-color: @bg1;
|
||||
border: 1px;
|
||||
border-color: @bg3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue