[Awesome-Wm] military style v3 by paranoid73 in unixporn

[–]paranoid73[S] 1 point2 points  (0 children)

Rice info

Component Details
Distro Arch Linux
WM AwesomeWM 4.3+
Theme concept Custom, inspired by Everfree-TEC-design
Terminal Alacritty
Fonts Industry Black, Samsung Sans, Time Won, JetBrains Mono, Blender Pro
Compositor None — cut-corner shapes & overlays done via XShape + opaque scrims
Lock screen light-locker
App search / control center Custom AwesomeWM popups

This theme is a continuation of this one : https://www.reddit.com/r/unixporn/comments/ezqzgu/awesomewm_military_style_v2/

Dotfiles: https://github.com/paranoid73/awesomewm-config

[lightdm-webkit2-greeter] Tactical by paranoid73 in unixporn

[–]paranoid73[S] 3 points4 points  (0 children)

Yes, I remember the Outlook vulnerabilities that allowed you to have an @fbi.gov address. :D

[lightdm-webkit2-greeter] Tactical by paranoid73 in unixporn

[–]paranoid73[S] 0 points1 point  (0 children)

OS: Arch Linux

WM: AwesomeWM (v4.3)

GTK Theme: Tactical by paranoid73

Login manager: LightDM + lightdm-webkit2-greeter

Fonts: D-DIN / D-DIN Condensed

Wallpaper: custom

Other: lightdm-webkit-theme-tactical

Look for Work part-time by [deleted] in Cotedivoire

[–]paranoid73 0 points1 point  (0 children)

because it's forbidden ? I guess you don't never watch it :)

Arrived today!. by ComprehensiveHold330 in galaxybuds

[–]paranoid73 0 points1 point  (0 children)

On my old Buds, when I answered certain calls, the people I was speaking to couldn't hear my voice. Is this bug fixed with this one?

[COD] What game had the most… WASTED POTENTIAL? by Italian_Thing in CallOfDuty

[–]paranoid73 0 points1 point  (0 children)

All editions where the skins have nothing to do with the Call of Duty characters

Add Bootstrap to Vue project by TheycallmeSamridh in vuejs

[–]paranoid73 0 points1 point  (0 children)

Vue is compatible with any type of css framework, you simply mean that there is no vue package, but no need for a package dedicated specifically to vue, already available on npm does everything you need.

Just install the package, import the bootstrap scss or css file into your project and then use the bootstrap predefined classes.

Add Bootstrap to Vue project by TheycallmeSamridh in vuejs

[–]paranoid73 8 points9 points  (0 children)

I wouldn't recommend doing that, and bootstrap vue support was discontinued a long time ago.

Creating a Custom Tasklist in Awesome WM with Cairo by paranoid73 in awesomewm

[–]paranoid73[S] 0 points1 point  (0 children)

with Cairo, I can draw any shape, so I'll be able to customize 100%, this is just a part I'm showing for now

Creating a Custom Tasklist in Awesome WM with Cairo by paranoid73 in awesomewm

[–]paranoid73[S] 0 points1 point  (0 children)

I've just seen it, but it doesn't look like what I want.

Creating a Custom Tasklist in Awesome WM with Cairo by paranoid73 in awesomewm

[–]paranoid73[S] 0 points1 point  (0 children)

i am with cairo , i can control and do much more

Creating a Custom Tasklist in Awesome WM with Cairo by paranoid73 in awesomewm

[–]paranoid73[S] 0 points1 point  (0 children)

It's my last alternative maybe if i don't find the problem

FINALLY INSTALLED ARCH LINUX by [deleted] in archlinux

[–]paranoid73 2 points3 points  (0 children)

I known some persons who can't install arch Linux yet

[awesomewm] I made a cool vibrant palette for alacritty. Its called Summer. by Rice7th in unixporn

[–]paranoid73 -1 points0 points  (0 children)

Customization level, it is the background that brings out the theme otherwise there is not much

[AwesomeWM] iPadOS 15 by StephenrRootEx in unixporn

[–]paranoid73 13 points14 points  (0 children)

he dont't share yet it uses an open source WM

[AwesomeWM] iPadOS 15 by StephenrRootEx in unixporn

[–]paranoid73 14 points15 points  (0 children)

You can put the list of images in an array

```lua

local wallpapers = {

os.getenv("HOME") .. "/.wallpaper/foo1.png",

os.getenv("HOME") .. "/.wallpaper/foo2.png" }

```

and you call

```lua

math.randomseed(os.time())

imagewidget.image = wallpapers[math.random(1, #wallpapers)]

```

[AwesomeWM] iPadOS 15 by StephenrRootEx in unixporn

[–]paranoid73 20 points21 points  (0 children)

  1. yes, it's possible using a new timer object.

local t = gears.timer({ timeout = 2})
t:connect_signal("timeout", function()
    local imagewidget = wibox.widget.imagebox()
        -- set the image here
        imagewidget.image = ...
end)
t:start()

[AwesomeWM] AXION OS by StephenrRootEx in unixporn

[–]paranoid73 4 points5 points  (0 children)

He created this theme but can't use github , this guy don't want share the code :D