aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/config.rasi
blob: 7d29615629c518a54e6348ee1d92210d76511dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
configuration {
  modes: [ combi ];
  combi-modes: [ drun, run ];
}

@theme "sidebar"
 
inputbar {
    background-color: #2b2b2b;
    text-color: #ffffff;
    padding: 4px;
    border: 0px 0px 2px 0px;
}