Compare commits

...

3 Commits

Author SHA1 Message Date
c0de 93a738f0e4 Fix rofi iceberg-dark theme
Rofi version 1.7.0: Iggy 2024 was released and it included a lot of
changes to the internal structure of the configuration. The old way was
slightly incompatible, and I found most of the config wasn't used
anyways.

I made it so by default the text is legible, but it may break the whole
urgent and alternate theming
2021-09-20 22:35:10 -05:00
c0de 1fb8a5215b Add volume tray for pulseaudio 2021-08-26 11:38:27 -05:00
c0de 770cfe5cb3 change default branch for new repos to main 2021-08-26 11:38:05 -05:00
5 changed files with 10 additions and 10 deletions

View File

@ -49,8 +49,9 @@ mode "$mode_system" {
#exec --no-startup-id volumeicon
#bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# On my desktop, pulse seems to be loaded by default with a nice of -11 (the lowest of all my processes)
#exec --no-startup-id pulseaudioi
exec --no-startup-id pulseaudio
exec --no-startup-id pa-applet
exec --no-startup-id pasystray
bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################

View File

@ -51,8 +51,9 @@ mode "$mode_system" {
#exec --no-startup-id volumeicon
#bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# On my desktop, pulse seems to be loaded by default with a nice of -11 (the lowest of all my processes)
#exec --no-startup-id pulseaudioi
exec --no-startup-id pulseaudio
exec --no-startup-id pa-applet
exec --no-startup-id pasystray
bindsym $mod+Ctrl+m exec pavucontrol
################################################################################################

View File

@ -1,12 +1,4 @@
configuration {
theme: "iceberg-dark";
separator-style: "solid";
sidebar-mode: false;
lines: 5;
font: "Source Code Pro Semibold 10.5";
bw: 1;
columns: 3;
padding: 5;
fixed-num-lines: true;
hide-scrollbar: true;
}

View File

@ -58,6 +58,8 @@
border-color: @palette-bg2;
separatorcolor: @border-color;
scrollbar-handle: @palette-bg2;
text-color: @alternate-normal-foreground;
}
#window {
@ -98,6 +100,8 @@
border-color: @palette-bg2;
padding: 0px 0px 5px 0px;
scrollbar: @scrollbar;
columns: 3;
lines: 5;
}

View File

@ -49,3 +49,5 @@
path = /usr/bin/kdiff3
[pull]
rebase = true
[init]
defaultBranch = main