Im happy with this (for now)

This commit is contained in:
Marco Thomas
2022-01-14 20:53:22 +01:00
parent 61628a5400
commit 80aa8614f3
8 changed files with 25 additions and 32 deletions

View File

@@ -14,14 +14,14 @@
padding = 10
horizontal_padding = 8
frame_width = 2
frame_color = "#5c6773"
frame_color = "#A6CC70"
separator_color = frame
sort = yes
idle_threshold = 120
# Text
font = JuliaMono 10
font = Roboto 10
line_height = 04
markup = full
format = "<span><b>%s %p</b></span>\n%b"

View File

@@ -1,5 +1,5 @@
set $mod Mod4
font pango:JuliaMono 10
font pango:Roboto 10
floating_modifier $mod
# bindings idea:
@@ -116,22 +116,22 @@ bindsym $mod+Shift+r restart
# titlebar
title_align center
new_window 1pixel
# colors
set $white "#ffffff"
set $black "#5c6773"
set $dblack "#000000"
set $grey "#eeeeee"
set $green "#a6cc70"
set $red "#ff3333"
set $blue "#55b4d4"
set $yellow "#e7c547"
# class border backgr. text indicator child_border
client.focused $green $green $black $green $green
client.focused_inactive $yellow $yellow $black $yellow $black
client.unfocused $white $white $black $white $black
client.urgent $red $red $white $red $red
client.focused $grey $green $black $grey $grey
client.focused_inactive $grey $grey $black $grey $grey
client.unfocused $grey $grey $black $grey $grey
client.urgent $red $red $white $red $red
# i3 bar
# flaoting on start
@@ -140,8 +140,7 @@ for_window [title="Event Tester"] floating enable
for_window [class="flameshot"] floating enable
# border
hide_edge_borders smart
for_window [class="^.*"] border pixel 2
smart_borders on
# gaps
gaps inner 10

View File

@@ -7,7 +7,7 @@ red = #ff3333
[bar/bar]
font-0 = "PT Sans:pixelsize=10:weight=bold;4"
font-0 = "Roboto:pixelsize=10:weight=bold;4"
font-1 = "Noto Sans Mono CJK JP:pixelsize=10:weight=bold;3"
font-2 = "FontAwesome:pixelsize=10;4"
@@ -40,9 +40,9 @@ padding-left = 1
padding-right = 1
module-margin = 2
modules-left = logo i3 polywins sep spotify
modules-left = logo i3 polywins spotify
modules-center =
modules-right = cpu sep cpu_temp sep temp sep ram sep backlight sep pulseaudio sep conservation sep battery sep date sep
modules-right = ram sep cpu sep cpu_temp sep temp sep backlight sep pulseaudio sep conservation sep battery sep date sep
[module/i3]
strip-wsnumbers = true
@@ -141,7 +141,7 @@ type = internal/backlight
card = intel_backlight
format = <ramp> <label>
label = %percentage%
label = %percentage%%
ramp-0 = 
ramp-1 = 
@@ -157,8 +157,7 @@ tail = true
type = custom/script
interval = 1
format =  <label>
#exec = python3 ~/dots/scripts/spotify.py -f '{play_pause} {artist}: {song}' --font=2
exec = python3 ~/dots/scripts/spotify.py -f '{artist}: {song}' -t 50
exec = python3 ~/dots/scripts/spotify.py -f '{artist}: {song}' -t 50 -q
click-left = playerctl -p spotify play-pause
click-right = playerctl -p spotify next
@@ -177,7 +176,6 @@ format =  <label>
[module/cpu_temp]
type = internal/temperature
interval = 5
# 0 is acpi next to cpu
# 10 is inside the cpu
thermal-zone = 10
format =  <label>

View File

@@ -7,22 +7,20 @@ configuration {
bw: 0;
terminal: "alacritty";
sidebar-mode: false;
font: "JuliaMono 20";
}
@import "~/.config/rofi/colors.rasi"
* {
background-color: rgba(0, 0, 0, 0);
font: "JuliaMono 18";
font: "Roboto 20";
}
window {
background-color: @background;
padding: 30;
width: 30%;
height: 45%;
height: 30%;
transparency: "real";
}
@@ -76,12 +74,10 @@ inputbar {
prompt {
enabled: true;
padding: 0.5% 1% 0% 1%;
font: "JuliaMono 20";
}
entry {
padding: 8 12 8 12;
font: "JuliaMono 20";
margin: 0% 0% 0% 0%;
placeholder: "Search";
placeholder-color: #444444;

View File

@@ -1,11 +1,11 @@
configuration {
font: "JuliaMono 18";
show-icons: false;
icon-theme: "Papirus";
drun-display-format: "{name}";
disable-history: false;
sidebar-mode: false;
font: "Roboto 20";
show-icons: false;
icon-theme: "Papirus";
drun-display-format: "{name}";
disable-history: false;
sidebar-mode: false;
}
@import "~/.config/rofi/colors.rasi"