Update theme
This commit is contained in:
@@ -277,6 +277,7 @@ apply_i3wm() {
|
||||
|
||||
# restart i3wm
|
||||
i3-msg restart
|
||||
betterlockscreen -w
|
||||
}
|
||||
|
||||
# Create Theme File -------------------------
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
[color]
|
||||
|
||||
BACKGROUND = #022A38
|
||||
FOREGROUND = #93c7c7
|
||||
ALTBACKGROUND = #033c51
|
||||
ALTFOREGROUND = #1f3c3c
|
||||
ACCENT = #36688D
|
||||
BACKGROUND = #1E2128
|
||||
FOREGROUND = #ABB2BF
|
||||
ALTBACKGROUND = #292d37
|
||||
ALTFOREGROUND = #5a6477
|
||||
ACCENT = #5294E2
|
||||
|
||||
BLACK = #022A38
|
||||
RED = #5D4C70
|
||||
GREEN = #8B3678
|
||||
YELLOW = #39976E
|
||||
BLUE = #36688D
|
||||
MAGENTA = #A5348C
|
||||
CYAN = #B15298
|
||||
WHITE = #93c7c7
|
||||
ALTBLACK = #668b8b
|
||||
ALTRED = #5D4C70
|
||||
ALTGREEN = #8B3678
|
||||
ALTYELLOW = #39976E
|
||||
ALTBLUE = #36688D
|
||||
ALTMAGENTA = #A5348C
|
||||
ALTCYAN = #B15298
|
||||
ALTWHITE = #93c7c7
|
||||
BLACK = #32363D
|
||||
RED = #E06B74
|
||||
GREEN = #98C379
|
||||
YELLOW = #E5C07A
|
||||
BLUE = #62AEEF
|
||||
MAGENTA = #C778DD
|
||||
CYAN = #55B6C2
|
||||
WHITE = #ABB2BF
|
||||
ALTBLACK = #50545B
|
||||
ALTRED = #EA757E
|
||||
ALTGREEN = #A2CD83
|
||||
ALTYELLOW = #EFCA84
|
||||
ALTBLUE = #6CB8F9
|
||||
ALTMAGENTA = #D282E7
|
||||
ALTCYAN = #5FC0CC
|
||||
ALTWHITE = #B5BCC9
|
||||
|
||||
@@ -143,8 +143,8 @@ font-5 = "archcraft:size=12;3"
|
||||
|
||||
# Default
|
||||
modules-left = LD menu RD dot-alt LD i3 RD dot cpu dot used-memory
|
||||
modules-center = LD date RD dot-alt LD mpd RD sep song
|
||||
modules-right = volume dot backlight dot network dot LD battery RD dot-alt LD sysmenu RD
|
||||
modules-center = LD date RD
|
||||
modules-right = volume dot ethernet dot-alt LD sysmenu RD
|
||||
|
||||
# Alternate
|
||||
;modules-left = openbox 2LD cpu 3LD memory 4LD filesystem 5LD
|
||||
@@ -180,7 +180,7 @@ locale =
|
||||
; center
|
||||
; right
|
||||
; none
|
||||
tray-position = right
|
||||
tray-position = left
|
||||
|
||||
; If true, the bar will not shift its
|
||||
; contents when the tray changes
|
||||
|
||||
@@ -435,13 +435,13 @@ interval = 1.0
|
||||
;;date = %Y-%m-%d%
|
||||
|
||||
; Optional time format
|
||||
time = %I:%M %p
|
||||
time = %k:%M (%a %j/%V) %d/%m/%Y
|
||||
|
||||
; if `date-alt` or `time-alt` is defined, clicking
|
||||
; the module will toggle between formats
|
||||
;;date-alt = %A, %d %B %Y
|
||||
#time-alt = %d/%m/%Y%
|
||||
time-alt = %A %b %d, %G
|
||||
time-alt = %a %b %d, %G
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
@@ -602,7 +602,7 @@ format-prefix-foreground = ${color.CYAN}
|
||||
|
||||
label = " %output% MB"
|
||||
|
||||
click-left = alacritty --class 'alacritty-float,alacritty-float' --config-file ~/.config/i3/alacritty/alacritty.yml -e "top" &
|
||||
click-left = alacritty --class 'alacritty-float,alacritty-float' --config-file ~/.config/i3/alacritty/alacritty.yml -e "btop" &
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
@@ -1168,6 +1168,14 @@ content-padding = 0
|
||||
|
||||
click-left = ~/.config/i3/scripts/rofi_powermenu
|
||||
|
||||
|
||||
[module/spotify]
|
||||
type = custom/ipc
|
||||
; Default
|
||||
hook-0 = echo ""
|
||||
; Playing/paused show song name and artist
|
||||
hook-1 = spotifyctl -q status --format '%artist%: %title%'
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
;; __________ ______
|
||||
;; / ____/ __ \/ ____/
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
* {
|
||||
background: #022A38;
|
||||
background-alt: #033c51;
|
||||
foreground: #93c7c7;
|
||||
selected: #36688D;
|
||||
active: #8B3678;
|
||||
urgent: #5D4C70;
|
||||
background: #1E2128;
|
||||
background-alt: #292d37;
|
||||
foreground: #ABB2BF;
|
||||
selected: #5294E2;
|
||||
active: #98C379;
|
||||
urgent: #E06B74;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
/usr/share/backgrounds/default.jpg
|
||||
/home/legrems/Pictures/wallpapers/PoE - Affliction/BreakerofOaths_2560x1040.png
|
||||
+1
@@ -0,0 +1 @@
|
||||
/usr/share/backgrounds/default.jpg
|
||||
Reference in New Issue
Block a user