Added credits and the one copyright
This commit is contained in:
parent
cc1281c4fb
commit
c8391c378d
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: JetBrainsMono NF
|
family: JetBrainsMono NF
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
PATH="$HOME/.local/bin:$PATH"
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
title = Dunst
|
title = Dunst
|
||||||
class = Dunst
|
class = Dunst
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
# Available backends "xrender" "glx" "egl" "xr_glx_hybrid"
|
# Available backends "xrender" "glx" "egl" "xr_glx_hybrid"
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
[global/wm]
|
[global/wm]
|
||||||
|
|
||||||
margin-bottom = 0
|
margin-bottom = 0
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
|
//----- Main Configuration -----//
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun";
|
modi: "drun";
|
||||||
icon-theme: "Papirus-Dark";
|
icon-theme: "Papirus-Dark";
|
||||||
@ -11,7 +14,7 @@ configuration {
|
|||||||
me-accept-entry: "MousePrimary";
|
me-accept-entry: "MousePrimary";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Global Properties -----*****/
|
//----- Global Properties -----//
|
||||||
* {
|
* {
|
||||||
font: "Terminess Nerd Font Mono Bold 10";
|
font: "Terminess Nerd Font Mono Bold 10";
|
||||||
background: #1f2329;
|
background: #1f2329;
|
||||||
@ -20,7 +23,7 @@ configuration {
|
|||||||
selected: #3f5273;
|
selected: #3f5273;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Main Window -----*****/
|
//----- Main Window -----//
|
||||||
window {
|
window {
|
||||||
/* properties for window widget */
|
/* properties for window widget */
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
@ -40,7 +43,7 @@ window {
|
|||||||
background-color: @background;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Main Box -----*****/
|
//----- Main Box -----//
|
||||||
mainbox {
|
mainbox {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
spacing: 0px;
|
spacing: 0px;
|
||||||
@ -57,7 +60,7 @@ listbox {
|
|||||||
children: [ "listview" ];
|
children: [ "listview" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Inputbar -----*****/
|
//----- Inputbar -----//
|
||||||
inputbar {
|
inputbar {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
spacing: 10px;
|
spacing: 10px;
|
||||||
@ -90,7 +93,7 @@ entry {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****----- Listview -----*****/
|
//----- Listview -----//
|
||||||
listview {
|
listview {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
columns: 3;
|
columns: 3;
|
||||||
@ -109,7 +112,7 @@ listview {
|
|||||||
cursor: "default";
|
cursor: "default";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Elements -----*****/
|
//----- Elements -----//
|
||||||
element {
|
element {
|
||||||
enabled: true;
|
enabled: true;
|
||||||
spacing: 10px;
|
spacing: 10px;
|
||||||
@ -141,7 +144,7 @@ element-text {
|
|||||||
horizontal-align: 0.0;
|
horizontal-align: 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****----- Message -----*****/
|
//----- Message -----//
|
||||||
message {
|
message {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
#|||----- Applications -----|||#
|
#|||----- Applications -----|||#
|
||||||
|
|
||||||
# Open Terminal (alacritty)
|
# Open Terminal (alacritty)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
export VISUAL="${EDITOR}"
|
export VISUAL="${EDITOR}"
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# I don't remember if I made this script or not.
|
||||||
|
|
||||||
#colors
|
#colors
|
||||||
#bold="(tput bold)"
|
#bold="(tput bold)"
|
||||||
magenta="\033[1;35m"
|
magenta="\033[1;35m"
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# ANSI color scheme script by pfh
|
||||||
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044
|
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044
|
||||||
|
# Initializing mod by lolilolicon from Archlinux
|
||||||
|
|
||||||
f=3 b=4
|
f=3 b=4
|
||||||
for j in f b; do
|
for j in f b; do
|
||||||
for i in {0..7}; do
|
for i in {0..7}; do
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
wid=$1
|
wid=$1
|
||||||
class=$2
|
class=$2
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
function hide() {
|
function hide() {
|
||||||
polybar-msg cmd hide | bspc config top_padding 2 | bspc config bottom_padding 2
|
polybar-msg cmd hide | bspc config top_padding 2 | bspc config bottom_padding 2
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
# Set the player
|
# Set the player
|
||||||
[ -n "$(pgrep spotify)" ] && Control="spotify" || Control="MPD"
|
[ -n "$(pgrep spotify)" ] && Control="spotify" || Control="MPD"
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--menu)
|
--menu)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
timestamp=$(date +%d_%m_%Y-%I-%M-%S)
|
timestamp=$(date +%d_%m_%Y-%I-%M-%S)
|
||||||
dir="$(xdg-user-dir PICTURES)/screenshots"
|
dir="$(xdg-user-dir PICTURES)/screenshots"
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
# Copyright 2023 gh0stzk
|
||||||
|
|
||||||
get_total_updates() {
|
get_total_updates() {
|
||||||
local total_updates=$(($(checkupdates 2> /dev/null | wc -l || echo 0) + $(yay -Qua 2> /dev/null | wc -l || echo 0)))
|
local total_updates=$(($(checkupdates 2> /dev/null | wc -l || echo 0) + $(yay -Qua 2> /dev/null | wc -l || echo 0)))
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Originally created by - https://github.com/gh0stzk
|
||||||
|
|
||||||
# Icons
|
# Icons
|
||||||
vol_dir="$HOME/.local/share/assets"
|
vol_dir="$HOME/.local/share/assets"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user